branch: elpa/subed commit 8374498bfbe88404a9c26ab6f6cf31b1c32f8c15 Author: Random User <rnd...@posteo.de> Commit: Random User <rnd...@posteo.de>
README: Split feature list and some rewording --- README.org | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/README.org b/README.org index e0c70c6..254574a 100644 --- a/README.org +++ b/README.org @@ -13,17 +13,20 @@ subed is still alpha software. Expect it to kill your Emacs session. - Adjust subtitle start (~M-[~ / ~M-]~) and stop (~M-{~ / ~M-}~) time. - Sort and re-number subtitles and remove any extra spaces and newlines (~M-s~). + +*** mpv integration (optional) - Open videos with ~C-x C-v~ or automatically when entering subed-mode if the video file is named like the subtitle file but with a video extension (e.g. ~.mkv~ or ~.avi~). - - Every time you safe (~C-x s~), the subtitles are automatically sanitized + - Every time the buffer is safed, the subtitles are sanitized, sorted, etc and then reloaded in mpv. - - Synchronize cursor and playback position: - - Playback in mpv seeks automatically to the position of the current - subtitle as the cursor moves between subtitles (~C-x ,~). - - The cursor is automatically moved as the video is playing so that it is - always on the currently relevant subtitle (~C-x .~). - - Automatically pause or slow down playback while you are typing (~C-x p~). + - Cursor and playback position are synchronized: + - Playback in mpv seeks to the position of the current subtitle as the + cursor moves between subtitles (~C-x ,~). + - The cursor is moved to the currently relevant subtitle as the video is + playing (~C-x .~). + - Playback is paused or slowed down when you edit a subtitle's text (~C-x + p~). - Loop over the current subtitle in mpv (~C-x l~). - When a subtitle's start or stop time is adjusted, jump to its start time in mpv (~C-x /~).