What are you using, Soneek?
Ffmpeg. I'll write up all the setting necessary for it in a bit, since it's command line based.
[collapse=Combine music and image using ffmpeg]
Get the latest ffmpeg static build from here.
http://ffmpeg.zeranoe.com/builds/
After extracting it, copy cmd.exe from your system32 folder, and put in the same folder as ffmpeg.exe.
The logo will need to be JPEG format for ffmpeg to use it. Place the logo you wanna use in the same folder as ffmpeg.exe, and rename it to "image.jpg".
Copy your extended MP3 into that folder as well, and rename it "audio.mp3".
Open the cmd.exe that you copied into the ffmpeg folder, and paste this command.
ffmpeg -r 1 -f image2 -loop_input -i image.jpg -i audio.mp3 -vcodec mpeg4 -qscale 2 -acodec copy -shortest newvideo.avi
You can rename newvideo.avi in the code if you'd rather not rename it afterwards. You'll have to repeat this process for any song you wanna use.[/collapse]
It should take less than 2 minutes to build each video with that method.
![Awesome :awesome: :awesome:](data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7)