remove --show flag from settings video

update README
This commit is contained in:
2026-01-09 12:42:14 +00:00
parent 3ffdf668ff
commit f84908f668
3 changed files with 12 additions and 11 deletions

View File

@@ -764,7 +764,8 @@ gobs-cli settings stream-service --key='live_xyzxyzxyzxyz' rtmp_common
- video: Get/Set video setting.
- flags:
- --show: Show video settings.
*optional*
- --base-width: Base (canvas) width.
- --base-height: Base (canvas) height.
- --output-width: Output (scaled) width.
@@ -773,7 +774,7 @@ gobs-cli settings stream-service --key='live_xyzxyzxyzxyz' rtmp_common
- --fps-den: Frames per second denominator.
```console
gobs-cli settings video --show
gobs-cli settings video
gobs-cli settings video --base-width=1920 --base-height=1080
```