Skip to content

Instantly share code, notes, and snippets.

@codeeshop-oc
Created March 6, 2023 08:25
Show Gist options
  • Save codeeshop-oc/76f4fa765b90cb39ede4814c99265240 to your computer and use it in GitHub Desktop.
Save codeeshop-oc/76f4fa765b90cb39ede4814c99265240 to your computer and use it in GitHub Desktop.
ffmpeg remove audio
ffmpeg -i TO_CONVERT_FILE -c copy -an TO_NEW_BUILD_FILE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment