{"id":13827801,"url":"https://github.com/OpenNewsLabs/autoEdit_2","last_synced_at":"2025-07-09T05:30:53.174Z","repository":{"id":48751886,"uuid":"67713144","full_name":"OpenNewsLabs/autoEdit_2","owner":"OpenNewsLabs","description":"Fast text based video editing, node Electron Os X desktop app, with Backbone front end.","archived":false,"fork":false,"pushed_at":"2024-03-03T19:29:24.000Z","size":116599,"stargazers_count":419,"open_issues_count":34,"forks_count":56,"subscribers_count":39,"default_branch":"master","last_synced_at":"2024-08-05T09:16:45.172Z","etag":null,"topics":["autoedit","backbone","backbonejs","desktop","dmg","edl","electron","gentle","gentle-stt","ibm-watson","ibm-watson-speech","mac","osx","speech-to-text","speechmatics","stt","transcription","video-editing","video-sequences","watson"],"latest_commit_sha":null,"homepage":"https://opennewslabs.github.io/autoEdit_2/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/OpenNewsLabs.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2016-09-08T14:59:53.000Z","updated_at":"2024-07-25T15:10:50.000Z","dependencies_parsed_at":"2024-01-14T20:27:28.587Z","dependency_job_id":null,"html_url":"https://github.com/OpenNewsLabs/autoEdit_2","commit_stats":null,"previous_names":[],"tags_count":32,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenNewsLabs%2FautoEdit_2","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenNewsLabs%2FautoEdit_2/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenNewsLabs%2FautoEdit_2/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/OpenNewsLabs%2FautoEdit_2/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/OpenNewsLabs","download_url":"https://codeload.github.com/OpenNewsLabs/autoEdit_2/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225486447,"owners_count":17481903,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["autoedit","backbone","backbonejs","desktop","dmg","edl","electron","gentle","gentle-stt","ibm-watson","ibm-watson-speech","mac","osx","speech-to-text","speechmatics","stt","transcription","video-editing","video-sequences","watson"],"created_at":"2024-08-04T09:02:10.656Z","updated_at":"2024-11-20T07:31:16.891Z","avatar_url":"https://github.com/OpenNewsLabs.png","language":"JavaScript","funding_links":[],"categories":["JavaScript","📦 Legacy \u0026 Inactive Projects"],"sub_categories":[],"readme":"# autoEdit 2\n\nautoEdit 2 is a fast text based video editing, desktop app for Mac, Linux and Windows, built with node and electron, and Backbone front end. For making video production faster, easier and more accessible.\n\n\n## Ready to use release \n\nSee [releases section](https://github.com/OpenNewsLabs/autoEdit_2/releases) to download latest packaged version ready to use. And view [user manual](https://pietropassarelli.gitbooks.io/autoedit2-user-manual/content/) for overview of the app.\n\nAll you need to get started is to decide what speech to text service you want to use and get some credentials to get going [check out the user manual for more details](https://pietropassarelli.gitbooks.io/autoedit2-user-manual/content/setup-stt-apis.html) \n\n## Setup\n\n```bash\ngit clone git@github.com:OpenNewsLabs/autoEdit_2.git\n```\n\n```\ncd autoEdit_2\n```\n\n ```bash\nnpm install\n``` \n\n## Usage - development\n\n```\nnpm start\n```\n\nCompiles the js client side files with browserify and starts electron\n\n_Note:_ You'd also need to get Speech to text keys or have the Gentle Open source app running locally [check out the user manual for more details](https://pietropassarelli.gitbooks.io/autoedit2-user-manual/content/setup-stt-apis.html), unless you are choosing `pocketsphinx` as speech to text option.\n\n## Background \nautoEdit is a text-based video-editing software that creates a digital paper-editing workflow. For more background see this write up on Source [\"Introducing autoEdit\"](https://source.opennews.org/articles/video-editing-made-better-introducing-autoedit/) as well as for more in depth on the underlying workflow [see this gitbook  \"How to tell compelling stories out of video interviews\"](https://pietropassarelli.gitbooks.io/how-to-tell-compelling-stories-out-of-video-inter/content/), and [especially this section focused on digital Paper-editing](https://pietropassarelli.gitbooks.io/how-to-tell-compelling-stories-out-of-video-inter/content/digital-paper-editing/autoedit-2-digital-paper-editing-software.html).\n\n\n![Overview diagram ](https://github.com/OpenNewsLabs/autoEdit_2/raw/master/assets/autoEdit_overview_diagram_1.0.7.png)\n\n\n## System Architecture \n_High level overview of system architecture_\n\nSee [Architecture overview](https://autoedit.gitbook.io/documentation/overview/architecture) in\n [developer's documentation](https://autoedit.gitbook.io/documentation).\n\n\n## Development env\n\n _How to run the development environment_\n_Coding style convention ref optional, eg which linter to use_\n_Linting, github pre-push hook - optional_\n\n- node 8 or greater\n- npm 5 or greater\n- [speech to text credentials](https://autoedit.gitbook.io/user-manual/setup-stt-apis)\n\n### linting \n\nUse [`.eslintrc.json`](./.eslintrc.json) in your code editor of choice to keep style consistency.\n\n## Build\n_How to run build_\n\n[See documentation section for build / deployment in OS X, Linux, Windows](https://autoedit.gitbook.io/documentation/overview/deploymentbuild)\n\n\n## Travis CI Deployment\n\n[See documentation section for Travis CI continuous build](https://autoedit.gitbook.io/documentation/overview/deploymentbuild/travis-ci-continuous-build)\n\n\n### Deployment as adobe panel \n\n[See documentation section for more info](https://autoedit.gitbook.io/documentation/adobe-panel/autoedit-adobe-cep-panel-dev-setup)\n\n\n## Tests\n\n_How to carry out tests_\n\nAt the moment some unit tests are in the `spec` folder using `jasmine`, and you can run them using\n\n```\nnpm run test\n```\n\nHowever they still need to be fixed up a bit. And perhaps move to `jest`.\n\n- [ ] PR and help on improving test coverage welcome.\n\n\n## Build project page \u0026 demo\nSee documentation section for\n- [building project page](https://autoedit.gitbook.io/documentation/project-page/build-project-page)\n- [building demo front end](https://autoedit.gitbook.io/documentation/project-page/build-update-demo-front-end-page)\n\n## Open source \n\nThis is an open source project, in it's current version it was originally created as part of a [Open News Knight-Mozilla fellowship](https://opennews.org/what/fellowships/) by [Pietro Passarelli](http://pietropassarelli.com) with the [Vox Media product team](http://product.voxmedia.com). You can [contribute](https://github.com/OpenNewsLabs/autoEdit_2) and/or \u003ca href=\"mailto:{{site.email}}?Subject=autoEdit%202%20question\"\u003epropose ideas\u003c/a\u003e you have for this project.\n\nThis tool is under development and you may find some bugs. In that case we will appreciate if you can [fill an issue](https://github.com/OpenNewsLabs/autoEdit_2/issues) or  \u003ca href=\"mailto:pietro@autoEdit.io?Subject=Hello\" target=\"_top\"\u003eget in touch\u003c/a\u003e.\n\nIf you are curious about [whatever happened to autoEdit \"1\" check this out](http://pietropassarelli.com/autoEdit.html).\n\n## Contributing\n\nFeel free to get in touch with any questions. Via email \u003cpietro@autoedit.io\u003e or [twitter @pietropassarell](https://twitter.com/pietropassarell). \n\n[Github issues](https://help.github.com/articles/about-issues/) to suggest ideas and report bugs welcome. And/or fork the project and send me a [pull request](https://help.github.com/articles/about-pull-requests/).\n\nSign up to the [mailing list](http://eepurl.com/cMzwSX), follow on [twitter](http://twitter.com/autoEdit2) and/or [facebook](https://www.facebook.com/autoEdit.io/) to keep up to date with the latest releases. \n\nCheck out the [issues section](https://github.com/OpenNewsLabs/autoEdit_2/issues) and [waffle.io Dashboard](https://waffle.io/OpenNewsLabs/autoEdit_2)\n\n[![Stories in Ready](https://badge.waffle.io/OpenNewsLabs/autoEdit_2.png?label=ready\u0026title=Ready)](https://waffle.io/OpenNewsLabs/autoEdit_2)\n\n\n## Contributors\n\nList of contributors that have helped shaped autoEdit by contributing and/or advising on this or previous versions in no particular order.\n\n- [Andrea Baldo](https://twitter.com/and_baldo)\n- [Dan Zajdband](https://twitter.com/impronunciable)\n- [Rosario Rascuna](https://twitter.com/_sarhus)\n- [Daniele Bottillo](https://twitter.com/dbottillo)\n- [Sanette Tanaka](https://twitter.com/ssktanaka)\n- [Ryan Mark](https://twitter.com/ryanmark)\n- [Katie O'Dowd]()\n- [Bernhard Fasenfest](https://github.com/bfasenfest)\n- [Pietro Passarelli](http://github.com/pietrop)\n\n### Active contributors \n\n- [Pietro Passarelli](http://github.com/pietrop)\n\n---\n\n## Support the project \n\u003c!-- Sign up to the [mailing list](http://eepurl.com/cMzwSX), follow on [twitter](http://twitter.com/autoEdit2) and/or [facebook](https://www.facebook.com/autoEdit.io/) to keep up to date with the latest releases. Say hi at \u003ca href=\"mailto:pietro@autoEdit.io?Subject=Hello\" target=\"_top\"\u003epietro@autoEdit.io\u003c/a\u003e, always curious to hear what autoEdit is helping you with. --\u003e\n\n[autoEdit.io](http://www.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](https://donorbox.org/c9762eef-0e08-468e-90cb-2d00643697f8?recurring=true). Support will go towards fixing bugs, adding features, provide support for users etc...\n\n \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FOpenNewsLabs%2FautoEdit_2","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FOpenNewsLabs%2FautoEdit_2","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FOpenNewsLabs%2FautoEdit_2/lists"}