-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
webp compression #1
Comments
Hi, using -q 0 will reduce quallity and you will get smaller webps, but it will no be enought to get 500kb, with a small change in render.cpp in the for loop you can skip some frames and that will help you get those 500kb or smaller. |
Hi again Peter. Now I can reduce the final size by skipping some frames and check the webp_data size and repeat again until to reach the desired size. The reason that I use this approach is that I want to remove less frames as much as possible. |
Hi, No, I don't know how to cache pic, |
Hi Peter. First of all I want to thank you to developing this helpful tool. I have a question about the reducing of webp file size without changing the dimension. I want to convert Telegram animated sticker to WhatsApp sticker but it has a limitation of max 500kb file size. Do you know any method to do this?
The text was updated successfully, but these errors were encountered: