Skip to content

Commit

Permalink
Compress README a bit
Browse files Browse the repository at this point in the history
  • Loading branch information
muesli committed Nov 25, 2021
1 parent edf800c commit 78c4a0a
Showing 1 changed file with 6 additions and 46 deletions.
52 changes: 6 additions & 46 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,21 +40,11 @@ All commands support the following flags:

### Streams

Start streaming:
Change the streaming state:

```
obs-cli stream start
```

Stop streaming:

```
obs-cli stream stop
```

Toggle streaming:

```
obs-cli stream toggle
```

Expand All @@ -66,21 +56,11 @@ obs-cli stream status

### Recordings

Start recording:
Change the recording state:

```
obs-cli recording start
```

Stop recording:

```
obs-cli recording stop
```

Toggle recording:

```
obs-cli recording toggle
```

Expand Down Expand Up @@ -120,21 +100,11 @@ List all items of a scene:
obs-cli sceneitem list <scene>
```

Make a scene-item visible:
Change the visibility of a scene-item:

```
obs-cli sceneitem show <scene> <item>
```

Hide a scene-item:

```
obs-cli sceneitem hide <scene> <item>
```

Toggle visibility of a scene-item:

```
obs-cli sceneitem toggle <scene> <item>
```

Expand All @@ -160,16 +130,12 @@ obs-cli source toggle-mute <source>

### Studio Mode

Disable the studio mode:

```
obs-cli studiomode disable
```

Enable the studio mode:
Enable or disable Studio Mode:

```
obs-cli studiomode enable
obs-cli studiomode disable
obs-cli studiomode toggle
```

Display studio mode status:
Expand All @@ -178,12 +144,6 @@ Display studio mode status:
obs-cli studiomode status
```

Toggle studio mode on and off:

```
obs-cli studiomode toggle
```

Transition to program (when the studio mode is enabled):

```
Expand Down

0 comments on commit 78c4a0a

Please sign in to comment.