Skip to content
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

Circular buffer #42

Open
wants to merge 3 commits into
base: develop
Choose a base branch
from

Conversation

michael-adriaansen
Copy link

No description provided.

capture time is set in the UI, all encoded frames are stored in a buffer
in memory instead of being written to disk. Everytime a frame is added
to the buffer, the buffer checks if it exceeds the maximum capture time.
If this is the case, the frames in the front of the buffer are discarded
until the buffer does not exceed the maximum capture time anymore. When
the recording is finished, all frames in the buffer are written to disk.
@stevenhoving
Copy link
Owner

@michaeladriaansen Thanks for the pr

@stevenhoving
Copy link
Owner

This pr will be queued for v3.1

@stevenhoving stevenhoving added this to the CamStudio 3.1 milestone Dec 3, 2020
@stevenhoving stevenhoving added the enhancement New feature or request label Dec 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants