sannies / mp4parser

A Java API to read, write and create MP4 files
Apache License 2.0
2.76k stars 566 forks source link

How to merge two aac format audio file using mp4parser? #237

Open kjanagiram opened 7 years ago

kjanagiram commented 7 years ago

I am having two aac extension audio files. I want to concatenate that two file and get single file as a output. When i play the output file, first and second file will play sequentially. Is this possible with this Mp4 parser library. If possible can any one provide code please for this.? Thanks in advance.

ahmetcanakgl commented 7 years ago

I need that appending thing too.

GirishBhutiya commented 5 years ago

I also want same if anyone have solution then please add here.