add 0.13.0 to CHANGELOG

add projector section to README
This commit is contained in:
2025-05-26 20:54:47 +01:00
parent 2739fa28f0
commit ac4dbb69ec
2 changed files with 32 additions and 0 deletions

View File

@@ -534,6 +534,28 @@ obsws-cli filter toggle "Mic/Aux" "Gain"
obsws-cli filter status "Mic/Aux" "Gain"
```
#### Projector
- list-monitors: List available monitors.
```console
obsws-cli projector list-monitors
```
- open: Open a fullscreen projector for a source on a specific monitor.
- flags:
*optional*
- --monitor-index: Index of the monitor to open the projector on.
- defaults to 0
- args: <source_name>
```console
obsws-cli projector open --monitor-index=1 "Scene"
```
## License
`obsws-cli` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.