Create Avi Video:
ffmpeg -loop 1 -y -i image8.jpg -i sound11.amr -shortest -acodec copy -vcodec mjpeg result.avi
Create Mp4 Video:
ffmpeg -loop 1 -i "image.jpg" -i "audio.mp3" -c:v libx264 -tune stillimage -c:a aac -pix_fmt yuv420p -shortest out.mp4
|
FFMPEG Create Video from one Image and one Audio |
Post a Comment