文件名称:vapoursynth-adjust
文件大小:2KB
文件格式:ZIP
更新时间:2024-05-22 00:56:13
Python
描述 这是内置Avisynth过滤器Tweak的非常基本的端口。 在内部,它使用std.Lut和std.Expr进行调整。 差异性 没有任何抖动。 参数“ sse”,“ startHue”,“ endHue”,“ maxSat”,“ minSat”,“ interp”和“ dither”不存在。 支持8..16位整数和32位浮点采样类型。 用法 将adjust.py Python可以找到它的某个地方,然后在脚本中使用import adjust adjust.py 。 adjust.Tweak(clip clip[, float hue=0.0, float sat=1.0, float bright=0.0, float cont=1.0, bint coring=True]) 参数: 色调 调整色调。 正值将其移向红色,而负值将其移向绿色。 范围:-180.0 .. 180.0
【文件预览】:
vapoursynth-adjust-master
----readme.rst(1KB)
----adjust.py(3KB)