Skip to content

lukmi15/bmwconv.py

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bmwconv.py

This is a reimplementation of bmwconv provided by Justin Newman found on e90post.com

This re-implementation is done in Python 3 because it does not need to be compiled and can therefore lowers the bar for inexperienced users and also works on all platforms supporting Python 3.

If you call this program without arguments it will print its usage and some licensing information.

Pass all files you want to convert as arguments. They will be transformed to mp3 files if possible. BR3 files will be transformed to MP4, BR4 files to MP3, and BR5 files to WMA. If ffmpeg was found on the system, a call to ffmpeg will be made trying to transform these files to MP3. If you pass a directory as argument, bmwconv.py will recursively scan the directory for files BR{3,4,5} it can convert.

About

Converts BMW's audio files (br3/br4/br5) to mp3

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published