A simple little command line tool in Go to crunch my videos. This includes many settings I've found that compress "code videos" really well. YMMV.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
vidcrunch/go.mod

13 lines
225 B

module lcthw.dev/vidcrunch
go 1.24.2
require (
github.com/BurntSushi/toml v1.5.0
github.com/modfy/fluent-ffmpeg v0.1.0
)
require (
github.com/fatih/structs v1.1.0 // indirect
github.com/pkg/errors v0.9.1 // indirect
)