#^mpv+org - для расшифровки аудиоСодержание
Средство управления плеером mpv из emacs. Именно удобное для расшифровки. Гонять по многу раз с одного места, возвращаться на короткие промежутки, ставить отметки времени в файле…
- https://github.com/bpanthi977/org-mpv-notes/ - кажется, попытка накрутить поверх mpv.el ещё полезностей. Вроде, сохраняет скриншоты, распознаёт текст с экрана тессерактом. Ну, для меня пока перебор, и тессеракт мне, когда я пробовала, не зашёл.
Расшифровка
Есть печаль — работает как-то слишком «волшебно», в смысле, один и тот же файл может раз пять не открыть с ошибкой «Failed connect to mpv», потом внезапно открывает. Куда тут копать — непонятно, так что пока смиряюсь.
Установить mpv.el можно из MELPA.
Helper functions to control a mpv process via its IPC interface.
Единственное, что хочется - точность, большую, чем секунды.
Кнопочки:
(global-set-key "\M-ps" 'mpv-play) ; _s_tart
(global-set-key "\M-pk" 'mpv-kill)
(global-set-key "\M-pp" 'mpv-pause)
(global-set-key "\M-pi" 'mpv-insert-playback-position)
(global-set-key "\M-pb" 'mpv-seek-backward)
(global-set-key "\M-pf" 'mpv-seek-forward)
(global-set-key "\M-pt" 'mpv-seek-to-position-at-point);_t_his
(global-set-key "\M-pl" 'mpv-speed-decrease); _l_ess
(global-set-key "\M-pm" 'mpv-speed-increase); _m_ore
(global-set-key "\M-pu" 'mpv-speed-set); _u_se speed - не использую.
Если вставить опцию
force-window=yes
в конфиг (
~/.config/mpv/mpv.conf
или разрешить конфиги к файлам и в соотв. файл), то окно тоже показывает. Так что с видео работать можно.
Орг-мод в сочетании с mpv.el позволяет делать специальные ссылки — как file:, но открываются при помощи mpv-play. Чтоб не лезть отдельно открывать, что там расшифровываешь, а прямо из файла с расшифровкой запускать.
В текст расшифровки можно вставлять отметки времени для быстрого перехода к ним — сделано из org-timer-item, выглядит примерно так:
- 0:01:15 :: А теперь поговорим о…
Нижеследующее позволяет вставлять такие отметки с позицией в файле по M-RET, если не запущен org-timer, и если это продолжение уже начатого списка (первую можно и вручную вписать, произвольно, потом поставить пару реальных, первую и удалить…):
Чтобы по Enter переходить на указанную позицию в файле:
(add-hook 'org-open-at-point-functions #'mpv-seek-to-position-at-point)
По-моему, всё необходимое.
Собственно mpv
Из мана то, что хотелось держать под рукой.
- mpv [options][file|URL|PLAYLIST|-]
- mpv [options] files
Кнопочки
(The following listings are not necessarily complete. See etc/input.conf for a list of default bindings. User input.conf files and Lua scripts can define additional key bindings.)
Keyboard Control
Самые мне нужные
Скриншоты (выбрать кадр и сохранить его):
.Step forward. Pressing once will pause, every consecutive press will play one frame and then go into pause mode again.,Step backward. Pressing once will pause, every consecutive press will play one frame in reverse and then go into pause mode again.sTake a screenshot.STake a screenshot, without subtitles. (Whether this works depends on VO driver support.)Ctrl sTake a screenshot, as the window shows it (with subtitles, OSD, and scaled video).
Остановиться и выйти:
p / SPACEPause (pressing again unpauses).qStop playing and quit.QLike q, but store the current playback position. Playing the same file later will resume at the old playback position if possible.
Регулировать скорость:
[ and ]Decrease/increase current playback speed by 10%.{ and }Halve/double current playback speed.BACKSPACEReset playback speed to normal.
Остальные
LEFT and RIGHTSeek backward/forward 5 seconds. Shift+arrow does a 1 second exact seek (see –hr-seek).UP and DOWNSeek forward/backward 1 minute. Shift+arrow does a 5 second exact seek (see –hr-seek).Ctrl+LEFT and Ctrl+RIGHTSeek to the previous/next subtitle. Subject to some restrictions and might not always work; see sub-seek command.Ctrl+Shift+Left and Ctrl+Shift+RightAdjust subtitle delay so that the next or previous subtitle is displayed now. This is especially useful to sync subtitles to audio.Shift+BACKSPACEUndo the last seek. This works only if the playlist entry was not changed. Hitting it a second time will go back to the original position. See revert-seek command for details.Shift+Ctrl+BACKSPACEMark the current position. This will then be used by Shift+BACKSPACE as revert position (once you seek back, the marker will be reset). You can use this to seek around in the file and then return to the exact position where you left off.< and >Go backward/forward in the playlist.ENTERGo forward in the playlist./ and *Decrease/increase volume.9 and 0Decrease/increase volume.mMute sound._Cycle through the available video tracks.#Cycle through the available audio tracks.fToggle fullscreen (see also –fs).ESCExit fullscreen mode.TToggle stay-on-top (see also –ontop).w and WDecrease/increase pan-and-scan range. The e key does the same as W currently, but use is discouraged.o (also P)Show progression bar, elapsed time and total duration on the OSD.OToggle OSD states between normal and playback time/duration.vToggle subtitle visibility.j and JCycle through the available subtitles.z and ZAdjust subtitle delay by +/- 0.1 seconds. The x key does the same as Z currently, but use is discouraged.lSet/clear A-B loop points. See ab-loop command for details.LToggle infinite looping.Ctrl + and Ctrl -Adjust audio delay (A/V sync) by +/- 0.1 seconds.Shift+g and Shift+fAdjust subtitle font size by +/- 10%.uSwitch between applying no style overrides to SSA/ASS subtitles, and overriding them almost completely with the normal subtitle style. See –sub-ass-override for more info.VToggle subtitle VSFilter aspect compatibility mode. See –sub-ass-vsfilter-aspect-compat for more info.r and RMove subtitles up/down. The t key does the same as R currently, but use is discouraged.PGUP and PGDWNSeek to the beginning of the previous/next chapter. In most cases, "previous" will actually go to the beginning of the current chapter; see –chapter-seek-threshold.Shift+PGUP and Shift+PGDWNSeek backward or forward by 10 minutes. (This used to be mapped to PGUP/PGDWN without Shift.)dActivate/deactivate deinterlacer.ACycle aspect ratio override.Ctrl hToggle hardware video decoding on/off.Alt+LEFT, Alt+RIGHT, Alt+UP, Alt+DOWNMove the video rectangle (panning).Alt + and Alt -Combining Alt with the + or - keys changes video zoom.Alt+BACKSPACEReset the pan/zoom settings.F8Show the playlist and the current position in it (useful only if a UI window is used, broken on the terminal).F9Show the list of audio and subtitle streams (useful only if a UI window is used, broken on the terminal).i and IShow/toggle an overlay displaying statistics about the currently playing file such as codec, framerate, number of dropped frames and so on. See STATS for more information.delCycles visibility between never / auto (mouse-move) / always`Show the console. (ESC closes it again. See CONSOLE.)
(The following keys are valid only when using a video output that supports the corresponding adjustment.)
1 and 2Adjust contrast.3 and 4Adjust brightness.5 and 6Adjust gamma.7 and 8Adjust saturation.Alt+0 (and command+0 on OSX)Resize video window to half its original size.Alt+1 (and command+1 on OSX)Resize video window to its original size.Alt+2 (and command+2 on OSX)Resize video window to double its original size.command + f (OSX only)Toggle fullscreen (see also –fs).
(The following keys are valid if you have a keyboard with multimedia keys.)
PAUSEPause.STOPStop playing and quit.PREVIOUS and NEXTSeek backward/forward 1 minute.
If you miss some older key bindings, look at etc/restore-old-bindings.conf in the mpv git repository.
Mouse Control
Left double clickToggle fullscreen on/off.Right clickToggle pause on/off.Forward/Back buttonSkip to next/previous entry in playlist.Wheel up/downSeek forward/backward 10 seconds.Wheel left/rightDecrease/increase volume.