Advent of Code 2022 - 2nd attempt in c++
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.
 
 
 
 

4 lines
149 B

#!/bin/sh
ffmpeg -threads 0 -pattern_type glob -i "img/*.pam" -r 60 \
-filter:v "setpts=0.05*PTS,scale=iw*4:ih*4:flags=neighbor" \
anim.webm