Created
March 2, 2024 21:07
-
-
Save simonespa/724ac17b234dc998a1599a469df90b27 to your computer and use it in GitHub Desktop.
Compress JPEG 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
ffmpeg -hide_banner -i image.jpeg -compression_level 100 out/image.jpeg |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment