Hoox
6th October 2003, 19:27
I have captured some old VHS video from my VCR through my ADVC-100.
The video is 25fps pal and is interlaced.
I would like to know what your processing settings is to get the video out correctly.
My method is editing the captured dv video in vegas video 4.0d and after rendering the new dv file, run it through an avisynth chain and encoding with CCE.
My avisynth file is:
DirectShowSource("D:\untitled.avi", 25)
FixBrokenChromaUpsampling()
Tweak(bright=8,cont=1.55,sat=1.1)
FieldDeinterlace()
Crop(10,0,704,576)
Convolution3d(1, 32, 128, 16, 64, 10, 0)
Do you have any suggestions to this method or what is your own method with the advc-100?
The video is 25fps pal and is interlaced.
I would like to know what your processing settings is to get the video out correctly.
My method is editing the captured dv video in vegas video 4.0d and after rendering the new dv file, run it through an avisynth chain and encoding with CCE.
My avisynth file is:
DirectShowSource("D:\untitled.avi", 25)
FixBrokenChromaUpsampling()
Tweak(bright=8,cont=1.55,sat=1.1)
FieldDeinterlace()
Crop(10,0,704,576)
Convolution3d(1, 32, 128, 16, 64, 10, 0)
Do you have any suggestions to this method or what is your own method with the advc-100?