iPzard / mkvtoolnix-batch-tool

Batch video and subtitle processing program with the ability to add, remove, or extract subtitles from all video files in a directory and its sub-directories.
https://ipzard.github.io/mkvtoolnix-batch-tool/
GNU General Public License v2.0
205 stars 12 forks source link

Add option to set subs with forced display flag #74

Closed kstorbakken closed 1 year ago

kstorbakken commented 1 year ago

✨ Describe the feature A clear and concise description of the feature you want.

In MKVToolNix, there is an option to set any selected track as forced display. For subtitle files, this is usually used when there's only subs for foreign parts and your library is focused on supporting a single language. It's helpful in certain media players that look for this flag and otherwise default to the subs being disabled. If you always want subs displayed regardless of the language, it's usually a good idea to have this flag set too.

Additional context Add any other context or screenshots about the feature request here.

I'm using this tool regularly and noticed this would help me a lot. Right now I'm just leaving the tracks I want forced displayed as-is (not forced) after running them through this batch tool. If there was a way to go back through previous mkv files and batch process them to force enable all subtitle files (not adding or removing any tracks), that would be very helpful as well.

iPzard commented 1 year ago

Good timing, I just added this feature in the latest release. There's additional information in the readme now about it too (see below).

image

Let me know if you run into any trouble.