dither4/mp4.sh
2022-12-07 16:12:15 -08:00

8 lines
147 B
Bash
Executable file

fps=60000/1001
ffmpeg \
-r $fps -i "$1.%01d.png" \
-vf scale=w=640:h=384:sws_flags=neighbor,format=yuv420p \
-g 480 \
-y "$1.mp4"