[GH-ISSUE #134] Slow play back #1485

Closed
opened 2026-03-01 18:45:52 +03:00 by kerem · 6 comments
Owner

Originally created by @gitmegitme on GitHub (May 8, 2017).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/134

Originally assigned to: @NickeManarin on GitHub.

Hi there,

Thanks for a great product.
The playback in both record and cam, is a little slower than real time. Have I done something wrong, or is there a setting I should change please?

Thanks again.

Originally created by @gitmegitme on GitHub (May 8, 2017). Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/134 Originally assigned to: @NickeManarin on GitHub. Hi there, Thanks for a great product. The playback in both record and cam, is a little slower than real time. Have I done something wrong, or is there a setting I should change please? Thanks again.
kerem 2026-03-01 18:45:52 +03:00
Author
Owner

@NickeManarin commented on GitHub (May 10, 2017):

Unfortunately that's a heavy IO operation (that reads the images/frames from the disk). If your disk is being used by other apps, it will take more and more to load the next image/frame.

<!-- gh-comment-id:300343614 --> @NickeManarin commented on GitHub (May 10, 2017): Unfortunately that's a heavy IO operation (that reads the images/frames from the disk). If your disk is being used by other apps, it will take more and more to load the next image/frame.
Author
Owner

@strich commented on GitHub (Jun 3, 2017):

Surely during editing the recording should sit in memory, not disk?

<!-- gh-comment-id:306002589 --> @strich commented on GitHub (Jun 3, 2017): Surely during editing the recording should sit in memory, not disk?
Author
Owner

@NickeManarin commented on GitHub (Jun 3, 2017):

Yep. :/

<!-- gh-comment-id:306002737 --> @NickeManarin commented on GitHub (Jun 3, 2017): Yep. :/
Author
Owner

@LovCAPONE commented on GitHub (Nov 26, 2018):

I might have found a solution to this issue. At first, I wanted to do a pull request but later I realized that not only did the solution involved a lot of code, but also that making a separate project for it would be better as some other projects might benefit from the component.

So, my solution is in this repo. The major down side to it is that it has a lot of dependencies, so if you decide not to integrate it to your project, I hope that it can give you insights on how to solve this issue. If you have any questions it will be my pleasure to try to answer them as best as I can.

<!-- gh-comment-id:441774369 --> @LovCAPONE commented on GitHub (Nov 26, 2018): I might have found a solution to this issue. At first, I wanted to do a pull request but later I realized that not only did the solution involved a lot of code, but also that making a separate project for it would be better as some other projects might benefit from the component. So, my solution is in this [repo](https://github.com/LovCAPONE/SharpDXFP). The major down side to it is that it has a lot of dependencies, so if you decide not to integrate it to your project, I hope that it can give you insights on how to solve this issue. If you have any questions it will be my pleasure to try to answer them as best as I can.
Author
Owner

@mabakay commented on GitHub (May 9, 2021):

#878 just include it here as a suggestion.

<!-- gh-comment-id:835790836 --> @mabakay commented on GitHub (May 9, 2021): #878 just include it here as a suggestion.
Author
Owner

@NickeManarin commented on GitHub (Jun 25, 2021):

Closing this as the performance was improved in recent releases.

<!-- gh-comment-id:868158084 --> @NickeManarin commented on GitHub (Jun 25, 2021): Closing this as the performance was improved in recent releases.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/ScreenToGif#1485
No description provided.