Manevolent / ffmpeg4j

A Java OOP FFmpeg wrapper around the JavaCPP FFmpeg native library bindings
Apache License 2.0
105 stars 15 forks source link

Merge MP4 video file with AAC audio file #18

Open Jg747 opened 9 months ago

Jg747 commented 9 months ago

There are no code snippets for something like this, is it possible with this library to merge an mp4 file with an aac file with same "time" length? If yes how can I do that?