Has something changed?
While playing an MKV file that has Closed Captions (CC) embedded they are being played even though they are deselected in “Subtitles” in Playback Settings.
There doesn’t appear to be a way to turn them off. I have resorted to removing them using this command but that seems burdensome.
ffmpeg -i input.file -codec copy -bsf:v "filter_units=remove_types=6" output.file
