mueslimak3r / strip-embedded-subtitles

Recursively find all video files in a directory with embedded subtitles and remove them

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

strip-embedded-subtitles

Recursively find all video files in a directory with embedded subtitles and remove them

Usage

usage: strip_embedded_subs.sh /path/to/media/folder --TEST or --KEEP_OLD=YES/NO or --LIST/RESTORE/REMOVE_BACKUPS

--KEEP_OLD=YES/NO controls deleting the backup files containing subtitles If you keep the backup files it will double your hard drive usage

--LIST/RESTORE/REMOVE_BACKUPS can list, restore, or remove the old files containing subtitles

--TEST runs the script without actually doing any muxing

Dependencies

  • bash
  • ffmpeg

About

Recursively find all video files in a directory with embedded subtitles and remove them

License:MIT License


Languages

Language:Shell 100.0%