Skip to content

Instantly share code, notes, and snippets.

@rwp0
Created August 15, 2022 12:25
Show Gist options
  • Save rwp0/c04347b92a1789048185a90cdfe1e897 to your computer and use it in GitHub Desktop.
Save rwp0/c04347b92a1789048185a90cdfe1e897 to your computer and use it in GitHub Desktop.
Remove Audio Stream From MP4 Video Using FFmpeg
ffmpeg -i input_file.mp4 -vcodec copy -an output_file.mp4
# https://unix.stackexchange.com/a/33864/455788
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment