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.
|
Scale = "1280:720"
|
|
VideoBitrate = 900
|
|
AudioBitrate = 192
|
|
Speed = "veryslow"
|
|
CleanFilename = false
|
|
CRF = 20
|
|
FPS = 30
|
|
Tune = "animation"
|
|
Input = "test*.mp4"
|
|
OutDir = "renders"
|
|
|