mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 15:15:51 +03:00
[GH-ISSUE #383] Uses A Lot Of Resources #317
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#317
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 @GKid94 on GitHub (Oct 3, 2018).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/383
The software uses a lot of my CPU, RAM and Disk when it's loading the recorded GIF and when it's saving it and the GIF's size is really large
@vatterspun commented on GitHub (Oct 6, 2018):
ScreenToGif on my Win7 machine is taking up 11 megs of RAM, which is below average for programs of its type. ShareX (which also generates screen recordings) for example takes up around 20 megs.
As far as output file size, those can definitely get out of hand quickly. Various tricks to reduce size are discussed in #299
If you need a very lightweight recorder, LiceCap uses considerably fewer resources but also has fewer features and no editor component.
@GKid94 commented on GitHub (Oct 7, 2018):
@vatterspun commented on GitHub (Oct 15, 2018):
I took the time to record a very large, very long video, and you're right that RAM usage is expanding with the video generated, but I'm still only seeing 50 megs with a very large recorded video recording.
Maybe it's an issue in Win10? Screenshot of my Win7-32 program usage: https://i.imgur.com/e2eyUdw.png
@GKid94 commented on GitHub (Oct 18, 2018):
Maybe, can you optimize the program and make it lighter on resources
@NickeManarin commented on GitHub (Nov 13, 2019):
@GKid94 With v2.20, there's a new recorder method, it uses DirectX, so it supposed to be lighter.
Also a memory cache can be used, further improving the performance.
Now, when saving, the app needs to copy some files, so it's going to give your HDD a bit of work. So far there's no solution for that.
@NickeManarin commented on GitHub (Mar 3, 2020):
Closing this as there's not much else to be done.