『漫游』酷论坛>『影音数码技术学习交流』>[求助]关于AVS调整GAMME

[求助]关于AVS调整GAMME

combo_k@2006-06-06 09:37

知不知那个用RGB值来调整GAMMA的``用Levels的调整不了G的色

唉偏偏是画面发青呀``
引用

天地逍遥@2006-06-06 09:44

楼主的意思是要单独调整绿色通道的颜色吗?可以试下这个,不过我没用过……

RGBAdjust (clip, float "r", float "g", float "b", float "a", float "rb", float "gb", float "bb", float "ab", float "rg", float "gg", float "bg", float "ag", bool "analyze")
引用

combo_k@2006-06-06 09:47

呵我试试先罗```````


WUWU~DVD的YUV不行呀`也转不了RGB的`唉..........可恶的DVD呀`
引用

combo_k@2006-06-06 09:50

我在插件中心下了个这样的插件

rgbmanipulate_25_dll_20050430

RGBManipulate 0.4

by Tonny Petersen(tsp@person.dk)

RGBmanipulate mirrors the function utoy vtoy mergeLuma/chroma for the rgb colorspace

syntax:
RtoRGB(bool useMMX,bool overwritealpha, bool usemmx)
copies the Red channel to Green and Blue resulting in a greyscale image.


GtoRGB(bool useMMX,bool overwritealpha, bool usemmx)
copies the Green channel to Red and Blue resulting in a greyscale image.


BtoRGB(bool useMMX,bool overwritealpha, bool usemmx)
copies the Blue channel to Red and Green resulting in a greyscale image.

usemmx: enables mmx optimization. Default true
overwritealpha: If true the alpha channel is also overwriten (this is faster). Default false


MergeRGB(clip R,clip G,clip B,clip A,int alphachannel,bool usemmx)
Merge the Red channel from R the green channel from G and the blue channel from B
if A is specified(you don't have to) the alpha channel from A is used.

alphachannel specifies where the alpha channels should be used from if A isn't specified:
0 copies the alpha channel from R
1 copies the alpha channel from G
2 copies the alpha channel from B
3 zeroes the alpha channel
Default 0

usemmx: enables mmx optimization. Default true.

changelog:

0.1 first release.

0.2 Added mmx optimization

0.3 More optimization

0.3 Better alpha channel handling. Now uses softwire for mmx codegeneration.


sourcecode released under GPL se copying.txt




用MergeRGB他说没这个函数````````
引用

可曾记得爱@2006-06-06 12:13

不要用AVS调,容易越调越烂,因为幅度不细,不可实时看效果,交给AVIUTL吧~
引用

wolfsoft@2006-06-06 12:26

也可以先把ColorYUY挂到au上,可视化调好以后复制出参数拷到avs脚本里
引用

combo_k@2006-06-06 18:05

可不可以告诉一些相关的软件呢`所讲的都是外带的插件吧`
引用

wolfsoft@2006-06-06 19:27

AU=aviutl

其余的可以自己用 www.google.co.jp 搜索之
引用

| TOP