#5492: mov TimeCodeHandler always copied to mp4
-------------------------------------+-------------------------------------
             Reporter:  blacktrash   |                    Owner:
                 Type:  defect       |                   Status:  new
             Priority:  normal       |                Component:  avformat
              Version:  git-master   |               Resolution:
             Keywords:  mov          |               Blocked By:
  regression                         |  Reproduced by developer:  0
             Blocking:               |
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------

Comment (by Melatonin64):

 Worth noting that you cannot strip this tmcd stream even by explicitly
 using negative mapping:


 {{{
 ffmpeg
 -ignore_chapters 1
 -ignore_unknown
 -i test.mov
 -dn
 -map -0:d
 -map -0:2
 -map -0:m:handler_name:TimeCodeHandler
 test.mp4
 }}}

 No matter what stream specifier I try, the stream is being copied to
 output.
 This is breaking our system, so if anyone has any workaround until it's
 fixed, would really appreciate it.

--
Ticket URL: <https://trac.ffmpeg.org/ticket/5492#comment:3>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac

Reply via email to