Hi list I have an mp3 file and only one image
I want to generate a video file that containt that file mixed with the sound.
the closet example I have found is this.... but here, the input are only images.
Could you help please*
ffmpeg -f image2 -i image%d.jpg video.mpg
This command will transform all the images from the current directory (named image1.jpg, image2.jpg, etc.) to a video file named video.mpg.
Turn a video to X images*