dither4/video-cat/combine.sh

11 lines
228 B
Bash
Raw Normal View History

2023-03-26 01:28:00 +00:00
ffmpeg \
2023-03-26 01:57:09 +00:00
-r 30000/1001 \
2023-03-26 01:28:00 +00:00
-i 'frames/dither-%04d.png' \
-i 'cats-audio.wav' \
-ac 2 \
-ar 48000 \
-vf 'pad=w=640:h=360:x=52:y=20' \
-pix_fmt yuv420p \
-movflags +faststart \
-y cats-dither.mp4