Franky
19th March 2009, 11:59
I've been using my Radeon x1800 to capture VHS for quite a while now, but recently, something strange has happened. My usual workflow look like this:
1. Capture using VirtualDub to MJPEG AVI.
2. Frameserve through AviSynth using this script:
loadplugin("Convolution3DYV12.dll")
avisource("capture.avi")
converttoyv12()
separatefields()
even = selecteven(last).Convolution3d(preset="vhsBQ")
odd = selectodd(last).Convolution3d(preset="vhsBQ")
interleave(even,odd)
ColorYUV(levels="PC->TV")
weave()
3. Encode to MPEG2 using HC.
4. Author to DVD using TMPGEnc DVD Author.
Up until recently, this has worked fine. But suddenly, it seems that something strange has happened. All my captures seems to be deinterlaced, and deinterlaced badly, somewhere along the way, and it looks like it's in the first step. It's very obvious every time there's subtitles on the screen, as they seem to vibrate. I suspect something is wrong with my video card. I've tried downgrading my drivers but with no effect.
1. Capture using VirtualDub to MJPEG AVI.
2. Frameserve through AviSynth using this script:
loadplugin("Convolution3DYV12.dll")
avisource("capture.avi")
converttoyv12()
separatefields()
even = selecteven(last).Convolution3d(preset="vhsBQ")
odd = selectodd(last).Convolution3d(preset="vhsBQ")
interleave(even,odd)
ColorYUV(levels="PC->TV")
weave()
3. Encode to MPEG2 using HC.
4. Author to DVD using TMPGEnc DVD Author.
Up until recently, this has worked fine. But suddenly, it seems that something strange has happened. All my captures seems to be deinterlaced, and deinterlaced badly, somewhere along the way, and it looks like it's in the first step. It's very obvious every time there's subtitles on the screen, as they seem to vibrate. I suspect something is wrong with my video card. I've tried downgrading my drivers but with no effect.