-
-
Notifications
You must be signed in to change notification settings - Fork 1
Rotate Extension
James Brundage edited this page Apr 24, 2022
·
6 revisions
Rotates a video
Applies the rotate filter to rotate a video.
- https://ffmpeg.org/ffmpeg-filters.html#rotate
- [https://ffmpeg.org/ffmpeg-filters.html#rotate](https://ffmpeg.org/ffmpeg-filters.html#transpose-1
If provided, the video file will be rotated
Type | Requried | Postion | PipelineInput |
---|---|---|---|
[String] |
true | 1 | false |
Type | Requried | Postion | PipelineInput |
---|---|---|---|
[String] |
false | 2 | false |
The Output Width
Type | Requried | Postion | PipelineInput |
---|---|---|---|
[String] |
false | 3 | false |
The Output Height
Type | Requried | Postion | PipelineInput |
---|---|---|---|
[String] |
false | 4 | false |
Extension/Rotate.RoughDraft.Extension.ps1 [-Rotate] <String> [[-RotateFillColor] <String>] [[-OutputWidth] <String>] [[-OutputHeight] <String>] [<CommonParameters>]