Skip to content

Commit 9bd92cb

Browse files
StartAutomatingStartAutomating
authored andcommitted
Add-OBSMediaSource, adding -FitToScreen
1 parent e461bac commit 9bd92cb

1 file changed

Lines changed: 16 additions & 1 deletion

File tree

docs/Add-OBSFFMpegSource.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,6 +180,21 @@ If not set, you will get an error if a source with the same name exists.
180180

181181

182182

183+
|Type |Required|Position|PipelineInput |
184+
|----------|--------|--------|---------------------|
185+
|`[Switch]`|false |named |true (ByPropertyName)|
186+
187+
188+
189+
#### **FitToScreen**
190+
191+
If set, will fit the input to the screen.
192+
193+
194+
195+
196+
197+
183198
|Type |Required|Position|PipelineInput |
184199
|----------|--------|--------|---------------------|
185200
|`[Switch]`|false |named |true (ByPropertyName)|
@@ -193,5 +208,5 @@ If not set, you will get an error if a source with the same name exists.
193208

194209
### Syntax
195210
```PowerShell
196-
Add-OBSMediaSource [-FilePath] <String> [-CloseWhenInactive] [-Loop] [-UseHardwareDecoding] [-ClearOnMediaEnd] [[-FFMpegOption] <String>] [[-Scene] <String>] [[-Name] <String>] [-Force] [<CommonParameters>]
211+
Add-OBSMediaSource [-FilePath] <String> [-CloseWhenInactive] [-Loop] [-UseHardwareDecoding] [-ClearOnMediaEnd] [[-FFMpegOption] <String>] [[-Scene] <String>] [[-Name] <String>] [-Force] [-FitToScreen] [<CommonParameters>]
197212
```

0 commit comments

Comments
 (0)