dwgsp
3rd May 2006, 04:34
I'm trying to convert an mpeg2 from PAL to NTSC. This is the first time that I have tried to use QuEnc to make this type of conversion (I have sucessfully used it for other tasks), and I'm having problems. The symptom is that everything hangs stops after about 20 seconds of video has been converted. It looks like AviSynth is hanging (confirmed by opening the avs file in VirtualDub).
Here's the avs script that I'm using, which was mostly copied from the AviSynth manual:
DirectShowSource("H:\Video/DrWho01x03_PAL.mpeg")
ConvertToYV12()
Bob(height=480)
BicubicResize(480, 480)
ChangeFPS(60000, 1001)
SeparateFields.SelectEvery(4,0,3)
Weave
Any suggestions will be much appreciated!
Thanks,
/Don
Here's the avs script that I'm using, which was mostly copied from the AviSynth manual:
DirectShowSource("H:\Video/DrWho01x03_PAL.mpeg")
ConvertToYV12()
Bob(height=480)
BicubicResize(480, 480)
ChangeFPS(60000, 1001)
SeparateFields.SelectEvery(4,0,3)
Weave
Any suggestions will be much appreciated!
Thanks,
/Don