sannies / mp4parser

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

Question: How to merge audio&video (mux) so that the audio will loop if needed? #358

Open AndroidDeveloperLB opened 5 years ago

AndroidDeveloperLB commented 5 years ago

Please help me with this:

Is it possible to merge audio&video together, so that the output video will be of the same duration as the input video, and have the audio loop if it's shorter than the video?

I've asked about it here too: https://stackoverflow.com/q/54769976/878126