Simple program to split video file into clips of requested length
.gitignore | ||
build.nix | ||
flake.lock | ||
flake.nix | ||
go.mod | ||
main.go | ||
README.md |
clip-maker
Simple program to split video file into clips of requested length
go run . --filename 'Family Guy - S01E01 - Death Has a Shadow SDTV.mkv' --clip_length 5s
Dependencies
This program relies on ffmpeg so make sure to install it
Running with nix
nix run git+https://forge.catnip.ee/batteredbunny/clip-maker -- --filename 'Video.mp4'