Log in

View Full Version : Picture plus Audio to Video


h41cyon
29th January 2009, 21:55
Guys,

This is a pretty simple one, but each time I google it, I get about 50 pages of companies wanting me to pay for their crap software.

Here is what I want: I want to take an mp3 file and a some image file and combine the two into a single video (avi,mkv,mp4) container. It would be really cool if this could be done without transcoding the mp3 (if possible).

I'm pretty sure this is possible using Windows Movie Maker, but I believe that forces you into transcoding and options like mp4 and mkv are not possible.

Can you guys suggest anything? I'm running XP.

ThanksInAdvance

Adub
30th January 2009, 00:01
Just use a filter in Avisynth like ImageSource to generate a video for the length that you specify, encode that, then mux to your desired container.

Ex:
ImageSource("D:\mypic.png", end=4500, fps =25) #For a 3 minute long song.