/simplecutter

simple electron based video cutter for windows

Primary LanguageHTML

Simple cutter

A simple ffmpeg powered video cutter for Windows.

Made for small gaming video clips.

Usage tutorial: http://www.pictshare.net/7wapohkssd.mp4

Video Tutorial

npm install

# Run the app
npm start

# build it
npm run dist

Version upgrade

  1. Replace current version strings with new one
  2. Commit with the new version number git commit -m "v1.0.0"
  3. Tag the commit with the new version number git tag v1.0.0
  4. Push the commit and the tag git push && git push --tags