dither4/video/combine.sh
2023-03-25 20:26:45 -07:00

11 lines
220 B
Bash

ffmpeg \
-r 60000/1001 \
-i 'frames/dither-%04d.png' \
-i 'colamath-audio.wav' \
-ac 2 \
-ar 48000 \
-vf 'pad=w=534' \
-pix_fmt yuv420p \
-movflags +faststart \
-y colamath-dither.mp4