[FFmpeg-trac] #2626(avformat:closed): possibility to create "disabled" tracks in MP4/MOV container missing

FFmpeg trac at avcodec.org
Mon Nov 18 18:00:22 CET 2013


#2626: possibility to create "disabled" tracks in MP4/MOV container missing
-------------------------------------+------------------------------------
             Reporter:  julian       |                    Owner:
                 Type:  enhancement  |                   Status:  closed
             Priority:  wish         |                Component:  avformat
              Version:  git-master   |               Resolution:  invalid
             Keywords:  mov mkv      |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+------------------------------------

Comment (by julian):

 https://dl.dropboxusercontent.com/u/7221986/bla.aac
 https://dl.dropboxusercontent.com/u/7221986/bla.mkv

 {{{
 ffmpeg -i bla.mkv -i bla.aac -map 0:0 -map 1:0 -map 0:1 -acodec copy
 -vcodec copy bla.mp4
 }}}

 with 1.2.4 this produces a MP4 with the second (surround) audio track
 being disabled, with 2.1 its enabled

-- 
Ticket URL: <https://ffmpeg.org/trac/ffmpeg/ticket/2626#comment:10>
FFmpeg <http://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list