A tool to help YouTube content creators improve consistency, visualize and manage their uploads. While streamlining the process from recording an idea to publishing a video.
This software is being created in JavaScript using Vue.js framework and Electron. It mainly targets the Windows desktop platform.
npm install
Vue CLI required
npm install -g @vue/cli
npm run electron:serve
npm run electron:build --win nsis
The video/audio conversion feature relies on FFmpeg. An executable named "ffmpeg.exe" should be placed in the root of the project directory.