I captured some VHS home videos several years ago onto my PC with
Virtualdub.
I went back to revisit the videos to see if I could improve the quality of the restoration/cleaning.
I discovered that there is banding on the top fields of each frame. The bottom fields look better.
What do you think caused it or is it the fact that these tapes are 30 years old?
The equipment used:
JVC SR-V101US. Can't remember if I used auto or edit, but I know I had the TBC/DNR on.
Ati TV Wonder 600 USB. Only setting I changed, was putting sharpness at 0.
AVT-8710 (My TBC does have the hanging/jumping frames, but usually no more than the first 5 seconds of the video.) I adjusted the brightness and contrast.
You can clearly see the banding each alternating field if you load the avs file in
Virtualdub and increase the size to 200%.
Code:
AviSource("test.avi") # 1s clip of a VHS tape filmed in 1985
AssumeTFF()
SeparateFields()
# Got this from Jagabo at Videohelp
# Show Luma and map Chroma to luma in separate clips so we can see each plane.
#Y=ColorYUV(off_u=-256, off_v=-256).ColorYUV(off_u=128, off_v=128)
#U=UtoY()
#V=VtoY()
#StackHorizontal(Y, U, V)