Skip to content

MatRanc/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