mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 23:25:52 +03:00
[GH-ISSUE #440] [Feature Request] Multiple sets of saved frame sizes for recording #362
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#362
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 @tankorsmash on GitHub (Jan 22, 2019).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/440
This is a nice-to-have to save me a few seconds each time I record at different frame sizes, more than anything else.
For example, I'm recording my game at slightly smaller than that framesize, to account for the Windows frame borders (close, minimize etc). If I want to make a quick gif of a separate smaller part of the screen elsewhere, I would lose the initial frame position and size, and having to spend a few seconds repositioning and sizing the recording frame back to where it was beforehand.
It would be nice if I could save/bookmark a position and size, and then load it back later.
@vatterspun commented on GitHub (Jan 24, 2019):
Can you run multiple copies of the program?
@tankorsmash commented on GitHub (Jan 24, 2019):
I don't use both framesizes in the same session, so I'm not sure this would work.
@vatterspun commented on GitHub (Jan 26, 2019):
Well the idea is that (since the program is portable) you could download multiple copies of the program and set each to whatever framesizes you wish. Then just give descriptive shortcuts "ScreentoGif frame 1" or "ScreentoGif frame 2" and launch that copy.
@tankorsmash commented on GitHub (Jan 26, 2019):
Oh that's an interesting solution! I was trying out a source build locally, separate from the installer build, and I thought it shared the same settings, and I must have just assumed it shared the frame size. That could work, thanks!
@vatterspun commented on GitHub (Jan 26, 2019):
Glad that helped :)