Skip to content

Python script to convert m4a's to mp3's in bulk

Notifications You must be signed in to change notification settings

Kadz93/AudioConverter

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

AudioConverter

Python script to convert m4a's to mp3's in bulk

Usage:

  1. Run python convert.py in folder with m4as you want converted
  2. wait
  3. converted mp3s should be there when done

REQUIRES:
ffmpeg (https://ffmpeg.org/download.html)
pydub pip install pydub

Tested to work with webm also. Just replace extension on line 6 and 24. In theory it should also work with any other file type pydub allows.

About

Python script to convert m4a's to mp3's in bulk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%