javacv icon indicating copy to clipboard operation
javacv copied to clipboard

How do i add an mp3 to an mp4? #INeedHelp

Open SaMssasd opened this issue 1 year ago • 1 comments

How do i add a mp3 to a mp4? Unfortunately both are of different length so can i cut the mp4 to the lenght of the mp3?

SaMssasd avatar Jun 11 '23 16:06 SaMssasd

We can easily accomplish this with the ffmpeg program: http://bytedeco.org/javacpp-presets/ffmpeg/apidocs/org/bytedeco/ffmpeg/ffmpeg.html

saudet avatar Jun 12 '23 00:06 saudet