Hi!!
My video camera capture HD (1280x720, mp4 format) at 25p.
I want to make DVD-PAL(720x576) from these video's. To do that i try to use mencoder and ffmpeg.
With ffmpeg results are ok, with command like this:
With mencoder i try this command:Code:ffmpeg -i input.mp4 -target pal-dvd -b 5500k -maxrate 8000k -aspect 16:9 output.mpg
The result it's not continuous.Code:mencoder -of mpeg -mpegopts format=dvd -ofps 25 -srate 48000 -vf scale=720:576 -af lavcresample=48000 -ovc lavc -oac lavc -lavcopts vcodec=mpeg2video:vrc_buf_size=1835:keyint=15:vrc_maxrate=8000:vbitrate=5500:aspect=16/9:acodec=ac3:abitrate=128 -idx -o output.mpg input.mp4
I prefer to use mencoder because it's easy to add multiple input files and is faster than ffmpeg.
Any advice how can use mencoder with better results? I think that problem it's thst video source is in progressive mode.
+ Reply to Thread
Results 1 to 1 of 1
Similar Threads
-
Trouble Installing to OS X 10.5 (mencoder, mplayer, mpeg2enc.intel)
By gabroll in forum ffmpegX general discussionReplies: 21Last Post: 10th Nov 2010, 10:48 -
Conversion problems with mencoder
By danielrhodes in forum Video ConversionReplies: 1Last Post: 14th Nov 2008, 21:37 -
trying to decide on format for (web)distribution, have ffmpeg and mencoder
By sybariten in forum Video ConversionReplies: 4Last Post: 30th May 2008, 05:12 -
Trouble converting widescreen AVIs to DVD format
By embreeb in forum Authoring (DVD)Replies: 7Last Post: 24th Jul 2007, 23:18 -
MP4 (or any video) to FLV conversion using mencoder
By fireserphant in forum Video ConversionReplies: 10Last Post: 11th Jun 2007, 10:16