Git Product home page Git Product logo

qt-scribe-mode's Introduction

qt-scribe-mode

Remote control the Quicktime Player and insert some data from the current movie into the active buffer.

This is intended for doing transcription of videos inside of emacs.

To get started, load the file and invoke the mode like: M-x qt-scribe-mode. I'd recommend you use an extension like .qts so the mode can auto-load. Set something like this in your .emacs

(add-to-list 'auto-mode-alist '("\\.qts$" . qt-scribe-mode))

Produces a text file that you can grep for content in a human readable format like:

[file: "subject1.mp4"]

[00:00:50.09] Participant deletes running apps.
[00:01:25.06] Queues podcast in playlist.
[00:01:40.06] Stops podcast.
[00:02:04.06] Sets alarm.

In the mode, the timestamps are clickable links to seek the player to that point.

keybindings

  • C-c SPC toggles the playback on and off
  • C-c RET inserts a timestamp
  • C-c j jump back a few seconds
  • C-c k jump forward a few seconds
  • C-c f insert the file mark with the active qt file
  • C-c o open the file

qt-scribe-mode's People

Contributors

ayman avatar

Stargazers

 avatar Jodi Schneider avatar Scott Weldon avatar

Watchers

James Cloos avatar

qt-scribe-mode's Issues

Implement TiVo Skipback

Basically implement a skipback on the timestamp...like make the timestamp be 750ms before the command to insert it. The skipback should be settable in the customize mode.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.