This commit is contained in:
Brooke Vibber 2023-03-25 20:26:45 -07:00
commit 5196adef43
7 changed files with 6 additions and 18 deletions

View file

@ -4,7 +4,7 @@ ffmpeg \
-i 'cats-audio.wav' \
-ac 2 \
-ar 48000 \
-vf 'pad=w=640:h=360:x=52:y=20' \
-vf 'pad=w=534' \
-pix_fmt yuv420p \
-movflags +faststart \
-y cats-dither.mp4

View file

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