#4494: Cannot convert MPEG audio to an MP3 file
-------------------------------------+-------------------------------------
Reporter: birdie | Owner:
Type: defect | Status: closed
Priority: normal | Component:
Version: unspecified | undetermined
Keywords: mp3 | Resolution: invalid
Blocking: | Blocked By:
Analyzed by developer: 0 | Reproduced by developer: 0
-------------------------------------+-------------------------------------
Changes (by cehoyos):
* keywords: => mp3
* status: new => closed
* version: 2.6.1 => unspecified
* resolution: => invalid
Comment:
You can get the exact same output as with MPlayer with the following
command line:
{{{
$ ffmpeg -i sample.mpg -acodec copy -map 0:a:0 -vn -f rawvideo out.mp3
}}}
The output file will of course not be a mp3 file.
A saner command line is:
{{{
$ ffmpeg -i sample.mpg -acodec copy -f mp2 out.mp3
}}}
--
Ticket URL: <https://trac.ffmpeg.org/ticket/4494#comment:2>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
[email protected]
http://avcodec.org/mailman/listinfo/ffmpeg-trac