nschlia / ffmpegfs

FUSE-based transcoding filesystem with video support from many formats to FLAC, MP4, TS, WebM, OGG, MP3, HLS, and others.
https://nschlia.github.io/ffmpegfs/
GNU General Public License v3.0
206 stars 14 forks source link

Make subtitles optional #137

Closed nschlia closed 2 years ago

nschlia commented 2 years ago

Currently subtitles are always transcoded if possible. This should be made optional, I have found at least one video source that does not play in hls.js when subtitles are present in the output files. hls.js does not support embedded subtitles, thus it is useless to provide these streams for that audience. An option --no_subitles should be added to turn them off.