-
Notifications
You must be signed in to change notification settings - Fork 8
/
instagiffer.conf
203 lines (161 loc) · 4.92 KB
/
instagiffer.conf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
;
;
; Instagiffer Configuration - Happy Tweaking!
;
;
[settings]
autoDeleteDuplicateFrames=True ; Set to False if you don't want Instagiffer to delete duplicate frames. Note, frames must be -completely- identical for deletion to occur
deleteTempFilesOnClose=False ; Delete all temporary files and downloads upon closing Instagiffer
overwriteGif=True ; Save over top of the last GIF
fixSlowdownGlitch=True ; Leave this set to True always
cacheThumbs=True ; Cache thumbnail previews to disk
resizablePlayer=False ; Allow Preview GIF window to be resized -still testing
idleProcessTimeoutMs=2500 ; Delay before frames are extracted in milliseconds (1000 milliseconds = 1 second)
autoExtract=True ; Auto-extract frames after idleProcessTimeoutSec. If false, you need to right-click the preview frame to update
autoPreview=True ; Automatically show preview when editing effects
downloadQuality=Medium ; Default download quality
largeGif=500 ; If a GIF is greater than this (number of frames), it will be considered large
[paths]
;workingDir=C:\instaTemp ; Uncomment this line to change where Instagiffer stores temporary files
gifOutputPath=default ; Choose a different output path AND file name for insta.gif (default = Desktop)
failSafeDir=C:\instagiffer_data ; If non-latin characters are detected in the path, automatically fall back to this directory
[size]
cropEnabled=False
cropOffsetX=0
cropOffsetY=0
cropWidth=0
cropHeight=0
resizePostCrop=100
fileOptimizer=False ; Set to True to compress final gif file
[color]
; Number of colors: 1 to 255 - This setting maps to the Quality slider
numColors=210
; CMYK, RGB, or Gray
colorSpace=CMYK
; -100 to +100
saturation=0
[length]
startTime=00:00:00.0
durationSec=3.0 ; default duration. setting to 0.0 will cause the default duration to be set to max
[rate]
numLoops=0 ; 0 means infinite
maxFrameRate=30
frameRate=10
speedModifier=0 ; Maps to playback rate
customFrameTimingMs= ; Still testing this. Applies only to GIF. frameIdx:millisecondDelay,... eg 0:10000,5:1000
[captiondefaults]
outlineColor=#000000
outlineSize=1
captionFont= ; Leave blank for best suggestion. Or set your own: Arial for example
fontSize=26pt
fontStyle=Regular
fontColor=#ffffff
opacity=100
applyFx=False
dropShadow=False
position=Bottom
margin=9 ; How far from the image edge to place text
interlineSpacing=0 ; Space between multi-lined text. 0 is normal. values can be negative
[caption1]
[caption2]
[caption3]
[caption4]
[caption5]
[caption6]
[caption7]
[caption8]
[caption9]
[caption10]
[caption11]
[caption12]
[caption13]
[caption14]
[caption15]
[caption16]
[caption17]
[caption18]
[caption19]
[caption20]
[caption21]
[caption22]
[caption23]
[caption24]
[caption25]
[caption26]
[caption27]
[caption28]
[caption29]
[caption30]
; Use this for your logo
[imagelayer1]
path=
applyFx=False
positioning=Bottom Left
resize=100
opacity=100
xNudge=2
yNudge=2
[warnings]
socialMedia=True
twitter=True
tumblr=True
imgur=True
instagram=False
facebook=False
gplus=False
vine=False
[blend]
cinemagraph=False
cinemagraphKeyFrameIdx=0
cinemagraphInvert=False
cinemagraphUseTransparency=False
[effects]
brightness=0 ; -100 to +100 (0 means no change)
contrast=+5 ; -100 to +100 (0 means no change)
blur=0
; Color fade
desaturationAmount=100
; Sepia Tone
sepiaTone=False
sepiaToneAmount=80
; Oil Paint
oilPaint=False
; Vignette
fadeEdges=False
; Enhance
fuzz=0%
sharpen=True
; Color tint
colorTint=False
colorTintAmount=100
colorTintColor=#0000ff
; Border
border=False
borderColor=#000000
borderSize=5
; Nashville
nashville=False
[screencap]
countDownSeconds=5 ; You can set this value to zero if you find it annoying
directToDisk=False ; Setting this to False will result in faster FPS, but more RAM usage during capture
frameRateLimit=24 ; Maximum allowable fps
webMaxWidthHeight=512 ; Web-optimization: If the width or height exceeds this value, scale it down to fit. This is to prevent ridiculous screen cap dimensions. Only works if Direct2Disk is disabled
webMaxFps=12 ; Web-optimization: Reasonable FPS for online posting
sizeandposition=572x350+100+100 ; Default position and size of entire screen capture window, not just blue area. Format: WxH+X+Y. Example: 858x525+100+100. Leave blank for default
[audio]
audioEnabled=False
path=
startTime=0 ; seconds or hh:mm:ss.000
volume=100 ; volume percent
; Windows paths
[paths-win32]
convert=.\bindeps\convert.exe
gifsicle=.\bindeps\gifsicle.exe
ffmpeg=.\bindeps\ffmpeg.exe
youtubeDL=.\bindeps\youtube-dl.exe
; Mac paths
[paths-darwin]
convert=./macdeps/im/bin/convert
ffmpeg=./macdeps/ffmpeg
youtubeDL=./macdeps/youtube-dl
gifsicle=./macdeps/gifsicle