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

11 lines
212 B
Bash

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