Skip to content

Instantly share code, notes, and snippets.

@brotherkaif
Created August 4, 2017 11:01
Show Gist options
  • Save brotherkaif/ea130379f1190f6611e73ca973992aea to your computer and use it in GitHub Desktop.
Save brotherkaif/ea130379f1190f6611e73ca973992aea to your computer and use it in GitHub Desktop.
Snippet 3 for the blog post.
ffmpeg -ss 00:01:00 -i inputVIDEO.mp4 -i inputAUDIO.mp3 -map 0:0 -map 1:0 -shortest output.webm
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment