Uses wxWidgets to create a GUI for leveraging FFMPEG's executable (Windows) or afconvert
(MacOS), in order to create optimized M4A (AAC) files from WAVs or other M4A files. For MacOS 10.13+ and Windows.
Requires FFMPEG executable to be downloaded and placed in specific folders:
- For MacOS:
Optimized_m4a_converter.app/Contents/Resources/
- For Windows: A folder named
Resources
in the same directory as the executable.
- Output files in their own
M4A
folder --- DONE - Ability to cancel entire batch --- DONE
- Ability to drag and drop folders --- DONE
- Progress bar --- DONE
- Aesthetic improvements --- DONE(?)
- Settings menu (eg. configure bit rate, etc) --- DONE (Needs to be tested on Windows)
- Change destination folder
- (?) "Quick mode" - dragging and droping files automatically converts them to predefined settings
- Built using lszl84's wx_cmake_template. His tutorials are awesome.