Skip to content

Video editor focused on efficiently trimming clips

Notifications You must be signed in to change notification settings

MaximilianMcC/clipper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

✂️ Clipper

Clipper is a simplified video editor that is designed for automatically, or manually, clipping existing clips to find part the parts that you really want to save. There is a massive focus on editing clips in bulk, and speed/efficiency is a top priority.

Running

  1. Make sure you have FFMPEG and FFPROBE downloaded and added to path (instructions below)
  2. Download/build the project if there isn't already a release
  3. Run the program with the first argument being the video path (eg: clipper.exe ./video.mp4)

Installing FFMPEG/FFPROBE

Clipper uses FFMPEG and FFPROBE to perform all of the actual video editing. These are CLI tools. Follow these steps to download and add it to path:

  1. Make a new directory where ever you want. I recommend C:\Program Files and call it pathPrograms or something
  2. Open the start menu and search env and hit Edit the system environment variables. Open it.
  3. Press the Environment Variables button in the bottom right.
  4. In the top section, double click on the option that says Path.
  5. On the right, press new and enter the path of the directory we just created (something like C:\Program Files\pathPrograms).
  6. Press OK on all three windows to close everything.
  7. Download the correct version of FFMPEG for your computer here.
  8. Extract it and go into the bin folder.
  9. Copy all three files (ffplay.exe, ffprobe.exe, and ffmpeg.exe)
  10. Paste them into the directory we added to path.
  11. Close then open any terminals that you previously had open
  12. Run ffmpeg.exe, ffprobe.exe, or ffplay.exe to check for if its working.
  13. Done! If you wish to add any more CLI programs to your computer you can put them in this same directory and they will work.

Made for NCEA level 3 scholarship project.

Releases

No releases published

Languages