Skip to content

Convert all the Webm file of a directory to MP3 using Python and FFMPEG

License

Notifications You must be signed in to change notification settings

ooutama/WebmToMp3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

WebmToMp3

Convert all the webm file of a directory to mp3 using python and FFMPEG

Note

To use this script, you should install FFMPEG in your system. For Windows users, you need to download & add FFMPEG to the PATH (Windows Environment Variables).

Usage

WebmToMp3.py --webm_path "/home/music/webm_files" --mp3_path "/home/music/mp3_files"
WebmToMp3.py --webm_path "/home/music/webm_files"
# It will put the generated mp3 files in the same folder of webm files
WebmToMp3.py --webm_path "/home/music/webm_files" --mp3_path "/home/music/non_existent_folder"
# It will create the non-existent path automatically

About

Convert all the Webm file of a directory to MP3 using Python and FFMPEG

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages