mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-26 07:35:54 +03:00
[GH-ISSUE #802] Automate reaching the perfect gif size ratio with a setting. #636
Labels
No labels
copy cats
duplicated
future feature
pull-request
⬜ Accepted
⬜ Completed
⬜ Help Wanted 💪
⬜ In Progress
⬜ Missing Details
⬜ Pending
⬜ Waiting For Answer ⏳
🆕 feature preview
🔷 Bug 🐛
🔷 Out Of Scope
🔷 Out Of Scope
🔷 Question
🔷Enhancement
🔷Enhancement
🔷Invalid / External
🔷Knowledge Base
🔷Won't Fix
🕑 High
🕑 High
🕑 High
🕕 Medium
🕙 Low
🕛 Critical
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/ScreenToGif#636
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @alvivar on GitHub (Mar 8, 2021).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/802
I love this software, big thank you, it's the best.
Every time I make a gif, I'm looking for the bigger width / height possible without exceeding 5 MB. This way I can share it on forums and social networks with that limitation, while getting the best size, it's a fight between changing sizes and creating the gif lots of times.
I would like to contribute with the code to achieve this setting. I make lots of gifs and this is probably the most time consuming part of my ritual.
All suggestions, ideas or guidance are welcome!
@NickeManarin commented on GitHub (Apr 23, 2021):
I'm glad that you love it :)
Without encoding the file in the background, I don't see a way to predict the file size.
@as3mbus commented on GitHub (Jul 18, 2021):
+1 on this feature
from my basic software understanding.
i would try to estimate based on recorded image stored in memory from application. and :
a. dig deeper into encoding software lib to find any estimation (if any)
b. make use of data size, options configuration informations as datasets and use it for machine learning to estimate file size. can either be served online or offline (but it will make the software much slower which we dont want)
just want to add that this software help me a lot in many situation. and really grateful for it :)