-
-
Notifications
You must be signed in to change notification settings - Fork 1
AmplifyPixel Extension
AmplifyPixel extension
Amplify differences between current pixel and pixels of adjacent frames in same pixel location.
- [https://ffmpeg.org/ffmpeg-filters.html#amplify
It's an extension](https://ffmpeg.org/ffmpeg-filters.html#amplify
It's an extension)
- [https://ffmpeg.org/ffmpeg-filters.html#amplify
It's an extension](https://ffmpeg.org/ffmpeg-filters.html#amplify
If set, will amplify the differences between current pixel and pixels of adjacent frames in same pixel location.
Type | Requried | Postion | PipelineInput |
---|---|---|---|
[Switch] |
true | named | false |
Set frame radius. Default is 2. Allowed range is from 1 to 63. For example radius of 3 will instruct filter to calculate average of 7 frames.
Type | Requried | Postion | PipelineInput |
---|---|---|---|
[Int32] |
false | 1 | false |
Set factor to amplify difference. Default is 2
Type | Requried | Postion | PipelineInput |
---|---|---|---|
[Int32] |
false | 2 | false |
Set threshold for difference amplification. Any difference greater or equal to this value will not alter source pixel. Default is 10. Allowed range is from 0 to 65535.
Type | Requried | Postion | PipelineInput |
---|---|---|---|
[Int32] |
false | 3 | false |
Set tolerance for difference amplification. Any difference lower to this value will not alter source pixel. Default is 0. Allowed range is from 0 to 65535.
Type | Requried | Postion | PipelineInput |
---|---|---|---|
[Int32] |
false | 4 | false |
Set lower limit for changing source pixel. Default is 65535. Allowed range is from 0 to 65535. This option controls maximum possible value that will decrease source pixel value
Type | Requried | Postion | PipelineInput |
---|---|---|---|
[Int32] |
false | 5 | false |
Set high limit for changing source pixel. Default is 65535. Allowed range is from 0 to 65535. This option controls maximum possible value that will decrease source pixel value
Type | Requried | Postion | PipelineInput |
---|---|---|---|
[Int32] |
false | 6 | false |
Set which planes to filter. Default is all. Allowed range is from 0 to 15.
Type | Requried | Postion | PipelineInput |
---|---|---|---|
[String] |
false | 7 | false |
Extension/AmplifyPixel.RoughDraft.Extension.ps1 -AmplifyPixel [[-AmplifyPixelRadius] <Int32>] [[-AmplifyPixelFactor] <Int32>] [[-AmplifyPixelThreshold] <Int32>] [[-AmplifyPixelTolerance] <Int32>] [[-AmplifyPixelLow] <Int32>] [[-AmplifyPixelHigh] <Int32>] [[-AmplifyPixelPlanes] <String>] [<CommonParameters>]