obs-powershell

Set-OBSScrollFilter

Synopsis

Sets a scroll filter.


Description

Adds or Changes a Scroll Filter on an OBS Input.
This allows you to scroll horizontally or vertically.


Examples

EXAMPLE 1

Show-OBS -Uri https://pssvg.start-automating.com/Examples/Stars.svg |    
    Set-OBSScrollFilter -HorizontalSpeed 100 -VerticalSpeed 100

Parameters

HorizontalSpeed

The horizontal scroll speed.

Type Required Position PipelineInput Aliases
[Double] false 1 true (ByPropertyName) SpeedX
Speed_X
HSpeed

VerticalSpeed

The vertical scroll speed.

Type Required Position PipelineInput Aliases
[Double] false 2 true (ByPropertyName) SpeedY
Speed_Y
VSpeed

NoLoop

If set, will not loop

Type Required Position PipelineInput
[Switch] false named true (ByPropertyName)

LimitWidth

If provided, will limit the width.

Type Required Position PipelineInput Aliases
[Double] false 3 true (ByPropertyName) LimitX
Limit_CX
WidthLimit

LimitHeight

If provided, will limit the height.

Type Required Position PipelineInput Aliases
[Double] false 4 true (ByPropertyName) LimitY
Limit_CY
HeightLimit

Force

If set, will remove a filter if one already exists.
If this is not provided and the filter already exists, the settings of the filter will be changed.

Type Required Position PipelineInput
[Switch] false named false

Syntax

Set-OBSScrollFilter [[-HorizontalSpeed] <Double>] [[-VerticalSpeed] <Double>] [-NoLoop] [[-LimitWidth] <Double>] [[-LimitHeight] <Double>] [-Force] [<CommonParameters>]