mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 07:05:54 +03:00
[GH-ISSUE #1009] [Feature Request] Allow ring buffer recording #2858
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#2858
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 @mischlrebl on GitHub (Nov 15, 2021).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/1009
use case: to let ScreenToGif run permanently while testing a software (gui). as soon as an error occurs, the recording will be stopped as usually by the tester. but ScreenToGif should hold only the last 60s for example in memory while the oldest frame is deleted and the newest added continously to save space. with the resulting recording the steps immedeately before the error are traceable.
thank you in advance for considering such an option