BAT_FFMPEG icon indicating copy to clipboard operation
BAT_FFMPEG copied to clipboard

[Request] Merge video and audio

Open oknchm opened this issue 3 years ago • 1 comments

Hi! Can I request a batch file for merging video and audio to a single file using drag-and-drop? Something that will do the process like the code below. It can either be dragging both video & audio file at the same time or dragging the video first and then the audio after. I tried making my own but all attempts have been unsuccessful so far. Thank you so much!

ffmpeg -i "video.mp4" -i "audio.aac" -c copy "output.mp4"

oknchm avatar Dec 03 '21 17:12 oknchm

@oknchm Try this https://superuser.com/a/277667

GrahamboJangles avatar Jul 09 '22 02:07 GrahamboJangles