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
Uh oh!
There was an error while loading. Please reload this page.
-
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.mp4Beta Was this translation helpful? Give feedback.
All reactions