Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carykh/jumpcutter
Automatically edits vidx. Explanation here: https://www.youtube.com/watch?v=DQ8orIurGxw
https://github.com/carykh/jumpcutter
Last synced: 6 days ago
JSON representation
Automatically edits vidx. Explanation here: https://www.youtube.com/watch?v=DQ8orIurGxw
- Host: GitHub
- URL: https://github.com/carykh/jumpcutter
- Owner: carykh
- License: mit
- Created: 2019-04-10T18:50:55.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2024-02-28T16:25:32.000Z (12 months ago)
- Last Synced: 2025-02-07T13:04:58.024Z (13 days ago)
- Language: Python
- Size: 19.5 KB
- Stars: 3,101
- Watchers: 61
- Forks: 539
- Open Issues: 151
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jumpcutter
Automatically edits videos. Explanation here: https://www.youtube.com/watch?v=DQ8orIurGxwGo here for a more polished version of this software that my friends and I have been working on fr the last year or so: https://jumpcutter.com/
Since my GitHub is more like a dumping ground or personal journal, I'm not going to be actively updating this GitHub repo. But if you do want a version of jumpcutter that is actively being worked on, please do check on the version at https://jumpcutter.com/! There's way more developers fixing bugs and adding new features to that tool, and there's a developer's Discord server to discuss anything JC-related, so go check it out!
## Some heads-up:
It uses Python 3.
It works on Ubuntu 16.04 and Windows 10. (It might work on other OSs too, we just haven't tested it yet.)
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## Building with nix
`nix-build` to get a script with all the libraries and ffmpeg, `nix-build -A bundle` to get a single binary.