Log in

View Full Version : Convert mpg2 video to 23.976 without re-encode


emilius256
21st July 2002, 01:52
I'm searching a program tha can convert an mpeg2 video file from 29.976 to 23.976 without re-encode.
I tryed with pulldown but the resulting file play not so smooth (like if differents frame are deleted and frame with the same image are left).
I had good result performing IVTC inside Tmpg or with an avisynth script (using decomb filter) i wonder if a program that can perform IVTC like tmpg but without re-encode (i select wich frame keep and wich frame not and the program copy to a new file just the frame i've selected).
If i open this mpeg2 file in dvd2avi i get all frame interlaced and no film.
The files i want to convert are from Space ace dvd-rom so there's no ifo file inside.
I try using Vstrip and select output framerate 23.976 but if i open the resulting file in dvd2avi the first time i start a preview i have 23.976 frame, the second time give me 29.976.
I appreciate if someone can help.
Thank you.

jdobbs
21st July 2002, 20:45
Nope. The only way you could do it is if the original file was actually 23.976 with flags set for pulldown. You could then remove the pulldown flags. Otherwise you have to IVTC and reencode.

emilius256
21st July 2002, 22:16
Thank you for answer.