Independent delay primary and secondary subtitles #395
|
Hello great community of SMPlayer I would like to know if is possible to + / - the delay of the primary and / or secondary subtitles independently from each other ? If the feature is not available:
Thank you in advance |
Answered by
smplayer-dev
Feb 26, 2022
Replies: 2 comments 2 replies
|
I'm afraid this is not possible because mpv only has one option ( |
2 replies
Answer selected by
simepy
|
It looks like the feature is available in mpv now. Would be nice to also see this in smplayer. |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm afraid this is not possible because mpv only has one option (
-sub-delay) which affects both subtitles.It seems there was a pull request to implement a
--secondary-sub-delayoption but the mpv developers rejected it.