View Full Version : Hue, saturation, CMYK etc...
Mounir
4th October 2010, 04:43
I'm currently working on 1 video and i have 2 sources: dvd, vhs both are retail. Assuming the dvd source has been well transfered (and i think it has), how can i make the vhs one look like the dvd one ?
Thus far i tried with virtualdub's filter, color mill & gradation curves, to not cite 'em, but it seems extremely difficult.I'd need some expert advice.
Also, what i would like to know is if there is a tool to analyse the picture in the first place, this has to be precise work.
The pics:
pic 1 (http://img443.imageshack.us/img443/6766/dvd00.jpg)
pic 2 (http://img268.imageshack.us/img268/2910/vhs00.jpg)
Note:
DVD: mpeg2 (VOB)
VHS: Avi (HUFF)
EuropeanMan
4th October 2010, 05:34
Post a sample
and script you are using
communist
4th October 2010, 05:53
http://forum.doom9.org/showthread.php?t=96308
Filter can be found here: http://avisynth.org/warpenterprises/#colourlike
Mounir
3rd November 2010, 17:50
Ok Colourlike is not bad but i wanna use a more traditional method if that's possible because i have many tapes and not all of them in DVD so colourlike would be useless in lots of my projects.
Pictures: See Here (http://img185.imageshack.us/i/000556.jpg)
LaTo
3rd November 2010, 18:45
You can do this easily with SmoothCurve:
http://img529.imageshack.us/img529/5114/resulti.th.png (http://img529.imageshack.us/img529/5114/resulti.png)
*Click the image to enlarge*
str=8
thr=32
SmoothCurve(Ucurve="0-0;"+string(128-2*thr)+"-"+string(128-2*thr)+";"+string(128-thr)+"-"+string(128-thr+str)+";128-128;"+string(128+thr)+"-"+string(128+thr-str)+";"+string(128+2*thr)+"-"+string(128+2*thr)+";255-255"\
,Vcurve="0-0;"+string(128-2*thr)+"-"+string(128-2*thr)+";"+string(128-thr)+"-"+string(128-thr-str)+";128-128;"+string(128+thr)+"-"+string(128+thr+str)+";"+string(128+2*thr)+"-"+string(128+2*thr)+";255-255")
Adjust str & thr to your taste ;)
Mounir
3rd November 2010, 20:04
Where can i get this filter ? i can't find an official thread
Edit:
I have downloaded SmoothAdjust v1.62 but i don't understand, there are 6 .dll inside. I'll try with SmoothAdjust-ICC-x86.dll hopefully it work with Xp 32 bits
The problem is i tried your settings and they have no effect as far as i can tell
LaTo
3rd November 2010, 20:18
Where can i get this filter ? i can't find an official thread
Edit:
Ok i get it it's an internal filter
The problem is i tried your settings and they have no effect as far as i can tell
I have attached the code and the screenshot of the result... If you doesn't see a difference in the screenshot it's time to change your display :D
Mounir
3rd November 2010, 20:37
Nevermind , it's working
Edit:
Well i think i came up with something nice, what do you think ?
See Here (http://img408.imageshack.us/i/finalma.jpg)
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.