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.
-
--> See user manual for more details <--
-
Go to release section and download, packaged version, ready to use version.
git clone, cd into folder, npm install
, npm start
.
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
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.
Feel free to get in touch if you have any issues, thoughts, questions, or ideas.