Last active
August 28, 2015 01:15
-
-
Save henriquegogo/ad0fda1f679be884242a to your computer and use it in GitHub Desktop.
Edit video audio
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 video.mp4 -i music.mp3 -map 0:v -map 1:a -c:v libx264 -c:a copy -pix_fmt yuv420p -shortest video-final.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment