Problems with .json in scenes.

Ricolino

New Member
Hello,
I'm trying to import (I even exported a scene pack that was already working) and a new one in OBS. But when I import it, OBS simply comes up empty. It does absolutely nothing. I leave the .json file I'm trying to import below, and it does absolutely nothing.
The strange thing is that when I exported the one that was working and tried to import it again, NOTHING HAPPENED. The scenes come up empty.

{
"name": "Joaquin_Ruiz_OBS_Template_Final",
"current_scene": " Intro",
"current_program_scene": " Intro",
"scene_order": [
" Intro",
" Solo Cámara / Charla",
" Demo Listening",
" Ableton Jam",
" Jam Maquinas o Discos",
" Hold On – Camera’s Moving!",
" Final / CTA"
],
"groups": [],
"quick_transitions": [],
"transitions": [],
"saved_projectors": [],
"current_transition": "Fade",
"transition_duration": 300,
"preview_locked": false,
"scaling_enabled": false,
"scaling_level": 1,
"scaling_off_x": 0,
"scaling_off_y": 0,
"virtual-camera": {},
"modules": {},
"sources": [
{
"name": "Starting Soon Text",
"id": "text_gdiplus_v2",
"settings": {
"text": "Starting Soon... / Empezamos pronto..."
},
"versioned_id": "text_gdiplus_v2",
"enabled": true,
"volume": 1.0,
"muted": false,
"monitoring_type": 0
},
{
"name": "Mic Placeholder",
"id": "wasapi_input_capture",
"settings": {},
"versioned_id": "wasapi_input_capture",
"enabled": true,
"volume": 1.0,
"muted": false,
"monitoring_type": 0
}
],
"scenes": [
{
"name": " Intro",
"sources": [
{
"name": "Starting Soon Text",
"alignment": 5,
"bounds": {},
"crop": {},
"visible": true,
"volume": 1.0,
"muted": false
}
]
},
{
"name": " Solo Cámara / Charla",
"sources": [
{
"name": "Mic Placeholder",
"alignment": 5,
"bounds": {},
"crop": {},
"visible": true,
"volume": 1.0,
"muted": false
}
]
},
{
"name": " Demo Listening",
"sources": []
},
{
"name": " Ableton Jam",
"sources": []
},
{
"name": " Jam Maquinas o Discos",
"sources": []
},
{
"name": " Hold On – Camera’s Moving!",
"sources": [
{
"name": "Starting Soon Text",
"alignment": 5,
"bounds": {},
"crop": {},
"visible": true,
"volume": 1.0,
"muted": false
},
{
"name": "Mic Placeholder",
"alignment": 5,
"bounds": {},
"crop": {},
"visible": true,
"volume": 1.0,
"muted": false
}
]
},
{
"name": " Final / CTA",
"sources": [
{
"name": "Starting Soon Text",
"alignment": 5,
"bounds": {},
"crop": {},
"visible": true,
"volume": 1.0,
"muted": false
}
]
}
]
}
 

Attachments

  • Captura de pantalla 2025-08-05 a la(s) 09.38.36.png
    Captura de pantalla 2025-08-05 a la(s) 09.38.36.png
    313.9 KB · Views: 2
Top