Skip to content

Latest commit

 

History

History
132 lines (71 loc) · 6.24 KB

README.md

File metadata and controls

132 lines (71 loc) · 6.24 KB

autoEdit V2

autoEdit 2 is a fast text based video editing, node electrong, Os X desktop app, with Backbone front end. For making video production faster, easier and more accessible.

Ready to use release

See releases section to download latest packaged version ready to use. All you need to get started is IBM Watson API Blumix keys. Check out the user manual and the developer's documentation

Overview

  1. It creates automatic transcription from a video or audio file
  2. the user can make text selections
  3. export those selections as a video sequence in the editing software of choice

Overview diagram

It is built in node electron and backbone.

Watch video overview of the transcription part on youtube.

The app uses IBM watson(free trial), as well as Gentle and pocketsphinx open source Speech To Text systems to generate transcription. The user can then select text and export a video sequence to the video editing software of choice.

Is designed so that the front end in backbone can be used as standalone static site. Which is how the demo is run, with an hard coded sample data in backbone.sync.

For more info check out the documentation.

-->Papereditig<--

As of version 1.0.6 you can pull selections from multiple transcriptions into a paperedit, see a video preview, and export as an EDL video sequence. Check out the user manual for more on this.

--> Move to electron<--

As of version 1.0.7 (soon to be released) moved from nwjs to electron to package the app for desktop. This will allow to do a leap forward in certain areas of the roadmap.

Development

Launching the app

npm install

and then run the following comand to compile the js client side files with browserify and start electron.

npm start

You'd also need to get IBM watson STT keys or have the Gentle Open source app running locally see the guide for instructions on setting this up

Building/packaging the app - OSX

Building and packaging the app, can be done with one comand.

npm run build:mac:dmg

This install dependencies, runs browserify on the client side js code, builds the electron application in the ./dist folder and packages into a dmg image which is saved into the ~/dist folder as well.

Building/packaging the app - Linux

Documentation

For more info check out the project documentation

Contributing

Feel free to get in touch with any questions. Via email pietro@autoedit.io or twitter @pietropassarell.Fork the project and send me a pull request.

Sign up to the mailing list, follow on twitter and/or facebook to keep up to date with the latest releases.

Check out the issues section and waffle.io Dashboard

Stories in Ready

Is reccomended to use .eslintrc.json in your code editor of choice to keep style consistency.

Open source

This is an open source project, in it's current version it was originally created as part of a Knight-Mozilla fellowship by Pietro Passarelli with the Vox Media product team. You can contribute and/or propose ideas you have for this project.

This tool is under development and you may find some bugs. In that case we will appreciate if you can fill an issue or get in touch.

If you are curious about whatever happened to autoEdit "1" check this out.

Support the project

Sign up to the mailing list, follow on twitter and/or facebook to keep up to date with the latest releases. Say hi at pietro@autoEdit.io, always curious to hear what autoEdit is helping you with.

autoEdit.io it's free and open source. Free as in free speech as well as in free beer. Help support the autoEdit project to keep it that way. Support will go towards fixing bugs, adding features, provide support for users etc.

Contributors

List of contributors that have helped shaped this version of autoEdit by contributing and/or advising on this or previous versions of autoEdit, in no particular order.

Active contributors