-
-
Notifications
You must be signed in to change notification settings - Fork 3
ScrollVideo Extension
James Brundage edited this page Apr 24, 2022
·
6 revisions
Scrolls video
Scrolls video, using the scroll filter
- [https://ffmpeg.org/ffmpeg-filters.html#scroll
It's an extension](https://ffmpeg.org/ffmpeg-filters.html#scroll
It's an extension)
- [https://ffmpeg.org/ffmpeg-filters.html#scroll
It's an extension](https://ffmpeg.org/ffmpeg-filters.html#scroll
If set, will scroll video.
| Type | Requried | Postion | PipelineInput |
|---|---|---|---|
[Switch] |
true | named | false |
Set the horizontal scrolling speed. Default is 0. Allowed range is from -1 to 1. Negative values changes scrolling direction.
| Type | Requried | Postion | PipelineInput |
|---|---|---|---|
[Double] |
false | 1 | false |
Set the initial horizontal scrolling position. Default is 0. Allowed range is from 0 to 1.
| Type | Requried | Postion | PipelineInput |
|---|---|---|---|
[Double] |
false | 2 | false |
Set the vertical scrolling speed. Default is 0. Allowed range is from -1 to 1. Negative values changes scrolling direction.
| Type | Requried | Postion | PipelineInput |
|---|---|---|---|
[Double] |
false | 3 | false |
Set the initial vertical scrolling position. Default is 0. Allowed range is from 0 to 1.
| Type | Requried | Postion | PipelineInput |
|---|---|---|---|
[Double] |
false | 4 | false |
Extension/ScrollVideo.RoughDraft.Extension.ps1 -Scroll [[-HorizontalScrollSpeed] <Double>] [[-HorizontalScrollStartPosition] <Double>] [[-VerticalScrollSpeed] <Double>] [[-VerticalScrollStartPosition] <Double>] [<CommonParameters>]