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

Audio and video merger #118

Open
im-dashan opened this issue Sep 4, 2024 · 3 comments
Open

Audio and video merger #118

im-dashan opened this issue Sep 4, 2024 · 3 comments

Comments

@im-dashan
Copy link

Some websites download videos and audio and video separately. I hope to get the function of quickly merging audio and video, but it seems that it is not available at present. The command of ffmpeg is as follows: ffmpeg -i input_video.mp4 -i input_audio.mp3 -c:v copy -c:a copy output_file.mp4

@eibol
Copy link
Owner

eibol commented Sep 4, 2024

Have you tried the stream multiplex tab?
Just add the two files and merge the streams of your choice?

@im-dashan
Copy link
Author

im-dashan commented Sep 4, 2024 via email

@eibol
Copy link
Owner

eibol commented Sep 14, 2024

This video example could help you. (For some reason popup menus are not being displayed).

Stream_multiplex_example.mp4

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