Open Theletha opened 3 years ago
Hmm ... I don't think I know how to get those from the video file. I might be able to get SRTs working, but extracting those from an MKV container might be a future "FFMPEG only" feature.
Sooo apparently you just have to extract an SRT file from the mkv and it automatically works. The DirectVobSub Filter (don't know if this is installed by default or if you need a codec pack) takes care of everything automatically ...
You can do this with ffmpeg like this:
ffmpeg -i videoname.mkv videoname.srt
Alternatively Subtitles can be activated with LAV Splitter (again - if it's installed) without any additional work.
I'll still try to add this as a feature, but I think there are plenty of workarounds for advanced users that don't require hardcoding the subs.
hm haven't seen a .srt file in a long time. its mostly .ass & .ssa files now.
Thanks so far!
@FredTungsten is There any progress?
@FredTungsten is There any progress?
A tiny bit - might pick it up again sometime
There is no other way play funscript with subtitles. So thanks to not give up.
Indeed thanks for still having it in mind!
I just implemented very very basic subtitle support in the latest beta build
Hello, could you give a bit more color on how to get the subtitles to work? I downloaded latest beta (1.2.0.421), made sure subtitles are enabled in options and tried on a video with a .srt file of same name in the folder but can't see any subtitles. Also when files are loaded I can see video and funscript being loaded but no message about srt being loaded, not sure whether there should be one. Thanks!
That's all you should need to do (enabling subtitles and making sure they have the same name). If it works, there will be an on-screen message - either "Subtitles extracted from video XY" or "Subtitles loaded from file"
Latest version is 1.2.0.405
Was that a typo or did you download a 1.2.0.421 somewhere else?
it was a typo! somehow i remembered the number wrong. thanks for super fast reply! i'll mess around bit more with the file see if I can get it to work.
I checked that the ASS subtitle file looks normal, but the srt subtitle file does not work. Please check. my version is 1.2.0.405 and 1.2.0.406 thanks~
Would be great to support subbs (.ass, .ssa) so i dont have to hardsub them into mp4's