How to disable subtitles decoding in ffmpeg
I’ve finally found an answer. There is such option as -sn which disables subtitles decoding from input stream. Also there are analogous options for audio and video decoding: -an and -vn respectively. It also turned out that there is another way to achieve this. One may use the -map option to select which streams are … Read more