ffmpeg-android-java icon indicating copy to clipboard operation
ffmpeg-android-java copied to clipboard

Merge audio and video not success

Open zcjWj opened this issue 6 years ago • 1 comments

image,I use this commands to Merge audio and video,BUT,no output,How can I solve this problem。please

zcjWj avatar Oct 15 '18 03:10 zcjWj

Use this command it worked for me: "-i", videopath(.mp4), "-ss", 0:00:08 , "-t", 20,"-i", audioPath(.mp3), "-map", "0:v:0", "-map", "1:a:0", "-y", "-acodec", "copy", "-vcodec", "copy","-preset", "ultrafast", "-async", "1", output.mp4

yadavkohi avatar May 09 '19 05:05 yadavkohi