I have 1 image (jpg) and 1 audio file (MP3) and I would like to output this as a video file (say AVI for example).
Does anyone know how to use FFMPEG to join the two? I'd like to show the image for the duration of the audio.
Any ideas anyone?
|
I have 1 image (jpg) and 1 audio file (MP3) and I would like to output this as a video file (say AVI for example). Does anyone know how to use FFMPEG to join the two? I'd like to show the image for the duration of the audio. Any ideas anyone? | ||||
feedback
|
|
If you are in Windows, You can do it in Windows Movie maker too ... if you need instructions please leave a comment For FFmpeg use this
Resource from here | |||||||||||
feedback
|
|
subanki almost had it right. The working command line is as follows;
| |||
|
feedback
|
|
That simple bash/cygwin script that AUTOMAGICALLY will encode all files of $AUDIO extension in directory to 10FPS mp4 video file in directory with folder.jpg image embedded, useful for youtube uploads ;)
| ||||
|
feedback
|
|
Download VirtualDub, then do this:
Source: stephanV | |||
feedback
|