Subtitle Extractor
Extracts subtitle tracks and saves them to the destination.
Language
The ISO 639-2 language code to use.
Can use a regular expression to match multiple languages.
en|jpn|deu
Title
Optional check against the title of the subtitle.
Regex
A regular expression can be used, C# format, this will ignore the case of the title, and if the regular expression is a match, the subtitle will continue the other checks for extraction (e.g. Language)
String
If a basic string is entered, this string must be contained in the tracks title, case will be ignored.
Extract All
If all matching subtitles should be extracted.
Output File
Where to save the the output file to. For example to save it with the original file as a srt output.
{folder.Orig.FullName}\{file.Orig.FileName}.srt
If left blank an srt subtitle will be created in the same folder as the original input file.
Forced Only
If only forced subtitles should be extracted.
Only Text Subtitles
If only text subtitles should be extracted, all image based subtitles will be skipped.
Extract as SRT/SUP
Forces extracted subtitles to be saved as .srt for text-based subtitles and .sup for image-based subtitles.
Outputs
- Subtitle(s) extracted
- No subtitles extracted
Variables
Variable | Description | Type | Example |
---|---|---|---|
sub.FileName | The full path of the extract subtitle file | string | /path/to/subtitle.sub |