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
+ Reply to Thread
Results 1 to 2 of 2
-
-
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
Similar Threads
-
why is ffmpeg breaking my WAV when converting it to MP3?
By charlieship in forum AudioReplies: 0Last Post: 26th Sep 2011, 17:56 -
Due to converting from flv to mp3 ffmpeg runs out with error
By Maxroy in forum Video ConversionReplies: 3Last Post: 7th Oct 2010, 15:23 -
Need CBR MP3 in FFMPEG encode, can you help?
By RogerTango in forum Video ConversionReplies: 7Last Post: 17th May 2010, 20:09 -
Mux a FLV AVI + MP3 -> FLV with ffmpeg or mencoder?
By Colmino in forum Video ConversionReplies: 9Last Post: 29th Mar 2008, 22:11 -
Could not open 'mp3' error -ffmpeg
By mkgordon in forum ffmpegX general discussionReplies: 2Last Post: 30th May 2007, 19:29