dither4/video/combine.sh

10 lines
209 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-24 19:52:22 +00:00
-vf 'pad=w=640:h=360:x=52:y=20' \
2023-03-24 10:08:40 +00:00
-pix_fmt yuv420p \
-y colamath-dither.mp4