Initial commit
This commit is contained in:
7
obs-config/global.ini
Normal file
7
obs-config/global.ini
Normal file
@@ -0,0 +1,7 @@
|
||||
[General]
|
||||
EnableAutoUpdates=false
|
||||
|
||||
[BasicWindow]
|
||||
SysTrayEnabled=true
|
||||
SysTrayWhenStarted=true
|
||||
ShowOnStartup=false
|
||||
6
obs-config/plugin_config/obs-websocket/config.json
Normal file
6
obs-config/plugin_config/obs-websocket/config.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"alerts_enabled": false,
|
||||
"auth_required": false,
|
||||
"server_enabled": true,
|
||||
"server_port": 4455
|
||||
}
|
||||
104
obs-config/scenes/ITMonitor.json
Normal file
104
obs-config/scenes/ITMonitor.json
Normal file
@@ -0,0 +1,104 @@
|
||||
{
|
||||
"name": "ITMonitor",
|
||||
"current_scene": "Screen Capture",
|
||||
"current_program_scene": "Screen Capture",
|
||||
"scene_order": [
|
||||
{ "name": "Screen Capture" }
|
||||
],
|
||||
"sources": [
|
||||
{
|
||||
"id": "monitor_capture",
|
||||
"name": "Primary Display",
|
||||
"versioned_id": "monitor_capture",
|
||||
"settings": {
|
||||
"capture_cursor": true,
|
||||
"compatibility": false,
|
||||
"force_sdr": false,
|
||||
"monitor": 0
|
||||
},
|
||||
"mixers": 0,
|
||||
"sync": 0,
|
||||
"flags": 0,
|
||||
"volume": 1.0,
|
||||
"balance": 0.5,
|
||||
"enabled": true,
|
||||
"muted": true,
|
||||
"push-to-mute": false,
|
||||
"push-to-mute-delay": 0,
|
||||
"push-to-talk": false,
|
||||
"push-to-talk-delay": 0,
|
||||
"hotkeys": {},
|
||||
"deinterlace_field_order": 0,
|
||||
"deinterlace_mode": 0,
|
||||
"filter_data": [],
|
||||
"filters": []
|
||||
},
|
||||
{
|
||||
"id": "scene",
|
||||
"name": "Screen Capture",
|
||||
"versioned_id": "scene",
|
||||
"settings": {
|
||||
"id_counter": 1,
|
||||
"custom_size": false,
|
||||
"items": [
|
||||
{
|
||||
"name": "Primary Display",
|
||||
"visible": true,
|
||||
"locked": false,
|
||||
"rot": 0.0,
|
||||
"pos": { "x": 0.0, "y": 0.0 },
|
||||
"scale": { "x": 1.0, "y": 1.0 },
|
||||
"align": 5,
|
||||
"bounds_type": 0,
|
||||
"bounds_align": 0,
|
||||
"bounds": { "x": 0.0, "y": 0.0 },
|
||||
"crop_top": 0,
|
||||
"crop_right": 0,
|
||||
"crop_bottom": 0,
|
||||
"crop_left": 0,
|
||||
"group_item_backup": false,
|
||||
"scale_filter": "disable",
|
||||
"blend_method": "default",
|
||||
"blend_type": "normal",
|
||||
"show_transition": { "id": "" },
|
||||
"hide_transition": { "id": "" }
|
||||
}
|
||||
]
|
||||
},
|
||||
"mixers": 0,
|
||||
"sync": 0,
|
||||
"flags": 0,
|
||||
"volume": 1.0,
|
||||
"balance": 0.5,
|
||||
"enabled": true,
|
||||
"muted": false,
|
||||
"push-to-mute": false,
|
||||
"push-to-mute-delay": 0,
|
||||
"push-to-talk": false,
|
||||
"push-to-talk-delay": 0,
|
||||
"hotkeys": {
|
||||
"OBSBasic.SelectScene": []
|
||||
},
|
||||
"deinterlace_field_order": 0,
|
||||
"deinterlace_mode": 0,
|
||||
"filter_data": [],
|
||||
"filters": []
|
||||
}
|
||||
],
|
||||
"groups": [],
|
||||
"transitions": [
|
||||
{
|
||||
"id": "fade_transition",
|
||||
"name": "Fade",
|
||||
"settings": { "duration": 300 },
|
||||
"hotkeys": {}
|
||||
}
|
||||
],
|
||||
"current_transition": "Fade",
|
||||
"transition_duration": 300,
|
||||
"preview_locked": false,
|
||||
"scaling_enabled": false,
|
||||
"scaling_level": 1,
|
||||
"scaling_off_x": 0.0,
|
||||
"scaling_off_y": 0.0
|
||||
}
|
||||
Reference in New Issue
Block a user