Skip to content

Instantly share code, notes, and snippets.

@AndrewBreyen
Created March 2, 2019 22:50
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