dither4/video-cat/combine.sh

11 lines
212 B
Bash
Raw Normal View History

2023-03-26 01:28:00 +00:00
ffmpeg \
2023-03-26 01:57:09 +00:00
-r 30000/1001 \
2023-03-26 01:28:00 +00:00
-i 'frames/dither-%04d.png' \
-i 'cats-audio.wav' \
-ac 2 \
-ar 48000 \
2023-03-26 03:26:45 +00:00
-vf 'pad=w=534' \
2023-03-26 01:28:00 +00:00
-pix_fmt yuv420p \
-movflags +faststart \
-y cats-dither.mp4