Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
subtitles [2019/06/29 17:00]
beandog [DVD Subtitles]
subtitles [2020/10/26 18:49] (current)
beandog [Detect CC]
Line 3: Line 3:
   * [[ffmpeg]]   * [[ffmpeg]]
  
-** WARNING: ** ffmpeg automatically muxes the closed captioning in if it exists, and will not show up in the map output, meaning it cannot be disabled. Also, ''​mediainfo''​ may or may not display it, while other applications (mplayer, mpv, HandBrake) will.+** WARNING: ** ffmpeg automatically muxes the closed captioning in **with libx264** ​if it exists, and will not show up in the map output, meaning it cannot be disabled. Also, ''​mediainfo''​ may or may not display it, while other applications (mplayer, mpv, HandBrake) will. It can be disabled in encoding with ''​-a53cc 0''​ for libx264. Using ''​libx265''​ does not encode the CC at all.
 ==== Detect VobSub ==== ==== Detect VobSub ====
  
Line 37: Line 37:
  
 For DVDs, closed captioning streams are embedded in the video stream. For DVDs, closed captioning streams are embedded in the video stream.
 +
 +By default, ffmpeg will copy the Closed Captions. Even passing ''​-sn''​ will not disable them. They must be selected using lavfi and modified / ignored that way.
  
 The fastest way is to see if it has closed captioning is using ffprobe and looking for ''​Closed Captions''​ in the output: The fastest way is to see if it has closed captioning is using ffprobe and looking for ''​Closed Captions''​ in the output:

Navigation