Created
December 20, 2017 20:32
-
-
Save fedden/232e64bf9bbe808c254c02f5e745b0e9 to your computer and use it in GitHub Desktop.
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 -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