This commit is contained in:
Brooke Vibber 2023-03-25 21:36:14 -07:00
commit a419685121
4 changed files with 65 additions and 3 deletions

View file

@ -4,7 +4,7 @@ mkdir -p frames
ffmpeg \
-i 'cats computer fun.mp4' \
-vf 'scale=320:150,pad=h=192:y=5' \
-vf 'scale=256:144' \
-an \
-y 'frames/cats-%04d.png'