Skip to content

replaces any .flac file found in a directory with an .mp3 file (with preserved meta data) and deletes the original

Notifications You must be signed in to change notification settings

hobosock/destructive-flac-to-mp3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

destructive-flac-to-mp3

replaces any .flac file found in a directory with an .mp3 file (with preserved meta data) and deletes the original

I put this together because I filled up my phone's SD card with .flac files. I needed to convert them to mp3 to save space, and going through all the sub directories manually would have been a terrible experience.

FFMPEG does all the heavy lifting here, I just put together a bit of Python to find all the files that needed to be converted. Meta data is preserved, and files are converted to 320 kbps MP3s.

About

replaces any .flac file found in a directory with an .mp3 file (with preserved meta data) and deletes the original

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages