mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 15:15:51 +03:00
[GH-ISSUE #574] Launch ScreenToGif recording from command line? e.g. screentogif.exe -boxcorners=0,0,800,600 -duration=60s #474
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#474
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 @josephernest on GitHub (Jan 5, 2020).
Original GitHub issue: https://github.com/NickeManarin/ScreenToGif/issues/574
Originally assigned to: @NickeManarin on GitHub.
Is it possible to launch a record directly from command line?
Something like:
?
Thanks!
@NickeManarin commented on GitHub (Jan 7, 2020):
It's currently not possible to do that.
@josephernest commented on GitHub (Jan 7, 2020):
Thank you for your answer @NickeManarin.
Do you think a simpler feature like:
(i.e. no stopping, no saving from command-line)
would be possible?
@NickeManarin commented on GitHub (Jan 20, 2020):
Yes, I'll implement that feature in a future release. But the user would have to pause/stop the recording manually.
@Sironas commented on GitHub (Jan 21, 2020):
Hello,
This feature is really interesting for me too but stopping it manually would break the purpose of launching it in command line.
Is it possible to find a way when the program is closed/killed to save the gif ?
Maybe another command to the exe file ?
Thank you
@tankorsmash commented on GitHub (Jun 1, 2021):
Looking forward to this feature; it would be nice to be able to bind S2Gif to a hotkey (outside of S2G), and have it start up ready to record a specific part of my screen.
@NickeManarin commented on GitHub (Jun 7, 2021):
Done. This feature will be available with the next release (v2.32).
I'm going to update the wiki with the details about the switches/command parameters.
But the usage is like this (all parameters were shortened):
.\ScreenToGif.exe -n -o s -r 300,300,400,250 -f 15fps -l 00:00:06 -c-n = new instance
-o =open
s = screen recorder
-r = region (
Rect)-f = capture frequency
-l = time limit (
TimeSpanas HH:MM:SS.FFF)-c = start capture
@NickeManarin commented on GitHub (Jun 7, 2021):
https://github.com/NickeManarin/ScreenToGif/wiki/Startup-parameters
@tankorsmash commented on GitHub (Jun 7, 2021):
Awesome, thank you @NickeManarin!