Steve56
24th May 2004, 21:53
I encode PAL DV clips through AviSynth in CCE, as anybody knows CCE likes to treat the video as TFF.
"Encoding BFF video and afterwards changing FieldOrder Flag with ReStream or similar isn't that good for mpeg motion vectors"
That's what I've found on different threads. Could anyone explain why exactly is this?
I think CCE encodes a pair of fields in one frame anyway, isn' it?
Instead using ReStream to change the FieldOrder flag, I now do it the AviSynth way: DoubleWeave().SelectOdd()
Only problem with this is that it discards the first and doubles the last bottom field of the source video, therefore I do replace the last duplicated bottom field with a blank field.
Does anyone know of a better, or shorter way to accomplish the same? Or even better, if there's a way to IVTC Progressive NTSC material converted to PAL. (I assume, many broadcasted music videos are shot filmbased?!)
Steve56
"Encoding BFF video and afterwards changing FieldOrder Flag with ReStream or similar isn't that good for mpeg motion vectors"
That's what I've found on different threads. Could anyone explain why exactly is this?
I think CCE encodes a pair of fields in one frame anyway, isn' it?
Instead using ReStream to change the FieldOrder flag, I now do it the AviSynth way: DoubleWeave().SelectOdd()
Only problem with this is that it discards the first and doubles the last bottom field of the source video, therefore I do replace the last duplicated bottom field with a blank field.
Does anyone know of a better, or shorter way to accomplish the same? Or even better, if there's a way to IVTC Progressive NTSC material converted to PAL. (I assume, many broadcasted music videos are shot filmbased?!)
Steve56