I happily convert 29.97/23.976 & PAL 25fps AVI files to (S)VCD all the time with no problems whatsoever, but this is a new one for me and I'd appreciate some help.
The source XviD is at 20fps and yes you read that right... 20.000 fps. This is the first XviD/DivX file I've come across with a frame rate significantly different to the three frame rates mentioned above so I don't know how to handle it. I don't know why it has ended up at this bizarre frame rate but it plays fine in MPC and the sound isn't out of sync or sounding too fast or slow. There is a hint maybe at the beginning of the film where a message appears that says "The following film has been significantly modified from its original 3D presentation. Many images have been reformatted for 2D viewing".
I don't know the ins and outs of the difference between 3D and 2D video but maybe this has something to do with the 20fps frame rate?
Anyway, I would like to convert this to PAL 25fps. Does anyone have any bright ideas as to how to accomplish this without obviously making everyone sound like chipmunks?
Can I just perform a normal NTSC telecine on the 20fps to bring it up to 25fps? If so, what AviSynth script would do that?
Thanks for any help offered.
+ Reply to Thread
Results 1 to 11 of 11
-
-
Yes, I think you can apply pulldown 20 -> 25 fps with DGpulldown utility
You don't need to change framerate in avisynth -
Code:
This program takes a progressive MPEG2 video elementary stream, and applies pulldown flags to change it to a higher legal MPEG2 output frame rate
-
You convert it to 20 fps mpeg2 and then add the dgpulldown so it will play at 25fps....but I don't know if it will work on svcd.
-
Does it run right at 20fps?
If not, use one of the AVI framerate changing utilities on the net to fix it. Or pass it throught Virtualdub with modified frame rate (to a temp HuffYUV file or something)
IF so, convert in Vdub to 25(PAL) or 29.97(NTSC) and save as HUFFYUV, then encode to MPEG2.
Scott -
Will this pulldown method really make a DVD compliant mpeg2? I thought PAL DVD was specified to be 25 fps and nothing else.
Regarding Avisynth you may try this:
http://forum.doom9.org/showthread.php?s=&postid=615027#post615027
I wanted to convert 15 fps to 50 fps (I have not tried it yet) but I guess this method should work with any framerate conversion. -
I would assume, but I'm not so sure it would do so correctly when having to generate new in-between frames (remember the intermediate file/frameserve to be encoded would be 25/29.97 fps).
Frameserving is nice, but I've got the space and would rather have an intermediate file that I can fall back on (without re-frameserving) and check, should something need redoing.
Scott
Similar Threads
-
Burning several mpg files straight to a DVD compliant disk...
By vonsworld in forum Authoring (DVD)Replies: 2Last Post: 5th Dec 2010, 06:25 -
How to convert VCD to Xvid (avi)
By nalika in forum Newbie / General discussionsReplies: 1Last Post: 22nd Jan 2008, 16:51 -
Convert 1080i .mpg to hr.hdtv (960x540 xvid)
By MrFingers in forum DVB / IPTVReplies: 4Last Post: 6th Aug 2007, 09:00 -
I used Super to convert AVI to mpg VCD...........................
By videonewbie69 in forum Video ConversionReplies: 2Last Post: 23rd Jul 2007, 11:34 -
Best way to convert avi to MPG DVD Compliant(highest quality)
By andre477 in forum Video ConversionReplies: 19Last Post: 25th May 2007, 04:59