dither4/mp4.sh
2022-12-11 11:58:37 -08:00

8 lines
147 B
Bash
Executable file

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