Skip to content

Commit

Permalink
Merge branch 'master' of https://github.com/Lypheo/vs-placebo
Browse files Browse the repository at this point in the history
  • Loading branch information
Lypheo committed Jun 9, 2020
2 parents ca73796 + d5f1d59 commit 8ed4b7e
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,4 +64,13 @@ using the supplied filter options, which are identical to ``Resample``’s.
(or the source luma res); then the image will be scaled to output res in RGB and converted back to YUV.)
- ``chroma_loc``: Chroma location to derive chroma shift from. Uses [pl_chroma_location](https://github.com/haasn/libplacebo/blob/524e3965c6f8f976b3f8d7d82afe3083d61a7c4d/src/include/libplacebo/colorspace.h#L332) enum values.
- ``matrix``: [YUV matrix](https://github.com/haasn/libplacebo/blob/524e3965c6f8f976b3f8d7d82afe3083d61a7c4d/src/include/libplacebo/colorspace.h#L26).
- ``sigmoidize, linearize, sigmoid_center, sigmoid_slope,trc``: For shaders that hook into the LINEARIZE or SIGMOID texture.
- ``sigmoidize, linearize, sigmoid_center, sigmoid_slope,trc``: For shaders that hook into the LINEARIZE or SIGMOID texture.


### Installing

If you’re on Arch, just do
```
$ yay -S vapoursynth-plugin-placebo-git
```
Else try your luck with cmake or meson. Windows builds are available under releases.

0 comments on commit 8ed4b7e

Please sign in to comment.