-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Audio Track Dependent Subtitle Defaults #323
Description
This enhancement proposal is to enable configurable default subtitles that are dependent upon the audio track matched by the audio defaults.
The idea is to enable Handbrake to automatically select subtitles if none of the desired audio languages is found. For example, if my audio default is English, but I encode an anime series with only Japanese audio, then Handbrake could automatically select English subtitles (if available), however for a series with English audio it would skip subtitles entirely.
In terms of interface, I could see this being added to the Configure Defaults window for subtitles; from here it would be possible to select from among the configured audio defaults and specify which ones should/should not include subtitles, with a default option for all other languages. But this may be complex, so any simpler solution may be fine too.
Basically for my own personal use case my default is to only include English audio (where available), in which case I don't need subtitles, but when that audio is unavailable I would like to have English subtitles included automatically.
If automating this is too complex, then my other issue #324 may cover this use-case well enough that it's not a problem. Hopefully a developer can comment on what implementing this would look like so that can be decided.