I'm VERY new to using AviSynth. I want to use the levels settings I use in VirtualDubMod. I always UNCHECK "operate in luma instead of RGB" in Vdub. How do I specify that in AviSynth?
So far I got (no change):
Levels(0, 1, 255, 0, 255,?)
Not sure what my clip value should be to match vdub, and I have no idea how to duplicate the unchecking of "operate in luma instead of RGB" in vdub.
Thanks in advance.
+ Reply to Thread
Results 1 to 2 of 2
-
-
From the AVISynth docs:
This is one of those filters for which it would really be nice to have a GUI. Since I can't offer a GUI (at least not in AviSynth's current form), I decided I could at least make this filter compatible with VirtualDub's when the clip is RGB. In that case you should be able to take the numbers from VirtualDub's Levels dialog and pass them as parameters to the Levels filter and get the same results.
The results are pretty close:
Similar Threads
-
Avisynth's "levels" function - 32-bit? Dithering?
By Asterra in forum Video ConversionReplies: 7Last Post: 5th May 2011, 00:57 -
What are Video "Profile Formats" or "Levels"?
By HanDuet in forum Newbie / General discussionsReplies: 2Last Post: 15th Mar 2011, 23:41 -
AviSynth "ConvertToYV12()" command - correct placement in script?
By spicediver10191 in forum Video ConversionReplies: 2Last Post: 11th Dec 2010, 19:15 -
Help. Avisynth Error Message "no function named deblock"
By hypnoticpimp in forum Video ConversionReplies: 13Last Post: 27th Sep 2008, 23:45 -
Seeking avisynth function for "blend-a-field" idea
By vhelp in forum EditingReplies: 2Last Post: 21st Sep 2008, 20:52