geek-at / simplecutter

simple electron based video cutter for windows

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

simple electron based video cutter for windows


Languages

Language:HTML 97.8%Language:C 2.0%Language:JavaScript 0.2%Language:CSS 0.0%Language:Makefile 0.0%