Giter Site home page Giter Site logo

lborgman / otranscribe Goto Github PK

View Code? Open in Web Editor NEW

This project forked from otranscribe/otranscribe

0.0 2.0 0.0 809 KB

A free & open tool for transcribing audio interviews

Home Page: oTranscribe.com

License: MIT License

Makefile 0.21% HTML 6.08% MAXScript 0.13% JavaScript 86.55% CSS 7.03%

otranscribe's Introduction

oTranscribe

oTranscribe is a free web app designed to take the pain out of transcribing recorded interviews.

  • Pause (ESC), rewind (F1) and fast-forward (F2) without taking your hands off the keyboard
  • Adjust playback speed with a slider or using F3/F4
  • Your transcript is automatically saved to the browser's localStorage every second
  • Rich text support using contentEditable
  • YouTube and video file support

... and more!

Download a copy

Although a web version is available, you can install oTranscribe anywhere by following these steps:

  1. Download the current ZIP archive.
  2. Compile the CSS and JS with Webpack (see below for more detailed instructions).
  3. Upload the files in the newly-generated dist folder to a server of your choice.

Please note that, in Chrome, local copies oTranscribe may not run correctly due to the browser's privacy settings.

Compiling the CSS and JavaScript

The src folder in this repository only includes the "raw" JavaScript and CSS. To compile the production-ready files:

  • Install Node.js and NPM.
  • Run npm install to install dependencies
  • Run make build_prod to compile the dist folder

For a sourcemap and 'watch-for-changes', run make build_dev.

OTR file format

oTranscribe has its own file format (.otr), which is just a JSON file with the following parameters:

  • text: The raw HTML of the transcript
  • media: If available, the name of the last media used
  • media-source: If available, a link to the last media used
  • media-time: If available, the playtime of the last media used

Running tests

oTranscribe is not fully tested. There are only a small number of tests, for data migration.

To setup, install CasperJS.

Then run a server at the root directory of this repository at http://localhost:8000, and on the command line run:

casperjs test tests/

Translations

Translations have been provided by the following talented and generous volunteers:

More about translating oTranscribe here.

otranscribe's People

Contributors

a-br avatar andy0130tw avatar baiqj avatar cp0204 avatar crskkk avatar danieltosello avatar edoput avatar ejb avatar emilekm avatar gidsg avatar gustavlrsn avatar harupong avatar ibriq avatar jmontane avatar konalexiou avatar kostasx avatar myroslav avatar oaubert avatar rogelj avatar

Watchers

 avatar  avatar

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.