#9104: feature request: enhance disposition management (add options to remove
specific disposition & set multiple dispositions)
-------------------------------------+-------------------------------------
             Reporter:  droid-xx     |                     Type:
                                     |  enhancement
               Status:  new          |                 Priority:  normal
            Component:               |                  Version:
  undetermined                       |  unspecified
             Keywords:               |               Blocked By:
  dispositions                       |
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
 Right now, unless I'm mistaken, we can only 1) set/alter a single
 disposition per stream, and 2) remove all dispositions from a stream.

 It would be nice if we could set multiple dispositions for a stream, for
 example like this:

 {{{
 ffmpeg -i input.mkv -map 0 -c copy -disposition:s:0
 forced,hearing_impaired output.mkv
 }}}

 And also to be able to remove a single or multiple (but not all)
 dispositions, for example like below:

 {{{
 ffmpeg -i input.mkv -map 0 -c copy -disposition:s:0
 forced=0,hearing_impaired=0 output.mkv
 }}}

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

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to