Skip to content

Instantly share code, notes, and snippets.

@fedden
Created December 20, 2017 20:32
Show Gist options
  • Save fedden/232e64bf9bbe808c254c02f5e745b0e9 to your computer and use it in GitHub Desktop.
Save fedden/232e64bf9bbe808c254c02f5e745b0e9 to your computer and use it in GitHub Desktop.
ffmpeg -i video.mp4 -f mp3 -ab 192000 -vn music.mp3
ffmpeg -i video.mp4 -i music.mp3 -codec copy -shortest video_with_audio.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment