Skip to content

Instantly share code, notes, and snippets.

@ecoopnet
Created January 21, 2021 11:42
Show Gist options
  • Save ecoopnet/8f3ffaa1771328e8a8c65da845c0f26b to your computer and use it in GitHub Desktop.
Save ecoopnet/8f3ffaa1771328e8a8c65da845c0f26b to your computer and use it in GitHub Desktop.
# Remove audio from video.
# Input: from.mov
# Output: to.mov
ffmpeg -i from.mov -c copy -an to.mov
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment