Created
March 2, 2019 22:50
-
-
Save AndrewBreyen/2ea90357cc04c5b4fd5245d1deee79a1 to your computer and use it in GitHub Desktop.
This file contains 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 "/Path/To/Audio.mp3" -i "/Path/To/No/Audio/Video.mp4" -c copy -map 0:0 -map 1:0 -shortest "/Path/To/Output/File.mov" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment