Last active
August 22, 2025 11:37
-
Star
(467)
You must be signed in to star a gist -
Fork
(79)
You must be signed in to fork a gist
-
-
Save lukehedger/277d136f68b028e22bed to your computer and use it in GitHub Desktop.
Compress mp4 using 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
$ ffmpeg -i input.mp4 -vcodec h264 -acodec mp2 output.mp4 |
Free YouTube to Mp3 Converter here: [savetubes.com](url) [youtuberipper.com](url)
If you're seeking top-notch image processing tools, I highly recommend VanceAI and Topten.ai.
VanceAI.com offers advanced AI-driven tools for enhancing images, from improving quality to removing backgrounds. Topten.ai aggregates the best AI tools and solutions, complete with detailed reviews, making it easy to find the perfect tool for your needs.
Both sites provide excellent resources for image editing enthusiasts and professionals, and are definitely worth exploring!
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Agreed, from the aspect of learning.