8000 GitHub - nickdrozd/transcription-mode: Emacs mode for editing transcripts.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

nickdrozd/transcription-mode

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
< 8FB0 h2 class="sr-only ScreenReaderHeading-module__userSelectNone--vW4Cq prc-Heading-Heading-6CmGO" data-testid="screen-reader-heading">History5 Commits
 
 
 
 
 
 

Repository files navigation

transcription-mode

The gist of the mode is to be able to precisely control media playback while in a buffer containing that media's transcription. The main use case is to rewind the video by a few second in order to re-listen to a few words so they can be typed into the buffer, or corrected. It uses VideoLAN's console interface to drive playback from within Emacs.

  1. Open the transcription file.
  2. Start the transcription-mode minor mode.
  3. M-x transcription-start to select a media file to play.
  4. Use the minor mode's keybindings to pause/play and seek.

Here's a non-exhaustive list of keybindings:

  • C-c C-c Pause/play the media.
  • C-c s Move backwards 3 seconds.
  • C-c S Move forwards 3 seconds.
  • C-c t Move backwards 10 seconds.
  • C-c T Move forwards 10 seconds.
  • C-c m Move backwards 1 minute.
  • C-c M Move forwards 1 minute.

The media will still pop up in a VideoLAN window, so if you need to make less common adjustments (playback speed, precise seeks, etc.) you can switch focus and do it directly in VLC. The keybindings are for frequent media control, like skipping back and forth by a few seconds.

See Also

About

Emacs mode for editing transcripts.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Emacs Lisp 100.0%
0