A
A
Anatoly Soldatov2016-04-04 08:34:09
fmpeg
Anatoly Soldatov, 2016-04-04 08:34:09

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

1 answer(s)
A
Anatoly Soldatov, 2016-04-04
@soldatov

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 question

Ask a Question

731 491 924 answers to any question