clip-maker/README.md

367 B

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'