sannies / mp4parser

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

Add recording in between #271

Open sampatparas13 opened 7 years ago

sampatparas13 commented 7 years ago

I would like to have a progress bar and add a recording or a sound file in between of the file. How do I do that? Or how can I add track at desired position? Eg : I have a sound file(10 secs) like 1234567890 Now I do record new sound, i.e., abcd but I want it to be appended at 5th second desired output be like : 1234abcd567890 Or if you can help with splitting of file than we can add the logic for the same? Help!!

rfyre commented 7 years ago

I am literally having the same problem! Would love to know a solution to this.