A simple ffmpeg powered video cutter for Windows.
Made for small gaming video clips.
Usage tutorial: http://www.pictshare.net/7wapohkssd.mp4
npm install
# Run the app
npm start
# build it
npm run dist
- Replace current version strings with new one
- Commit with the new version number
git commit -m "v1.0.0"
- Tag the commit with the new version number
git tag v1.0.0
- Push the commit and the tag
git push && git push --tags