[FFmpeg-trac] #9104(undetermined:new): feature request: enhance disposition management (add options to remove specific disposition & set multiple dispositions)

FFmpeg trac at avcodec.org
Fri Feb 12 15:44:09 EET 2021


#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


More information about the FFmpeg-trac mailing list