Pratticus
22nd February 2003, 08:55
Another quickie..
I can perform a multi-pass VBR encode on an avi using the following script:
LoadPlugin("h:\windows\system32\MPEG2DEC3.dll")
avisource("m:\CT.avi")
BiCubicResize(720,272)
AddBorders(0,104,0,104)
selectrangeevery(1200,12)
SwapUV()
ConvertToYUY2()
However, upon commenting the "selectrangeevery" filter out, at the end of the first pass (not the end of the .vaf file creation), CCE just aborts the encode and leaves me with an .m2v file of 0 bytes.
I am assuming it has something to do with file size or number of frames served because other than that, I am drawing a blank.
Any suggestions greatly appreciated :) .
I can perform a multi-pass VBR encode on an avi using the following script:
LoadPlugin("h:\windows\system32\MPEG2DEC3.dll")
avisource("m:\CT.avi")
BiCubicResize(720,272)
AddBorders(0,104,0,104)
selectrangeevery(1200,12)
SwapUV()
ConvertToYUY2()
However, upon commenting the "selectrangeevery" filter out, at the end of the first pass (not the end of the .vaf file creation), CCE just aborts the encode and leaves me with an .m2v file of 0 bytes.
I am assuming it has something to do with file size or number of frames served because other than that, I am drawing a blank.
Any suggestions greatly appreciated :) .