PDA

View Full Version : deflicker


dragon25
1st November 2008, 19:44
mpeg2source("F:\video\VTS_01_1.d2v")
loadplugin("C:\Program Files (x86)\AviSynth 2.5\FilterSDK\deflicker04\deflicker.dll")
converttoYV12()
percent ("0.0 to 100.0",border=0 to 3")
DeFlicker(scene=30)


now ive tried to understand the settings just like i followed inpaint scripting of which i did quite well, but the settings dont make sense to me.

am i on the right path from the above or am i missing somehting?

Fizick
1st November 2008, 22:41
Deflicker is function name, percent is its parameter (not function itself).
If you do not understand this, please read basic AviSynth guides in help file or at http://avisynth.org/mediawiki/Main_Page !

dragon25
1st November 2008, 22:57
ouch.

i was simple reading what it said on its file, like i did with inpaint and thought it was a setting i could adjust.

maybe im wrong and there isnt any adjustment needed and all i do is load the plugin and thats it?

but saying this if this was so, why woudl the file go through all explanation etc and the user not being able to adjust its settings

45tripp
1st November 2008, 23:40
God of boundless love.....

example:
deflicker(scene=30,percent=75,border=8)

(disclaimer, i'm not recommending any value to any parameter,
it's an example of syntax)

dragon25
2nd November 2008, 01:00
so i was correct in thinking that whats being said in the help file is the settings , just i was unable to understand it like i had done with inpaint.

thanks 45 mate