otu
otu ( OBS themes utility ) is Node.js script, an handle tool for work with your scenes of Open Broadcaster Software
Description
otu is an utility to permit to export/import your theme with all files in an archive, add and extract scene from theme, and many features are added in the future
Installation
Features
Usage
Export
Create a zip archive (.otu) from scene.json with all files present on scenes
Import
Extract files from zip archive (.otu) and create scene.json for OBS
Add
Add a single scene to your theme
Extract
Extract single scene from theme
Supported Broadcaster Sofware
Download
Todo
Copyright 2021 Salvatore Santagati (me@salsan.dev)
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.
otu ( OBS themes utility ) is Node.js script, an handle tool for work with your scenes of Open Broadcaster Software
Description
otu is an utility to permit to export/import your theme with all files in an archive, add and extract scene from theme, and many features are added in the future
Installation
Code:
npm i otu-tool
Features
- Export OBS theme scene
- Import OBS theme scene
- Add single scene on OBS theme
- Extract single scene from OBS theme
Export
Create a zip archive (.otu) from scene.json with all files present on scenes
Code:
otu-tool export -i myscene.json -o myscenearchive.otu
Import
Extract files from zip archive (.otu) and create scene.json for OBS
Code:
otu-tool import -i myscenearchive.otu -o myscene.json
Add
Add a single scene to your theme
Code:
otu-tool add -i mytheme.json --scene myscenearchive.otu -o mynewtheme.json
Extract
Extract single scene from theme
Code:
otu-tool extract -i mytheme.json --scene "NameOfScene" -o myscenearchive.otu
Supported Broadcaster Sofware
Download
Todo
- Check fonts and
install it if is required Extract/Add single scene of your theme with relative files- Convert Streamlabs OBS scenes to OBS Broadcaster Software
Copyright 2021 Salvatore Santagati (me@salsan.dev)
This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.