VideoHelp Forum




+ Reply to Thread
Results 1 to 4 of 4
  1. Member
    Join Date
    Nov 2007
    Location
    Iran, Islamic Republic of
    Search Comp PM
    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
    Quote Quote  
  2. Member bat999's Avatar
    Join Date
    Feb 2008
    Location
    United Kingdom
    Search Comp PM
    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
    If you want to try WinFF it's a free download from here:-http://winff.org/html_new/
    (WinFF also allows batch conversions)
    Last edited by bat999; 19th Apr 2010 at 16:02.
    Quote Quote  
  3. Member
    Join Date
    Nov 2007
    Location
    Iran, Islamic Republic of
    Search Comp PM
    thanks, i already have WinFF and some other converter in my ubuntu,
    but above command has no option for audio and my audio result in converted movie is :
    codec: Dolby Digital (AC-3)
    channels: Mono
    sample rate: 48000hz
    bitrate: 448kbps
    so i'm not sure for the best quality i can have with ffmpeg.
    Quote Quote  
  4. Member bat999's Avatar
    Join Date
    Feb 2008
    Location
    United Kingdom
    Search Comp PM
    The command I gave results in a stereo sound. Maybe your input file is only mono.
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!