KnightDanila / BAT_FFMPEG

Batch script files for FFMPEG (Microsoft Windows and DOS, OS/2 :unicorn:)
https://github.com/KnightDanila/BAT_FFMPEG
123 stars 28 forks source link

[Request] Merge video and audio #2

Open oknchm opened 2 years ago

oknchm commented 2 years ago

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"

GrahamboJangles commented 2 years ago

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