[FFmpeg-trac] #5524(undetermined:new): enabled/disabled audiotracks

FFmpeg trac at avcodec.org
Mon May 9 06:38:12 CEST 2016


#5524: enabled/disabled audiotracks
-------------------------------------+-------------------------------------
             Reporter:  rodion       |                     Type:  defect
               Status:  new          |                 Priority:  normal
            Component:               |                  Version:
  undetermined                       |  unspecified
             Keywords:               |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 Summary of the bug: aac is disabled as default, ac3 is enabled
 according to Apple it is not correct
 https://developer.apple.com/library/mac/qa/qa1604/_index.html
 How to reproduce:
 {{{
 % ./ffmpeg  -i "Extracted Stream Video.m2v" -i "Extracted Stream
 Audio.ac3"  -map 0:v -vcodec h264 -map 1:a -c:a:0 aac -map 1:a -c:a:1 copy
 "Output.m4v"
 ffmpeg version 3.0.2-tessus Copyright (c) 2000-2016 the FFmpeg developers
   built with Apple LLVM version 6.0 (clang-600.0.57) (based on LLVM
 3.5svn)
 }}}
 Patches should be submitted to the ffmpeg-devel mailing list and not this
 bug tracker.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/5524>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list