Skip to content

Instantly share code, notes, and snippets.

@AndrewBreyen
Created March 2, 2019 22:50
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AndrewBreyen/2ea90357cc04c5b4fd5245d1deee79a1 to your computer and use it in GitHub Desktop.
Save AndrewBreyen/2ea90357cc04c5b4fd5245d1deee79a1 to your computer and use it in GitHub Desktop.
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