Support external subtitles (SRT UTF-8) with same name as source file to be automatically imported and tagged
Following these naming conventions:
this is my video.mp4
the subtitles are being called:
this is my video.deu.srt
this is my video.eng.srt
and coexist with the source files.
These can be automatically recognized (source directory) and automatically imported to result as soft subtitles, for MP4 this would be Timed Text. For MKV this can stay as SRT.
Burn in, especially for forced subtitles could be an valuable option.
Additionally, it would be very helpful to support auto track naming and language tagging in resulting file:
this is my video.forced.deu.srt - a forced subtitle in german language this is my video.sdh.deu.srt - subtitle optimized for hearing impaired in german language this is my video.normal.eng.srt - standard subtitles with no hearing impaired explanations
What do you think about this?
Funny you mention this, I created a PR to create SRT files from the Blu-ray PGS files and worked on it for about 2 weeks; after dozens of bugfixes and constant tweaks, I gave up and closed it just last night. It works great from source, but when trying to compile it for the Windows executable, it fails. https://github.com/cdgriffith/FastFlix/pull/701
Well, don't give up, everything is possible.