Skip to content

Instantly share code, notes, and snippets.

@simonespa
Created March 2, 2024 21:07
Show Gist options
  • Save simonespa/724ac17b234dc998a1599a469df90b27 to your computer and use it in GitHub Desktop.
Save simonespa/724ac17b234dc998a1599a469df90b27 to your computer and use it in GitHub Desktop.
Compress JPEG with ffmpeg
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