I use this script to make xvid, and using virtual dub mpeg(my source is Pal Dv interlaced,bottom filed first)" And i am using panasonic dv decoder.
1.first does i need Order=0 because i deinterlance source and want to keep deinterlacedCode:LoadPlugin("LeakKernelDeint.dll") avisource("C:\Documents and Settings\Nenad\My Documents\Video 1.avi") ConvertToyv12(interlaced=true) LeakKernelDeint(Order=0,threshold=1,sharp=true) LanczosResize(512,384)
2. Which sharp filter i can use in this script(some good but not limited sharpen)
3. Which filter for contrast/brightess/saturation i can use
thanks
+ Reply to Thread
Results 1 to 6 of 6
-
-
1) KernelDeint always requires that the field order be set.
2) You don't want Limited Sharpen, so maybe follow guns1inger's advice.
3) The Tweak filter has settings for adjusting contrast, brightness and saturation:
http://www.avisynth.org/Tweak -
Originally Posted by guns1inger
Code:LoadPlugin("LeakKernelDeint.dll") LoadPlugin("MSharpen.dll") LoadPlugin("TweakColor.dll") avisource("C:\Documents and Settings\Video 6.avi") ConvertToyv12(interlaced=true) LeakKernelDeint(Order=0,threshold=1) TweakColor(bright=20, cont=1.2) LanczosResize(512,384) MSharpen(threshold=10)
2.What is proper way to do: bright/contast/hue/saturation. I mean if i want to use all is that write order.
3. I am noticed that when i make xvid from that script my dvd player have trouble to read cd. But when succeed to read cd it play film normally. But when play cd without making divx with avisynth that play disk ok.
Does my script have something that they souldn?I have panasonic dv codec installed.Does is properly to add converttoyv12(interlaced=true).Also i set fast recompress because i dont use any internal VD filter when work with avisynth. For compression i am using xvid 1.1.0 My dvd player is Xoro hsd. -
Yes, you can use asharp after you have deinterlaced without having to seperate fields.
FWIW, I prefer to use LanczosResize (actually, Lanczos4Resize) only for resizing up, and bicubic for resizing down. Personal choice, but might be worth experimenting with for yourself.Read my blog here.
-
2) I don't think it makes a lick of difference, but if it makes you happy, do it in the order it's listed in the filter, hue, sat, bright, cont.
Similar Threads
-
Simple VHS Capture Questions
By mostly_useless in forum Capturing and VCRReplies: 4Last Post: 29th Dec 2011, 16:00 -
Two simple questions, plz help!
By UnD3R0aTh in forum DVD RippingReplies: 40Last Post: 4th Mar 2010, 10:47 -
Is adding intro as simple as AVISynth?
By Aristocles in forum Authoring (DVD)Replies: 2Last Post: 16th Nov 2009, 00:19 -
Some simple questions about Dreambox and HTPC
By Talayero in forum DVB / IPTVReplies: 0Last Post: 8th Apr 2009, 11:44 -
Questions: Avisynth.
By Sarlula in forum Video ConversionReplies: 12Last Post: 8th Aug 2008, 17:25