Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

converting mp3 to mp4 [closed]

Tags:

video

mp4

audio

mp3

I need to convert mp3 files into mp4 or any other video formats, with blank images; so that I can play it on any video player or upload it on youtube. I don't want to use the readily available softwares(I will have to manually convert each file using the software), but I need a way to code it which would perform the entire conversion automatically.

Any thoughts on how I can go about doing this? Thanks.

like image 357
mystique Avatar asked Feb 12 '11 16:02

mystique


1 Answers

Check FFMPEG. the biggest problem with it is to build it. It can produce mp4 from independent video and audio tracks. Video track can be provided as a series of still images. I just not sure if specifying single image would work for you.

another option is MEncoder, the problem is the same - you'll need to build it. Or try to find prebuilt one

like image 53
Andriy Tylychko Avatar answered Sep 28 '22 09:09

Andriy Tylychko