Replies: 2 comments 2 replies
-
mpv doesn't support subtitle extraction. You can call |
Beta Was this translation helpful? Give feedback.
1 reply
-
sub_export.lua might help you |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to implement a subtitle translation script for mpv. I need a command similar to
ffmpeg -i Movie.mkv -map 0:s:0 subs.srt
, or a script to get all the subtitle information of the current video.I can get the current subtitles through the sub-text attribute, but due to network latency, the subtitles will be delayed. I want to try to translate all the subtitles in the video in advance, so that the subtitles and the video can match.
Beta Was this translation helpful? Give feedback.
All reactions