mlsmithjr / transcoder

Python wrapper for ffmpeg for batch and/or concurrent transcoding
GNU General Public License v3.0
117 stars 25 forks source link

Automatically removing image based subtitles #28

Closed wthueb closed 1 year ago

wthueb commented 2 years ago

Hi, does anyone have an idea for removing image based subtitles? I'm trying to encode to an MP4 container, however image based subtitles aren't supported. I'd rather not drop all subtitles entirely (using the -sn output flag), and I'd rather not switch to a different container for compatibility reasons.