Here's my problem..
I have some interlaced video that I want to put with some progressive images (for a slide show as video -- duplicating frames), all in one AVI (joined using an AviSynth script) and then encode to DVD.
I know that I cannot just mix the interlaced video with the progressive video. So what I did was use some AviSynth code to telecine the progressive video into interlaced video...
But when I encode the video I can see that my software DVD player is doing BOB deinterlacing on the progressive video instead of doing 3:2 pulldown -- the image is slightly blurry verses if I just encode only the progressive video using TMpgEnc's "non-interlace" setting.Code:AVISource("C:\video.avi") AssumeFrameBased SeparateFields SelectEvery(8, 0,1, 2,3,2, 5,4, 7,6,7) Weave return last
I thought that I have to select "3:2 pulldown" for the encoding mode and select "interlaced" for source type in TMpgEnc. But perhaps TMpgEnc is not encoding the information for 3:2 pulldown correctly because it is looking for interlacing lines when there aren't any in a telecined series of still pictures?
I have tried this before with stop-motion animation -- 23.976 fps progressive video telecined to 29.970 fps and then encoded with "3:2 pulldown" for the encoding mode and select "interlaced" for source type in TMpgEnc and the pulldown worked properly, except a few frames were still interlaced -- perhaps TMpgEnc didn't detect them properly. Could someone point me in the right direction? Do I need to specify the 3:2 pulldown manually if TMpgEnc is not detecting it properly? Thanks!
+ Reply to Thread
Results 1 to 2 of 2
-
- Mike Young
My Clay Animations
Similar Threads
-
Interlaced video interpreted as progressive in mkv container.
By Gothic Autumn in forum Video ConversionReplies: 12Last Post: 12th Dec 2010, 20:04 -
Interlaced or progressive
By rank in forum Newbie / General discussionsReplies: 4Last Post: 3rd Jul 2010, 16:41 -
Convert Interlaced video to Progressive?
By ziggy1971 in forum Newbie / General discussionsReplies: 21Last Post: 20th Sep 2008, 19:33 -
Does de-interlaced video = progressive?
By yoda313 in forum RestorationReplies: 13Last Post: 18th Aug 2008, 19:51 -
How to revert an interlaced video forced into progressive?
By videdit in forum DVB / IPTVReplies: 2Last Post: 11th Jun 2008, 16:42