Skip to content

Instantly share code, notes, and snippets.

@denisdemaisbr
Created October 18, 2024 04:30
Show Gist options
  • Save denisdemaisbr/e51bf17e6db5843659b043e26c175be1 to your computer and use it in GitHub Desktop.
Save denisdemaisbr/e51bf17e6db5843659b043e26c175be1 to your computer and use it in GitHub Desktop.
ffmpeg: create a copy of original file without sound
#!/bin/sh
ffmpeg -i {{input.mp4}} -c copy -an {{output.mp4}}
exit 0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment