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

10 lines
188 B

module lcthw.dev/go/vidcrunch
go 1.24.2
require 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
)