View Full Version : how add filters
- Girish -
14th December 2009, 06:03
can any one tell how to add filters link color correction , reducing blurness etc. , please help me
Inspector.Gadget
14th December 2009, 06:14
Adding Avisynth filters blindly is a fool's errand. Upload and link a sample cut from the source video and describe to us the problem you're trying to remedy.
kat123
23rd December 2009, 00:58
i want to ask same question here is a sample http://www.sendspace.com/file/20zek3
And script
DGDecode_mpeg2source("H:\VIDEO_TS\VTS_01_1.d2v", info=3)
tfm(order=1).tdecimate(hybrid=1)
crop( 2, 56, 0, -56)
Spline36Resize(640,288) # Spline36 (Neutral)
Inspector.Gadget
23rd December 2009, 02:21
Same answer. What exactly is the problem?
kat123
23rd December 2009, 11:19
Inspector.Gadget plz check sample as u said above is this script ok thanks for reply
manono
23rd December 2009, 15:03
Seeing an already reencoded AVI doesn't really tell us what the source is like and how it should best be treated. A sample from the DVD would be more helpful. However, one obvious thing you can do for this one is to give it a higher bitrate. Of course, many many Indian DVDs themselves don't use a high enough bitrate, or set an absurdly low max bitrate, especially when encoding as interlaced hard telecine, so maybe all that mosquito noise is also in the source. But without a sample from the source no one will ever know.
kat123
25th December 2009, 03:36
manono yes sir u r right i bought new dvd today from other company was scanning covers will post if needed
dvd sample http://www.sendspace.com/file/gv66hy
script created by megui avs script editor
DGDecode_mpeg2source("h:\VIDEO_TS\VTS_02_1.d2v", info=3)
ColorMatrix(hints=true, interlaced=true, threads=0)
tfm(order=1).tdecimate()
crop( 0, 56, 0, -56)
Spline36Resize(640,288) # Spline36 (Neutral)
#denoise
manono
25th December 2009, 05:28
You don't need to use the ColorMatrix filter. It's for going back and forth between Hi and Standard-Def.
Your main problem with the AVI is low bitrate. Raise the bitrate (maybe do a CQ encode using Quant 3) and the quality will improve. That DVD has crushed blacks so you also might want to raise the brightness.
kat123
25th December 2009, 14:03
right sir will do raise bitrate but how to raise the brightness in megui mean what filter i can use for brightness and (maybe do a CQ encode using Quant 3) you have said above? That script was auto made in megui when i create d2v and run in aviscript creator, analyze save enqueue and start
manono
25th December 2009, 15:11
You use the Tweak filter to adjust the brightness (and hue, contrast, and saturation). I don't use MeGUI and can't answer any questions specific to it.
kat123
25th December 2009, 18:19
i have to learn more about filters and how it works in Megui let me Google thanks for colormatrix help
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.