Output file encoding mp3 problem - parameter f and acodec as mp3
Hello, is there somebody who knows how to generate a mp3 file as output ! I compile the source everything is alright. configure was started befor with the following parameter: ./configure --enable-mp3lame --enable-faac --enable-amr_nb --enable- amr_wb --enable-pthreads I want to generate an output file type mp3 with audio-codec also mp3. When i define -acodec mp3 the program tell me unknown codec. When i only define -f mp3 then the output is codec mp2 sample: ./ffmpeg -benchmark -y -vn -i 'eqmr7EGfF.mp3' -f mp3 -ac 1 -ar 22050 -ab 24 -acodec mp3 'eqmr7EGfF-test.mp3' result is codec mp2: (but i want to have mp3) Input #0, mp3, from '/home/www/web2/html/MOBILEXXL.DE/music/ eqmr7EGfF.mp3': Duration: 00:00:30.0, start: 0.000000, bitrate: 128 kb/s Stream #0.0: Audio: mp3, 44100 Hz, stereo, 128 kb/s Output #0, mp2, to 'eqmr7EGfF-test.mp3': Stream #0.0: Audio: 0x0000, 22050 Hz, mono, 24 kb/s Stream mapping: Stream #0.0 -> #0.0 Unsupported codec for output stream #0.0 Thanks for help Joerg
Joerg Schwirz wrote:
Hello,
is there somebody who knows how to generate a mp3 file as output ! I compile the source everything is alright. configure was started befor with the following parameter:
./configure --enable-mp3lame --enable-faac --enable-amr_nb --enable- amr_wb --enable-pthreads
Did you 'make distclean' after re-configuring?
I want to generate an output file type mp3 with audio-codec also mp3. When i define -acodec mp3 the program tell me unknown codec. When i only define -f mp3 then the output is codec mp2
sample:
./ffmpeg -benchmark -y -vn -i 'eqmr7EGfF.mp3' -f mp3 -ac 1 -ar 22050 -ab 24 -acodec mp3 'eqmr7EGfF-test.mp3'
result is codec mp2: (but i want to have mp3)
Obviously an old source since it does not print build number and configure flags. Upgrade to cvs, 'make distclean', reconfigure, make, and try again.
Input #0, mp3, from '/home/www/web2/html/MOBILEXXL.DE/music/ eqmr7EGfF.mp3': Duration: 00:00:30.0, start: 0.000000, bitrate: 128 kb/s Stream #0.0: Audio: mp3, 44100 Hz, stereo, 128 kb/s Output #0, mp2, to 'eqmr7EGfF-test.mp3': Stream #0.0: Audio: 0x0000, 22050 Hz, mono, 24 kb/s Stream mapping: Stream #0.0 -> #0.0 Unsupported codec for output stream #0.0
Thanks for help
Joerg
-- Michel Bardiaux R&D Director T +32 [0] 2 790 29 41 F +32 [0] 2 790 29 02 E mailto:mbardiaux at mediaxim.be Mediaxim NV/SA Vorstlaan 191 Boulevard du Souverain Brussel 1160 Bruxelles http://www.mediaxim.com/
Am 08.12.2005 um 11:20 schrieb Michel Bardiaux:
Joerg Schwirz wrote:
Hello, is there somebody who knows how to generate a mp3 file as output ! I compile the source everything is alright. configure was started befor with the following parameter: ./configure --enable-mp3lame --enable-faac --enable-amr_nb -- enable- amr_wb --enable-pthreads
Did you 'make distclean' after re-configuring?
NO
I want to generate an output file type mp3 with audio-codec also mp3. When i define -acodec mp3 the program tell me unknown codec. When i only define -f mp3 then the output is codec mp2 sample: ./ffmpeg -benchmark -y -vn -i 'eqmr7EGfF.mp3' -f mp3 -ac 1 -ar 22050 -ab 24 -acodec mp3 'eqmr7EGfF-test.mp3' result is codec mp2: (but i want to have mp3)
Obviously an old source since it does not print build number and configure flags. Upgrade to cvs, 'make distclean', reconfigure, make, and try again.
Her is the rest, because i cut only the rest: ffmpeg version CVS, build 3277056, Copyright (c) 2000-2004 Fabrice Bellard configuration: --enable-mp3lame --enable-gpl --enable-faac -- enable-amr_nb --enable-amr_wb --enable-pthreads built on Dec 8 2005 02:27:34, gcc: 3.3.1 (SuSE Linux)
Input #0, mp3, from '/home/www/web2/html/MOBILEXXL.DE/music/ eqmr7EGfF.mp3': Duration: 00:00:30.0, start: 0.000000, bitrate: 128 kb/s Stream #0.0: Audio: mp3, 44100 Hz, stereo, 128 kb/s Output #0, mp2, to 'eqmr7EGfF-test.mp3': Stream #0.0: Audio: 0x0000, 22050 Hz, mono, 24 kb/s Stream mapping: Stream #0.0 -> #0.0 Unsupported codec for output stream #0.0 Thanks for help Joerg
-- Michel Bardiaux R&D Director T +32 [0] 2 790 29 41 F +32 [0] 2 790 29 02 E mailto:mbardiaux at mediaxim.be
Mediaxim NV/SA Vorstlaan 191 Boulevard du Souverain Brussel 1160 Bruxelles http://www.mediaxim.com/
_______________________________________________ ffmpeg-user mailing list ffmpeg-user at mplayerhq.hu http://mplayerhq.hu/mailman/listinfo/ffmpeg-user
Joerg Schwirz wrote:
Am 08.12.2005 um 11:20 schrieb Michel Bardiaux:
Joerg Schwirz wrote:
Hello, is there somebody who knows how to generate a mp3 file as output ! I compile the source everything is alright. configure was started befor with the following parameter: ./configure --enable-mp3lame --enable-faac --enable-amr_nb -- enable- amr_wb --enable-pthreads
Did you 'make distclean' after re-configuring?
NO
I erred slightly there, it should be 'make distclean before reconfiguring'. Just to be sure, please make distclean, reconfigure, make, try again, and post together the command its whole output. Also the output of 'ffmpeg -formats'
I want to generate an output file type mp3 with audio-codec also mp3. When i define -acodec mp3 the program tell me unknown codec. When i only define -f mp3 then the output is codec mp2 sample: ./ffmpeg -benchmark -y -vn -i 'eqmr7EGfF.mp3' -f mp3 -ac 1 -ar 22050 -ab 24 -acodec mp3 'eqmr7EGfF-test.mp3' result is codec mp2: (but i want to have mp3)
Obviously an old source since it does not print build number and configure flags. Upgrade to cvs, 'make distclean', reconfigure, make, and try again.
Her is the rest, because i cut only the rest:
ffmpeg version CVS, build 3277056, Copyright (c) 2000-2004 Fabrice Bellard configuration: --enable-mp3lame --enable-gpl --enable-faac -- enable-amr_nb --enable-amr_wb --enable-pthreads built on Dec 8 2005 02:27:34, gcc: 3.3.1 (SuSE Linux)
Input #0, mp3, from '/home/www/web2/html/MOBILEXXL.DE/music/ eqmr7EGfF.mp3': Duration: 00:00:30.0, start: 0.000000, bitrate: 128 kb/s Stream #0.0: Audio: mp3, 44100 Hz, stereo, 128 kb/s Output #0, mp2, to 'eqmr7EGfF-test.mp3': Stream #0.0: Audio: 0x0000, 22050 Hz, mono, 24 kb/s Stream mapping: Stream #0.0 -> #0.0 Unsupported codec for output stream #0.0 Thanks for help Joerg
-- Michel Bardiaux R&D Director T +32 [0] 2 790 29 41 F +32 [0] 2 790 29 02 E mailto:mbardiaux at mediaxim.be Mediaxim NV/SA Vorstlaan 191 Boulevard du Souverain Brussel 1160 Bruxelles http://www.mediaxim.com/
Hello, your answer was right ! The best what i got this year. Thank you for your help ! Joerg Am 08.12.2005 um 12:08 schrieb Michel Bardiaux:
Joerg Schwirz wrote:
Am 08.12.2005 um 11:20 schrieb Michel Bardiaux:
Joerg Schwirz wrote:
Hello, is there somebody who knows how to generate a mp3 file as output ! I compile the source everything is alright. configure was started befor with the following parameter: ./configure --enable-mp3lame --enable-faac --enable-amr_nb -- enable- amr_wb --enable-pthreads
Did you 'make distclean' after re-configuring? NO
I erred slightly there, it should be 'make distclean before reconfiguring'. Just to be sure, please make distclean, reconfigure, make, try again, and post together the command its whole output. Also the output of 'ffmpeg -formats'
I want to generate an output file type mp3 with audio-codec also mp3. When i define -acodec mp3 the program tell me unknown codec. When i only define -f mp3 then the output is codec mp2 sample: ./ffmpeg -benchmark -y -vn -i 'eqmr7EGfF.mp3' -f mp3 -ac 1 -ar 22050 -ab 24 -acodec mp3 'eqmr7EGfF-test.mp3' result is codec mp2: (but i want to have mp3)
Obviously an old source since it does not print build number and configure flags. Upgrade to cvs, 'make distclean', reconfigure, make, and try again.
Her is the rest, because i cut only the rest: ffmpeg version CVS, build 3277056, Copyright (c) 2000-2004 Fabrice Bellard configuration: --enable-mp3lame --enable-gpl --enable-faac -- enable-amr_nb --enable-amr_wb --enable-pthreads built on Dec 8 2005 02:27:34, gcc: 3.3.1 (SuSE Linux)
Input #0, mp3, from '/home/www/web2/html/MOBILEXXL.DE/music/ eqmr7EGfF.mp3': Duration: 00:00:30.0, start: 0.000000, bitrate: 128 kb/s Stream #0.0: Audio: mp3, 44100 Hz, stereo, 128 kb/s Output #0, mp2, to 'eqmr7EGfF-test.mp3': Stream #0.0: Audio: 0x0000, 22050 Hz, mono, 24 kb/s Stream mapping: Stream #0.0 -> #0.0 Unsupported codec for output stream #0.0 Thanks for help Joerg
-- Michel Bardiaux R&D Director T +32 [0] 2 790 29 41 F +32 [0] 2 790 29 02 E mailto:mbardiaux at mediaxim.be
Mediaxim NV/SA Vorstlaan 191 Boulevard du Souverain Brussel 1160 Bruxelles http://www.mediaxim.com/
_______________________________________________ ffmpeg-user mailing list ffmpeg-user at mplayerhq.hu http://mplayerhq.hu/mailman/listinfo/ffmpeg-user
Joerg Schwirz wrote:
Hello,
your answer was right ! The best what i got this year. Thank you for your help !
Joerg
Then please stop top-posting...
Am 08.12.2005 um 12:08 schrieb Michel Bardiaux:
Joerg Schwirz wrote:
Am 08.12.2005 um 11:20 schrieb Michel Bardiaux:
Joerg Schwirz wrote:
Hello, is there somebody who knows how to generate a mp3 file as output ! I compile the source everything is alright. configure was started befor with the following parameter: ./configure --enable-mp3lame --enable-faac --enable-amr_nb -- enable- amr_wb --enable-pthreads
Did you 'make distclean' after re-configuring?
NO
I erred slightly there, it should be 'make distclean before reconfiguring'. Just to be sure, please make distclean, reconfigure, make, try again, and post together the command its whole output. Also the output of 'ffmpeg -formats'
I want to generate an output file type mp3 with audio-codec also mp3. When i define -acodec mp3 the program tell me unknown codec. When i only define -f mp3 then the output is codec mp2 sample: ./ffmpeg -benchmark -y -vn -i 'eqmr7EGfF.mp3' -f mp3 -ac 1 -ar 22050 -ab 24 -acodec mp3 'eqmr7EGfF-test.mp3' result is codec mp2: (but i want to have mp3)
Obviously an old source since it does not print build number and configure flags. Upgrade to cvs, 'make distclean', reconfigure, make, and try again.
Her is the rest, because i cut only the rest: ffmpeg version CVS, build 3277056, Copyright (c) 2000-2004 Fabrice Bellard configuration: --enable-mp3lame --enable-gpl --enable-faac -- enable-amr_nb --enable-amr_wb --enable-pthreads built on Dec 8 2005 02:27:34, gcc: 3.3.1 (SuSE Linux)
Input #0, mp3, from '/home/www/web2/html/MOBILEXXL.DE/music/ eqmr7EGfF.mp3': Duration: 00:00:30.0, start: 0.000000, bitrate: 128 kb/s Stream #0.0: Audio: mp3, 44100 Hz, stereo, 128 kb/s Output #0, mp2, to 'eqmr7EGfF-test.mp3': Stream #0.0: Audio: 0x0000, 22050 Hz, mono, 24 kb/s Stream mapping: Stream #0.0 -> #0.0 Unsupported codec for output stream #0.0 Thanks for help Joerg
-- Michel Bardiaux R&D Director T +32 [0] 2 790 29 41 F +32 [0] 2 790 29 02 E mailto:mbardiaux at mediaxim.be Mediaxim NV/SA Vorstlaan 191 Boulevard du Souverain Brussel 1160 Bruxelles http://www.mediaxim.com/
participants (2)
-
joerg.schwirz@equido.net -
mbardiaux@mediaxim.be