1
0
mirror of https://github.com/taigrr/jumpcutter synced 2025-01-18 04:43:13 -08:00
2019-04-10 15:36:21 -04:00
2019-04-10 15:36:21 -04:00
2019-04-10 11:50:55 -07:00
2019-04-10 12:21:07 -07:00
2019-04-10 21:10:02 +02:00

jumpcutter

Automatically edits videos. Explanation here: https://www.youtube.com/watch?v=DQ8orIurGxw

Some heads-up:

I programmed it in Python 2.

I have only ever tested this on Ubuntu 16.04... not sure if that makes a difference!

This program relies heavily on ffmpeg. It will start subprocesses that call ffmpeg, so be aware of that!

As the program runs, it saves every frame of the video as an image file in a temporary folder. If your video is long, this could take a LOT of space. I have processed 17-minute videos completely fine, but be wary if you're gonna go longer.

I want to use pyinstaller to turn this into an executable, so non-techy people can use it EVEN IF they don't have Python and all those libraries. Jabrils recommended this to me. However, my pyinstaller build did not work. :( HELP

Description
Automatically edits vidx. Explanation here: https://www.youtube.com/watch?v=DQ8orIurGxw
Readme 43 KiB
Languages
Python 82.9%
Nix 17.1%