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

@ -8,7 +8,7 @@ ffmpeg \
-i 'doom-speedrun.webm' \
-t $TIME \
-r 60000/1001 \
-vf 'scale=320:192' \
-vf 'scale=256:192' \
-an \
-y 'frames/doom-%04d.png'