Skip to content

Instantly share code, notes, and snippets.

@davepullig
Created September 28, 2017 07:30
Show Gist options
  • Save davepullig/81bc67301490d4865107a91e49be5803 to your computer and use it in GitHub Desktop.
Save davepullig/81bc67301490d4865107a91e49be5803 to your computer and use it in GitHub Desktop.
Strip the audio track from a video using ffmpeg
ffmpeg -i homepage_with_audio.mp4 -vcodec copy -an homepage.mp4
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment