I have tried several different programs to convert an mpeg4 video to DVD and each time they stop short. I give up. I thought I once read about a way to make conversions through frame serving. Can it be done? How would I do it?
The mpeg4 video I have had no luck converting is a H264 mpeg-4 AVC with 23.97 frame rate and audio mpeg AAC (mp4a) stereo 4800 hz
+ Reply to Thread
Results 1 to 3 of 3
-
-
Yes, you can. The most common method would be avisynth, although you can also frameserve from virtualdub.
However frameserving is not a panacea for broken source files.
If multiple converters fail to convert the same file, you are either using very crap programs, doing something very wrong, or there is something wrong with your source file. You haven't listed what programs you have tried, or what methods you have used, so it is difficult to say what the problem might be.
I would start with mediainfo to check your file contents, and Xvid4PSP (version 5.xxx) to try to do the conversion. I recommend this because it uses Avisynth in the background to load and process the file, although I also like XmediaRecode.Read my blog here.
-
Using Avisynth, I've done:
Code:DirectShowSource("Gretel.mp4",fps=23.976, convertfps=true) LanczosResize(720,480)
Code:FFmpegSource2("Gretel.mp4",atrack=-1,fpsnum=24000,fpsden=1001) LanczosResize(720,480)
"atrack=-1" chooses the first available audio track.
The "fps" settings in both cases may not be necessary for your files, but they won't hurt and ensure that the frame rate output is correct and constant.
Similar Threads
-
Software for video conversions
By MariusK in forum Newbie / General discussionsReplies: 3Last Post: 8th Apr 2012, 04:44 -
Frame rate conversions: How to blend select frames in AVISynth?
By SDeC in forum Video ConversionReplies: 9Last Post: 23rd Jun 2010, 08:16 -
Problem with video conversions !
By Sxn in forum Newbie / General discussionsReplies: 9Last Post: 8th Dec 2009, 02:46 -
Frame serving
By carlmart in forum Video ConversionReplies: 2Last Post: 2nd Jul 2009, 08:39 -
Vdub frame serving to CCE ?, UPDATE ..Fixed the Error
By theewizard in forum Video ConversionReplies: 15Last Post: 31st Jan 2008, 23:24