Log in

View Full Version : avi to DVD : flickering problem


augi
24th August 2004, 17:47
I am capturing from my TV-card at 480x576 in MJPEG format.
I use CCE 2.66 for MPEG-2 encoding and DVDlab for authoring.
I have tested my video and it seems to be top field first (I did the AssumeBFF();SeparateFields() test script and saw flickering in the video).
So, I DO NOT check the "Upper field first" option in CCE, DO use "alternate block scanning order" and NOT check the "progressive frame flag".
The DVD playbacks OK on WinDVD , but when I burn it and try to watch it on TV, it flickers... Is there any other option I can set that affects interalcing? I don't want to deinterlace, as the video is destined fot the TV.

The Avistynth scirpt I use is the following:

avisource("mich_phelps.avi")
Crop(6,2,-0,-0)
BicubicResize(720,596)
Crop(0,10,0,-10)
ConvertToYUY2(interlaced=true)