Script improvement

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
User avatar
EffectLessMind
Joined: Wed Jan 23, 2008 12:40 pm
Location: London UK
Org Profile

Script improvement

Post by EffectLessMind » Wed Jul 16, 2008 10:40 am

So I have been messing around with these karas dvds for a while now trying to get the correct balance so the 2D parts look good whilst stopping the 3D parts looking like blobs this is what i have come up with so far

Code: Select all

mpeg2source("D:\VIDEO_TS\vob1.d2v")
TomsMoComp(1,5,1)
Warpsharp()
undot
VagueDenoiser(threshold=2, method=3, nsteps=6, chromaT=2.0)
Crop(6,2,-6,-2) 
Tweak(sat=1.2)
Results
Image
Image

me and aviSynth aren't exactly one with each other yet so is there any suggestions that would improve this script visually and compression wise?
Also the dvds are PALs :x
Image

User avatar
Scintilla
(for EXTREME)
Joined: Mon Mar 31, 2003 8:47 pm
Status: Quo
Location: New Jersey
Contact:
Org Profile

Post by Scintilla » Wed Jul 16, 2008 6:43 pm

1) Add parentheses on that one line; omitting them can cause a significant speed hit according to Donald Graft, therefore: <b>Undot()</b>

2) See if you get better results by putting WarpSharp <i>after</i> your smoothers. Sharpeners should usually go after smoothers so that they sharpen as little noise as possible while still hitting the actual details; however, I'm not so sure if this also holds true with warpsharpeners.

3) You know you can copy just the frame from VirtualDub (without the rest of the window) by hitting Ctrl+1, right?
ImageImage
:pizza: :pizza: Image :pizza: :pizza:

Locked

Return to “AviSynth Help”