merge audio(mp3) into a video #847
Unanswered
wanghaisheng
asked this question in
1. Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
for ffmpeg there is
ffmpeg -i video.mp4 -i audio.wav -map 0:v -map 1:a -c:v copy -shortest output.mp4
what about pyav
Beta Was this translation helpful? Give feedback.
All reactions