Skip to content

Instantly share code, notes, and snippets.

@Tolerant
Last active January 9, 2020 03:44
Show Gist options
  • Save Tolerant/861d3247b67a68aaf03d125c26128004 to your computer and use it in GitHub Desktop.
Save Tolerant/861d3247b67a68aaf03d125c26128004 to your computer and use it in GitHub Desktop.
Оптимизация изображений
https://habr.com/ru/post/482820/#comment_21096120
ffmpeg -i image.png -s 320x240 -c:a copy image_320x240.png
leanify image320x240.png
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment