Using ffmpeg to render image sequences and audio into video #174
jwright159
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
ffmpeg -framerate 24 -r 24 -i %04d.png -i AUDIO.mp3 -pix_fmt yuv420p -profile:v high -level:v 4.1 -crf:v 20 -movflags +faststart -shortest VIDEO.mp4
Beta Was this translation helpful? Give feedback.
All reactions