instak1ll / WebmToMp3

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Python 100.0%