rs008f
26th February 2004, 22:10
In the FAQ it states
Frameserve bff video into CCE via AVISynth and convert it to tff "the right way". Here is a basic AVISynth script that does this:
----------------------------------
AVISource("E:\Video\holiday.avi")
DoubleWeave.SelectOdd
--------------------------------
Uncheck "Upper Field First" in CCE and encode.
When I used the above script on my Xvid video (interlace, BFF), I notice lines/interlacing on my bff video when I view the AVS script on WMP. When I leave the DoubleWeave.SelectOdd line out, the video becomes crispy clear. Is this normal?
The resultant MPEG-2 video also has lines/interlacing when the above scripts is used.
Frameserve bff video into CCE via AVISynth and convert it to tff "the right way". Here is a basic AVISynth script that does this:
----------------------------------
AVISource("E:\Video\holiday.avi")
DoubleWeave.SelectOdd
--------------------------------
Uncheck "Upper Field First" in CCE and encode.
When I used the above script on my Xvid video (interlace, BFF), I notice lines/interlacing on my bff video when I view the AVS script on WMP. When I leave the DoubleWeave.SelectOdd line out, the video becomes crispy clear. Is this normal?
The resultant MPEG-2 video also has lines/interlacing when the above scripts is used.