JyotsnaT / xuggle

Automatically exported from code.google.com/p/xuggle
0 stars 0 forks source link

ffmpeg producing "lame: output buffer too small" error #41

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The version of ffmpeg seems to have trouble with lame 3.98.2. Running the
following command :

/usr/local/bin/ffmpeg -i movie.mov -acodec libmp3lame -ab 48k -ac 1 -ar
44100 -f flv -deinterlace -nr 500 -croptop 4 -cropbottom 4 -cropleft 8
-cropright 8  -aspect 4:3 -r 25 -b 270k -me_range 25 -i_qfactor 0.71 -g 500
high.flv

Will produce an error "lame: output buffer too small". Reverting back to
the previous version 3.97 seemed to fix things on my Ubuntu 8.0.4 system. 

Not sure if this will cause problems in Xuggler. 

Original issue reported on code.google.com by nate.put...@gmail.com on 26 Jan 2009 at 12:44

GoogleCodeExporter commented 9 years ago
Relatively easy thing for me to test.  I'll add it to the queue.  Thanks Nate.

Original comment by art.cla...@gmail.com on 26 Jan 2009 at 12:46

GoogleCodeExporter commented 9 years ago
I'm getting feedback from the FFMPEG developers that this will work with 3.98 
(just
not 3.98.2 which we use right now), so I'm going to try that first.

Original comment by art.cla...@gmail.com on 29 Jan 2009 at 7:12

GoogleCodeExporter commented 9 years ago
replace lame3.98.2 in r140 and r141

Original comment by art.cla...@gmail.com on 29 Jan 2009 at 7:25

GoogleCodeExporter commented 9 years ago
and on our test file we no longer get the "lame: output buffer too small" error

Original comment by art.cla...@gmail.com on 29 Jan 2009 at 7:50

GoogleCodeExporter commented 9 years ago
I can confirm that above said is all true. I had to downgrade to 3.98 and it 
works 
good.

Original comment by gottvald@gmail.com on 17 Feb 2010 at 7:42