Table of Contents
FastAudioMerge is a tool that allows you to concatenate and encode multiple audio files into a single file using FFmpeg. It supports a variety of audio formats, including:
- mp3
- aac
- m4a
- wav
- flac
- ogg
- ac3
- wma
- aiff
- mka
- mp2
With FastAudioMerge, you can effortlessly combine multiple tracks into a single audio file and convert them into the format of your choice.
- Python >= 3.9
- FFmpeg >= 5.1.2 (tested)
-
Clone the repo
git clone https://github.com/itakurah/FastAudioMerge
-
Install dependencies
pip install -r ./requirements.txt
-
Download FFmpeg
- Download FFmpeg from FFmpeg official site.
- Make sure to add the FFmpeg path to your system's PATH environment variable.
[!WARNING] As this program is relying on FFmpeg to encode the audio files, it is essential to have FFmpeg installed on your system. If you haven't installed FFmpeg yet, please download it from the official site and add the FFmpeg path to your system's PATH environment variable.
- Run the application
python application.py
- Select Audio Files: Choose the audio files you'd like to concatenate.
- Select Output Format: Choose the target format for the resulting audio file.
- Start the Encoding: Press the merge button and let FastAudioMerge process your files.
Note: The encoding time will vary depending on the size of the input files.
Contributions are what make the open source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
If you have a suggestion that would make this better, please fork the repo and create a pull request. You can also simply open an issue with the tag "enhancement". Don't forget to give the project a star! Thanks again!
- Fork the Project
- Create your Feature Branch (
git checkout -b feature/AmazingFeature
) - Commit your Changes (
git commit -m 'Add some AmazingFeature'
) - Push to the Branch (
git push origin feature/AmazingFeature
) - Open a Pull Request
Distributed under the MIT License. See LICENSE.txt
for more information.