hi
i want to convert my mp4 movie clips(from my nokia 6220 with size of 640x480) into mpeg format for pal dvd.
i look for ffmpeg command to get mp4 to high quality dvd(i mean as high as possible).
but i'm not sure what command line exactly i should use ?
please help me!
thanks
+ Reply to Thread
Results 1 to 4 of 4
-
-
Hi
There's a GUI for ffmpeg called 'WinFF'.
It has 'presets' for the different formats.
The one it uses for 4:3 PAL DVD high quality is:-
Code:ffmpeg -i < inputfile > -f dvd -target pal-dvd -aspect 4:3 -b 8000kb -mbd rd -trellis -mv0 -cmp 0 -subcmp 2 outputname.mpg
(WinFF also allows batch conversions)Last edited by bat999; 19th Apr 2010 at 16:02.
-
-
The command I gave results in a stereo sound. Maybe your input file is only mono.
Similar Threads
-
How to easily convert DVD to high quality MP4/MKV H264 using free tools
By Baldrick in forum User guidesReplies: 45Last Post: 25th Jul 2017, 22:35 -
Diary of a newbie FFmpeg learn to help others! convert to High quality!
By gugaoforums in forum Video ConversionReplies: 6Last Post: 10th Sep 2011, 03:07 -
ffmpeg: best possible quality for 720p h264(mp4), bitrate under 2 mbps
By lisx in forum Video ConversionReplies: 0Last Post: 1st Aug 2011, 14:56 -
MP4 or FLV High Quality Videos
By gonwk in forum Newbie / General discussionsReplies: 3Last Post: 29th Apr 2011, 12:51 -
High quality AVI to MP4 conversion?
By conchord in forum Video ConversionReplies: 14Last Post: 27th Sep 2008, 10:22