Answers for "sequence of png images to mp4"

0

sequence of png images to mp4

ffmpeg -framerate 10 -i image%03d.png -s:v 1280x720 -c:v libx264 \
-profile:v high -crf 20 -pix_fmt yuv420p daimler_man.mp4
Posted by: Guest on January-31-2021

Code answers related to "Shell/Bash"

Browse Popular Code Answers by Language