Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Request] Merge video and audio #2

Open
oknchm opened this issue Dec 3, 2021 · 1 comment
Open

[Request] Merge video and audio #2

oknchm opened this issue Dec 3, 2021 · 1 comment

Comments

@oknchm
Copy link

oknchm commented Dec 3, 2021

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
Copy link
Contributor

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants