dither4/video-rickroll/combine.sh

11 lines
232 B
Bash
Raw Normal View History

2024-08-31 02:34:55 +00:00
ffmpeg \
-r 60000/1001 \
-i 'frames/dither-%04d.png' \
-i 'rickroll-audio.wav' \
-ac 2 \
-ar 48000 \
-vf 'pad=w=534,setsar=9/10' \
-pix_fmt yuv420p \
-movflags +faststart \
-y rickroll-dither.mp4