Answer the question
In order to leave comments, you need to log in
How to merge two aac files using ffmpeg?
Tell me how to glue two aac files into one.
You need a command something like:
ffmpeg merge audio1.aac audio2.aac audio12.aac
(Continued How to merge aac files into one file using PHP? )
Answer the question
In order to leave comments, you need to log in
I found it myself:
>ffmpeg -i "concat:audio1.aac|audio2.aac" -c copy result.aac
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question