dither4/video-rickroll/combine.sh

11 lines
233 B
Bash
Raw Normal View History

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