VideoHelp Forum




+ Reply to Thread
Results 1 to 2 of 2
  1. I encountered a problem when trying to convert uncompressed avi to divx with ffmpeg. Ffmpeg doesn't allow mp3 encoding although "GUI" pocketdivxencoder makes it possible. (Se settings below).

    Anyone know why?

    //Ontop


    ffmpeg -i 9.avi -b 250 -r 20 -s 320x240 -hq -vcodec mpeg4 -a
    r 22050 -ab 32 -acodec mp3 test3.avi
    ffmpeg version 0.4.9-pre1, build 4723, Copyright (c) 2000-2004 Fabrice Bellard
    built on Oct 20 2004 18:37:34, gcc: 3.2.3 (mingw special 20030504-1)
    Input #0, avi, from '9.avi':
    Duration: 00:00:02.6, bitrate: 271795 kb/s
    Stream #0.0: Video: huffyuv, 720x576, 25.00 fps
    Stream #0.1: Audio: pcm_s16le, 44100 Hz, stereo, 1411 kb/s
    Output #0, avi, to 'test3.avi':
    Stream #0.0: Video: mpeg4 (hq), 320x240, 20.00 fps, q=2-31, 250 kb/s
    Stream #0.1: Audio: 0x0000, 22050 Hz, stereo, 32 kb/s
    Stream mapping:
    Stream #0.0 -> #0.0
    Stream #0.1 -> #0.1
    [mpeg4 @ 006C3500]removing common factors from framerate
    Unsupported codec for output stream #0.1
    Quote Quote  
  2. Member
    Join Date
    Dec 2004
    Location
    Australia
    Search Comp PM
    I had a look at the pocketdivxencoder site and it uses mencoder and not ffmpeg. That aside, did you compile ffmpeg with mp3 enabled? i.e. --enable-mp3lame

    If you didn't compile it yourself, recent builds list the compile options or you can check with ffmpeg.exe -formats
    Quote Quote  



Similar Threads

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