[FFmpeg-trac] #9300(undetermined:closed): Disable default subtitle

FFmpeg trac at avcodec.org
Thu Jul 1 02:50:31 EEST 2021


#9300: Disable default subtitle
-------------------------------------+-------------------------------------
             Reporter:  Marco Panza  |                    Owner:  (none)
                 Type:  defect       |                   Status:  closed
             Priority:  normal       |                Component:
                                     |  undetermined
              Version:  unspecified  |               Resolution:
                                     |  worksforme
             Keywords:  subtitles    |               Blocked By:
             Blocking:               |  Reproduced by developer:  0
Analyzed by developer:  0            |
-------------------------------------+-------------------------------------
Changes (by mkver):

 * status:  open => closed
 * resolution:   => worksforme

Comment:

 As has already been said, your ticket is very incomplete; but given that
 your Mediainfo log contains the line "ID in the original source medium
 : 4613 (0x1205)" one can infer that your input file is a Matroska file
 (most likely one created by MakeMKV) and that it contains a subtitle
 stream marked as default. Therefore what you want can be achieved by e.g.
 "-disposition:s -default -default_mode infer_no_subs" (the former to
 disable the default disposition in the input, the latter to not make the
 muxer infer the disposition for subtitles).
-- 
Ticket URL: <https://trac.ffmpeg.org/ticket/9300#comment:3>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker


More information about the FFmpeg-trac mailing list