[FFmpeg-trac] #5388(avformat:new): Audio Stream Specifier Need to Change for MP2 & MP3

FFmpeg trac at avcodec.org
Wed Mar 30 11:06:02 CEST 2016


#5388: Audio Stream Specifier Need to Change for MP2 & MP3
--------------------------------------+------------------------------------
             Reporter:  smallishzulu  |                    Owner:
                 Type:  defect        |                   Status:  new
             Priority:  normal        |                Component:  avformat
              Version:  git-master    |               Resolution:
             Keywords:  mpegts        |               Blocked By:
             Blocking:                |  Reproduced by developer:  0
Analyzed by developer:  0             |
--------------------------------------+------------------------------------

Comment (by smallishzulu):

 I created a file with FFmpeg. My command was like below:

 ffmpeg -i input.ts -vcodec mpeg2video -vb 2500k -acodec mp2 -ab 128k
 -muxrate 3000k -f mpegts output.ts

 When you analyze the output with Dectek StreamXpert tool, it seems MPEG 1
 Audio. However, codec is MP2. And other PC based analyze tools which makes
 packet analyze, shows it is MPEG 2 Audio.
 So, the issues is only the stream specifier is wrong for MP2 codec.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/5388#comment:4>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list