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.
|
|
|
#!/bin/sh
|
|
|
|
ffmpeg -threads 0 -pattern_type glob -i "img/*.pam" -r 60 \
|
|
|
|
-vf "format=yuv444p,setpts=0.05*PTS,scale=iw*4:ih*4:flags=neighbor:eval=frame,pad=342*4:172*4:(ow-iw)/2:(oh-ih)/2" \
|
|
|
|
anim.webm
|