Skip to content
This repository has been archived by the owner on Jul 12, 2019. It is now read-only.

Commit

Permalink
awarpsharp2 v3
Browse files Browse the repository at this point in the history
  • Loading branch information
darealshinji committed Nov 1, 2016
1 parent a4cf3f6 commit a382167
Show file tree
Hide file tree
Showing 4 changed files with 465 additions and 211 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ sudo apt-get install vapoursynth-extra-plugins

**Plugins**:<br>
[addgrain r5](https://github.com/HomeOfVapourSynthEvolution/VapourSynth-AddGrain)<br>
[awarpsharp2 1](https://github.com/dubhater/vapoursynth-awarpsharp2)<br>
[awarpsharp2 3](https://github.com/dubhater/vapoursynth-awarpsharp2)<br>
[bifrost 2.2](https://github.com/dubhater/vapoursynth-bifrost)<br>
[bilateral r3](https://github.com/HomeOfVapourSynthEvolution/VapourSynth-Bilateral)<br>
[bm3d r7](https://github.com/HomeOfVapourSynthEvolution/VapourSynth-BM3D)<br>
Expand Down
7 changes: 4 additions & 3 deletions plugins/awarpsharp2/readme.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,8 @@ AWarp warps.

Parameters:
*clip*
Clip to process. Must be 8 bit, not RGB, with constant format and
dimensions.
Clip to process. Must have constant format and dimensions,
8..16 bit integer pixels, and it must not be RGB.

For the AWarp filter, *clip* must be either the same size as
*mask*, or four times the size of *mask* in each dimension. The
Expand All @@ -46,7 +46,8 @@ Parameters:
No pixel in the edge mask will have a value greater than *thresh*.
Decrease for weaker sharpening.

Range: 0..255.
Range: 0..255. It will be scaled internally for bit depths greater
than 8.

Default: 128.

Expand Down
Loading

0 comments on commit a382167

Please sign in to comment.