hi
before im starting to code a video
is there any filter "sharpen" in GK such as in VB got
to make the picture more sharpen. and how
10x always![]()
+ Reply to Thread
Results 1 to 10 of 10
-
-
What's VB?
No, there's no sharpening filter included in Gordian Knot. But there's nothing to prevent you from editing the GKnot generated script to add a sharpening filter, anything from the built in Sharpen filter to a third party sharpener such as LimitedSharpenFaster.
http://avisynth.org/mediawiki/Sharpen -
sorry
VB=VD (virtual dub)
and where do i add those lines exactly?
10x 4 answerin' -
Originally Posted by eliqush
Code:# DENOISING: choose one combination (or none) Sharpen() Undot() # 1) little noise #Temporalsoften(2,3,3,mode=2,scenechange=6) #mergechroma(blur(1.3)) #FluxSmoothST(5,7)
-
Eh? You edit the GKnot generated AviSynth script, just as I showed you. When you go File->Save And Encode, first click on the "Edit" button to edit the .avs before then hitting "Save And Encode" which takes you to the Encoding Control Panel to set it up for encoding.
Just look at any GKnot created AviSynth script. Study it. Learn what the different lines do. -
it yells me an error in the coding window: http://i26.tinypic.com/10rqnok.jpg
-
You're right. Sorry. Try this:
Sharpen(1)
Use numbers between 0 and 1. You can, for example, use:
Sharpen(0.65)
If you want it even sharper, then use Sharpen twice:
Sharpen(1).Sharpen(1)
Similar Threads
-
Reducing loudness and sharpness from recorded movie
By Stief in forum AudioReplies: 3Last Post: 7th Oct 2010, 11:51 -
Maintaining AVCHDs sharpness in other formats
By danielbb in forum Video ConversionReplies: 3Last Post: 2nd Sep 2010, 16:50 -
aspect ratio and sharpness
By jin007 in forum Newbie / General discussionsReplies: 2Last Post: 4th Aug 2008, 12:35 -
Snazzi III PCI sharpness setting, how to adjust?
By greenfrog in forum Capturing and VCRReplies: 0Last Post: 20th Jun 2007, 20:44