Last active
March 21, 2025 11:39
-
-
Save richjenks/8cbf4c610aff794aad73ed9e04df7339 to your computer and use it in GitHub Desktop.
Takes a video, removes the audio and compresses the sh!t out of it
This file contains 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
ffmpeg -i input.mkv -an -preset veryslow -c:v h264 output.mp4 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment