how to batch concat mp3 files
Free all in one audio/video ffmpeg batch encoder
Brought to you by:
eibol
Hi,
i want to batch concat mp3 files using your software. i have 100s of mp3 files and i want to attach the same file to the start of each file. doing it on cmd is taking too much time. this is the code i use, its very fast so to use this in your software:
ffmpeg -i "concat:intro.mp3|input1.mp3" -acodec copy output.mp3
i want the intro.mp3 to be attached to input1.mp3, input2.mp3 etc. to all the files.
Hi, such feature is not available yet, I will think about including something like that for next release.
Thank you very much. it will be really helpful!
I saw another ticket where the person wanted to add image to audio files to turn into video and you told him to enter a code in the pre-input area. Cant it be done for a join the same audio with all audio files in the list?
I have implemented a beta version allowing to batch join intro and end to files list, at Join files button, you can try it replacing your exe with this one:
https://drive.upm.es/index.php/s/6JnuIepprpqsasr/download
man, you are the best!! this is exactly what i needed. made my tasks so much easier with this.
thank you so much for this!
Great, already implemented on production.