1c7 / subtitlesComposer-app

A simple os x desktop app built in electron, using Aeneas under the hood to generate captions files from media(audio or video) and plain text transcriptions without time-codes.

Home Page:https://autoedit.gitbook.io/subtitles-composer-app/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

subtitleComposer App

Build Status

A simple os x desktop app built in electron, using Aeneas under the hood to generate captions files from media(audio or video) and plain text transcriptions without time-codes.

Usage

  1. --> See user manual for more details <--

  2. Go to release section and download, packaged version, ready to use version.

Video + text screenshot

Dev setup

git clone, cd into folder, npm install, npm start.

Build

After having done step fo dev setup, do

npm run build:mac

To package dmg for mac, when done, check the ./dist folder in the repo.

There's also a travis CI continuos integration build that is triggered on very commit for the Linux version, some notes on this setup here

Stack

The app uses electron, bootstrap with bootswatch paper theme, and purpously does not make use of any front end framework to keep things simple a this stage, where the UI/UX and functionality are being defined.

For the alignement it uses the Aeneas open source project, see user manual for more details on how to get setup with that locally.

Issues

Feel free to get in touch if you have any issues, thoughts, questions, or ideas.

Active Contributors

About

A simple os x desktop app built in electron, using Aeneas under the hood to generate captions files from media(audio or video) and plain text transcriptions without time-codes.

https://autoedit.gitbook.io/subtitles-composer-app/

License:Creative Commons Zero v1.0 Universal


Languages

Language:JavaScript 70.6%Language:HTML 29.4%