1+ {
2+ "defaultAdvancedLoadPath" : {
3+ "name" : " Default file load path" ,
4+ "type" : " filePath" ,
5+ "value" : " C:\\ Users\\ Public\\ Videos" ,
6+ "description" : " The default path to load files from." ,
7+ "group" : " Save and Load"
8+ },
9+ "defaultAdvancedSavePath" : {
10+ "name" : " Default file save path" ,
11+ "type" : " filePath" ,
12+ "value" : " C:\\ Users\\ Public\\ Videos" ,
13+ "description" : " The default path to save files to." ,
14+ "group" : " Save and Load"
15+ },
16+ "defaultURLSavePath" : {
17+ "name" : " Default URL save path" ,
18+ "type" : " filePath" ,
19+ "value" : " C:\\ Users\\ Public\\ Videos" ,
20+ "description" : " The default path to save URLs to." ,
21+ "group" : " Save and Load"
22+ },
23+ "defaultYoutubeSavePath" : {
24+ "name" : " Default YouTube save path" ,
25+ "type" : " filePath" ,
26+ "value" : " C:\\ Users\\ Public\\ Videos" ,
27+ "description" : " The default path to save youtube clips to." ,
28+ "group" : " Save and Load"
29+ },
30+ "preferredOutputEncoder" : {
31+ "name" : " preferredOutputEncoder" ,
32+ "type" : " encoderEnum" ,
33+ "value" : " libvpx_vp9" ,
34+ "description" : " The preferred encoder to select for output." ,
35+ "group" : " Encoding"
36+ },
37+ "preferredCompatibilityEncoder" : {
38+ "name" : " Preferred HWAccel Encoder" ,
39+ "type" : " encoderEnum" ,
40+ "value" : " libx264" ,
41+ "description" : " \n The preferred encoder to select for when converting to a compatible format." ,
42+ "group" : " Encoding"
43+ },
44+ "defaultAllow100MB" : {
45+ "name" : " Allow 100MB" ,
46+ "type" : " toggle" ,
47+ "value" : " false" ,
48+ "description" : " Whether or not to allow 100MB files instead of the default 8MB." ,
49+ "group" : " Encoding"
50+ },
51+ "defaultUseFullCPU" : {
52+ "name" : " Use Full CPU" ,
53+ "type" : " toggle" ,
54+ "value" : " true" ,
55+ "description" : " Whether or not to use full CPU in vp9 encoding. \n (Reduces compression, but allows for higher speed)" ,
56+ "group" : " Encoding"
57+ },
58+ "preferredVideoSize" : {
59+ "name" : " preferredVideoSize" ,
60+ "type" : " sizeEnum" ,
61+ "value" : " Source" ,
62+ "description" : " The preferred video size to select." ,
63+ "group" : " Encoding"
64+ },
65+ "defaultAudioVolume" : {
66+ "name" : " Default audio volume" ,
67+ "type" : " text" ,
68+ "value" : " 1" ,
69+ "description" : " The default audio volume to use." ,
70+ "group" : " Playback"
71+ },
72+ "forceGarbageCollection" : {
73+ "name" : " Force garbage collection on eject" ,
74+ "type" : " toggle" ,
75+ "value" : " false" ,
76+ "description" : " \n Whether or not to force the JVM to garbage collect on media eject." ,
77+ "group" : " Playback"
78+ },
79+ "playPauseKey" : {
80+ "name" : " Play/Pause Key" ,
81+ "type" : " keyBind" ,
82+ "value" : " Space" ,
83+ "description" : " The key to use to play/pause." ,
84+ "group" : " Keybinds"
85+ },
86+ "nextFrame" : {
87+ "name" : " Next Frame" ,
88+ "type" : " keyBind" ,
89+ "value" : " Period" ,
90+ "description" : " The key to use to go to the next frame." ,
91+ "group" : " Keybinds"
92+ },
93+ "previousFrame" : {
94+ "name" : " Previous Frame" ,
95+ "type" : " keyBind" ,
96+ "value" : " Comma" ,
97+ "description" : " The key to use to go to the previous frame." ,
98+ "group" : " Keybinds"
99+ },
100+ "skipForward" : {
101+ "name" : " Skip Forward" ,
102+ "type" : " keyBind" ,
103+ "value" : " Right" ,
104+ "description" : " The key to use to skip forward one second." ,
105+ "group" : " Keybinds"
106+ },
107+ "skipBackward" : {
108+ "name" : " Skip Backward" ,
109+ "type" : " keyBind" ,
110+ "value" : " Left" ,
111+ "description" : " The key to use to skip backward one second." ,
112+ "group" : " Keybinds"
113+ },
114+ "previewClip" : {
115+ "name" : " Preview Clip" ,
116+ "type" : " keyBind" ,
117+ "value" : " P" ,
118+ "description" : " The key to use to preview the current clip." ,
119+ "group" : " Keybinds"
120+ },
121+ "clipIt" : {
122+ "name" : " Clip It" ,
123+ "type" : " keyBind" ,
124+ "value" : " Enter" ,
125+ "description" : " Launches the clipIt window." ,
126+ "group" : " Keybinds"
127+ },
128+ "setStartTime" : {
129+ "name" : " Set Start Time" ,
130+ "type" : " keyBind" ,
131+ "value" : " Semicolon" ,
132+ "description" : " Sets the start time of the current clip." ,
133+ "group" : " Keybinds"
134+ },
135+ "setEndTime" : {
136+ "name" : " Set End Time" ,
137+ "type" : " keyBind" ,
138+ "value" : " Quote" ,
139+ "description" : " Sets the end time of the current clip." ,
140+ "group" : " Keybinds"
141+ }
142+ }
0 commit comments