Log in

View Full Version : ColorLooks


Wilbert
22nd July 2005, 21:19
I made a new plugin. It's actually a port of Trevs VDub filter Colorlooks and Graft's Colorize (well it works a bit similar). I also added some new stuff. The plugin contains the following filters:

Technicolor(clip, channel="R") # default values gives technicolor effect
channel="R","G","B"
requires RGB

Colorize(clip, color=0x896c8d, scale=false)
requires YUV

Sepia(clip, color=0x896c8d, mode="triangular") # default values gives the Sepia effect
mode="triangular" (applies color to mid-tones), "linear" (applies color to high-tones)
requires YUV

Posterize(clip, pbits=8)
requires RGB/YUY2 (YV12 will follow later)

1) You should use yuv values for color. I will change that later.
2) Technicolor is not good yet. It works in VDub, but not in WMP (due to lookup tables).
3) Docs will be added when i'm back from holidays.

http://www.wilbertdijkhof.com/ColorLooks_v13.zip

So, have fun. I will be on holidays for a week, so i will reply any replies after that.

edit: corrected link

Wilbert
7th September 2005, 22:16
Because you are all so interested in it, i put a new version up. Included documentation and some pictures this time.

http://www.geocities.com/wilbertdijkhof/ColorLooks_v13.zip

changelog:

* corrected technicolor.
* added some color formats.
* color specified in RGB.
* documentation.

E-Male
7th September 2005, 22:34
not sure if i'll use the filters
but i'm curiouse for the sources
thx

Alba Ra
24th January 2010, 00:02
No one seems to be interested in this filter but I find it highly interesting. I'll give it a try and will come back to report. :cool:

Nightshiver
24th January 2010, 03:04
Could a mod lock this? No sense in grave digging a 5 YEAR OLD THREAD

Wilbert
24th January 2010, 13:56
Could a mod lock this? No sense in grave digging a 5 YEAR OLD THREAD
You are asking me to close my own thread? I don't think there are newer threads about this plugin, so i will leave this one open.

whatyaar
21st February 2010, 02:47
looks interesting, thanks for giving bump..any sample scripts you have developed lately dude.

Richard1485
29th October 2010, 20:04
This plugin is fantastic! Thank you so much for this.

color
30th October 2018, 20:21
Does anyone have the original "Colorlooks" for virtualdub (vdf)? I can't find it anymore.

VoodooFX
30th October 2018, 22:46
Does anyone have the original "Colorlooks" for virtualdub (vdf)? I can't find it anymore.

http://www.infognition.com/cgi/getfilter?id=225

color
1st November 2018, 13:14
Thank you VoodooFX, Ive been searching but didn't find it.

I will also try out the avisynth-plugin as well. :D