Monday, April 5, 2021

Combine image + audio file to make a video

Source: https://video.stackexchange.com/questions/5291/how-to-make-a-video-from-a-still-image-and-an-audio-file

I tried at least 5 commands from different sites, and only this one worked well enough for me - about 37x speed, waitable.

ffmpeg -loop 1 -f image2 -r 2 -i image.jpg -i audio.m4a -c:v libx264 -c:a copy -shortest video.mp4

No comments:

Post a Comment