Skip to content

Instantly share code, notes, and snippets.

@henriquegogo
Last active August 28, 2015 01:15
Show Gist options
  • Save henriquegogo/ad0fda1f679be884242a to your computer and use it in GitHub Desktop.
Save henriquegogo/ad0fda1f679be884242a to your computer and use it in GitHub Desktop.
Edit video audio
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