You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi @umlx5h, that will not be easy to add in the current implementation. As it will need to seek based on subtitles stream (it would be easier if all packets were cached, but now it does not) and the seek again accurately for the video keyframe before that timestamp (which means demux and decode until the subtitles timestamp). I will have this in mind for the next major update.
Hello.
Sorry for posting two feature requests.
I would like to add the ability to seek with subtitles like mpv, but it looks like this needs to be addressed by the library itself.
For example in mpv, It is convenient to seek between subtitles with ASD with the following settings.
https://mpv.io/manual/master/#command-interface-sub-seek
It would be nice if both built-in and external subtitles could be supported.
The text was updated successfully, but these errors were encountered: