Skip to content

Instantly share code, notes, and snippets.

@vctrtvfrrr
Created September 3, 2020 13:58
Show Gist options
  • Save vctrtvfrrr/1a386f482c0e365a0f8a9bb4579c11da to your computer and use it in GitHub Desktop.
Save vctrtvfrrr/1a386f482c0e365a0f8a9bb4579c11da to your computer and use it in GitHub Desktop.
Manipulating video files with FFmpeg
# Remove audio from video file
ffmpeg -i INPUT_FILE -c copy -an OUTPUT_FILE
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment