Simple program to split video file into clips of requested length
Find a file
2024-02-23 19:01:25 +02:00
.gitignore First commit 2023-07-08 21:07:04 +03:00
build.nix Small improvements 2023-07-10 01:41:07 +03:00
flake.lock Update README.md and add nix flake 2023-07-10 01:03:10 +03:00
flake.nix Small improvements 2023-07-10 01:41:07 +03:00
go.mod Updated go.mod name 2023-07-08 21:08:37 +03:00
main.go Changed clip_length to accept time.Duration 2023-07-18 20:20:35 +03:00
README.md Change link in README 2024-02-23 19:01:25 +02:00

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'