Created
September 3, 2020 13:58
-
-
Save vctrtvfrrr/1a386f482c0e365a0f8a9bb4579c11da to your computer and use it in GitHub Desktop.
Manipulating video files with FFmpeg
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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