Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Readme: install & run instrucions #147

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,3 +19,29 @@ 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.

## Install & run

#### With executeable

- Download & extract [jumpcutter.zip](https://github.com/carykh/jumpcutter/files/3964820/jumpcutter.zip)
- Open `cmd`
- Run `C:\YOUR/PATH\jumpcutter.exe --input_file C:\YOUR\FILE.mp4 --sounded_speed 1 --silent_speed 99999 --frame_margin 2`

#### With python

- Open cmd/terminal, and `cd` to the jumpcutter folder.
- 'pip install -r requirements.txt'
- Run: `python jumpcutter.py --input_file C:\YOUR\FILE.mp4 --sounded_speed 1 --silent_speed 99999 --frame_margin 2`

#### Install ffmpeg

If you have no ffmpeg installed, follow these steps:

##### Linux

`sudo apt-get install ffmpeg`

##### Windows

[Read this guide](https://windowsloop.com/install-ffmpeg-windows-10/)