Created
December 11, 2018 14:34
-
-
Save NISH1001/f92b14105b08c2d6a282fbbc70bc4179 to your computer and use it in GitHub Desktop.
replace audio in video
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ffmpeg -i source_video -i source_audio -c:v copy -map 0:v:0 -map 1:a:0 output_video |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment