[Tutor] Mp3 to MP4 using pyhon

Alan Gauld alan.gauld at yahoo.co.uk
Thu Sep 30 04:52:34 EDT 2021


On 30/09/2021 02:48, Rajesh Koot wrote:
> Hello,
> I just wanted to know if there is some method to convert MP3 file into MP4
> using coding(running script)in python in automation.
> Please reply ASAP


I'd suggest a wrapper around ffmpeg to set the various options.

A simple command alias could do the same job but a Python script
could do more in the way of user friendliness and intelligent
argument validation.

As far as I can recall ffmpeg is available on Windows, Mac
and Linux.


-- 
Alan G
Author of the Learn to Program web site
http://www.alan-g.me.uk/
http://www.amazon.com/author/alan_gauld
Follow my photo-blog on Flickr at:
http://www.flickr.com/photos/alangauldphotos




More information about the Tutor mailing list