-
-
Notifications
You must be signed in to change notification settings - Fork 3
Sierpinski Extension
James Brundage edited this page Apr 22, 2022
·
4 revisions
Generates a Sierpinski fractal
Generates a Sierpinski fractal, using the sierpinski filter
- [https://ffmpeg.org/ffmpeg-filters.html#sierpinski
It's an extension](https://ffmpeg.org/ffmpeg-filters.html#sierpinski
It's an extension)
- [https://ffmpeg.org/ffmpeg-filters.html#sierpinski
It's an extension](https://ffmpeg.org/ffmpeg-filters.html#sierpinski
If set, will generate a Sierpinksi fractal
| Type | Requried | Postion | PipelineInput |
|---|---|---|---|
[Switch] |
true | named | false |
Set seed which is used for random panning
| Type | Requried | Postion | PipelineInput |
|---|---|---|---|
[Int32] |
false | 1 | false |
Set max jump for single pan destination. Allowed range is from 1 to 10000.
| Type | Requried | Postion | PipelineInput |
|---|---|---|---|
[Double] |
false | 2 | false |
Set fractal type, can be default carpet or triangle
| Type | Requried | Postion | PipelineInput |
|---|---|---|---|
[String] |
false | 3 | false |
Extension/Sierpinski.rd.ext.ps1 -Sierpinski [[-SierpinksiSeed] <Int32>] [[-SierpinksiJump] <Double>] [[-SierpinksiType] <String>] [<CommonParameters>]