dither4/video/combine.sh

11 lines
220 B
Bash
Raw Normal View History

2023-03-24 10:08:40 +00:00
ffmpeg \
-r 60000/1001 \
-i 'frames/dither-%04d.png' \
-i 'colamath-audio.wav' \
-ac 2 \
-ar 48000 \
2023-03-26 03:26:45 +00:00
-vf 'pad=w=534' \
2023-03-24 10:08:40 +00:00
-pix_fmt yuv420p \
2023-03-25 00:56:56 +00:00
-movflags +faststart \
2023-03-24 10:08:40 +00:00
-y colamath-dither.mp4