mirror of
https://github.com/NickeManarin/ScreenToGif.git
synced 2026-04-25 07:05:54 +03:00
Page:
Startup parameters
Pages
FAQ (Frequently Asked Questions)
Help ▪ Editor ✏️ ▪ Action sidebar
Help ▪ Editor ✏️ ▪ Exporting your project 💾 ▪ Apng
Help ▪ Editor ✏️ ▪ Exporting your project 💾 ▪ Gif
Help ▪ Editor ✏️ ▪ Exporting your project 💾 ▪ Video
Help ▪ Editor ✏️ ▪ Exporting your project 💾
Help ▪ Editor ✏️ ▪ Ribbon
Help ▪ Editor ✏️
Help ▪ FAQ ▪ Export to video
Help ▪ FAQ ▪ Missing dependency (.Net Framework or DLL)
Help ▪ FAQ ▪ Unable to download Gifski
Help ▪ FAQ ▪ Unable to download SharpDx
Help ▪ FAQ ▪ Unable to use Gifski
Help ▪ Issues ▪ Error while opening the Editor window
Help ▪ Issues ▪ SharpDX dependencies cannot be loaded
Help ▪ Issues ▪ Video importer fails to load
Help ▪ Known issues
Help ▪ Options ⚙️
Help ▪ Recording 📹
Help
Home
Installation parameters
Localization (Installer)
Localization (Website)
Localization
ScreenToGif network connections
Startup parameters
No results
5
Startup parameters
Nicke Manarin edited this page 2021-06-07 00:15:22 -03:00
Arguments
The app can interpret these parameters when starting:
| Argument | Parameters | Name | Observation | Example |
|---|---|---|---|---|
-lang/lang |
Language codes, such as pt, ru or es-AR |
Localization selection | Alters the localization of the whole app. | ScreenToGif.exe -lang pt |
-softmode/softmode-sm/sm |
<none> |
Software UI render mode | Forces the UI render to be done via software mode. |
ScreenToGif.exe -sm |
-hardmode/hardmode-hm/hm |
<none> |
Hardware UI render mode | Forces the UI render to be done via hardware mode. |
ScreenToGif.exe -hm |
-new/new-n/n |
<none> |
New instance | Forces a new instance to open.(>= v2.32) |
ScreenToGif.exe -n |
-open/open-o/o |
minimized/min/mstartup/start/upscreen-recorder/screen/swebcam-recorder/webcam/wboard-recorder/board/beditor/eoptions/o |
Open window | Opens a window passed as parameter.(>= v2.32) |
ScreenToGif.exe -open screenScreenToGif.exe -open optionsScreenToGif.exe -open e |
-region/region-r/r |
Rect structure:100,200,500,250 |
Region | Sets the capture region for the screen recorder.(>= v2.32) |
ScreenToGif.exe -r 50,40,100,200 |
-frequency/frequency-framerate/framerate-f/f |
15fps20fpm45fphmanualinteraction |
Capture frequency | Sets the capture frequency for the screen recorder.(>= v2.32) |
ScreenToGif.exe -f 60fps |
-limit/limit-l/l |
TimeSpan structure:00:01:30 as 1m30s1:25 as 1h25m |
Time limit | Sets a capture time limit for the screen recorder. Limit is ignored if user pauses or closes the recorder. Doesn't work with manual and interaction capture frequencies. (>= v2.32) |
ScreenToGif.exe -l 00:01:10 |
-capture/capture-c/c |
<none> |
Start capture | Starts capture of the screen recorder. You need to set the screen recorder to open for this command to work. Doesn't work with manual and interaction capture frequencies. (>= v2.32) |
ScreenToGif.exe -n -o s -r 300,300,400,250 -f 15fps -l 00:00:06 -c |
Example
./ScreenToGif.exe -lang pt -sm
System Requirements
For Use
- Microsoft Windows 10/11
- .NET 9 (Desktop Runtime) or newer.
For Development
- Visual Studio 2022
- .NET 9