Help scripting

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
User avatar
Ryukz82
Joined: Sun Mar 09, 2008 1:42 pm
Org Profile

Help scripting

Post by Ryukz82 » Sat May 09, 2009 4:38 am

I´m new at scripting an I realy need some advices from you with my TTGL r2 dvds footage

my script with no filters :

Code: Select all

MPEG2Source("C:\yourfolder\blah.d2v")
TFM(mode=5,pp=7,slow=2)
crop(8,0,-8,0)
LanczosResize(848,480)
examples:
Image
Image
Image
Image

I tried some filters but its still not perfect
script with filters:

Code: Select all

MPEG2Source("C:\yourfolder\blah.d2v")
TFM(mode=5,pp=7,slow=2)
fft3dgpu(bt=3,sigma=3,plane=4,mode=1,precision=2,scutoff=0.8)
VMToon(strength=70, luma_cap=150, threshold=3, thinning=0, sharpen=true, mask=true, ssw=4, ssh=4, xstren=255, xthresh=255)
crop(8,0,-8,0)
LanczosResize(848,480)
Image

can you help me please I think this is a pretty good footage so it will be easy for you xD

User avatar
mirkosp
The Absolute Mudman
Joined: Mon Apr 24, 2006 6:24 am
Status: (」・ワ・)」(⊃・ワ・)⊃
Location: Gallarate (VA), Italy
Contact:
Org Profile

Re: Help scripting

Post by mirkosp » Sat May 09, 2009 6:17 am

Honestly... I don't really see any issue to filter in those screenshots. At most you could try to do something for the red chroma issue, but that's ugh... hard to fix, if even possible at all.
Image

User avatar
Ryukz82
Joined: Sun Mar 09, 2008 1:42 pm
Org Profile

Re: Help scripting

Post by Ryukz82 » Sat May 09, 2009 7:57 am

mirkosp wrote:Honestly... I don't really see any issue to filter in those screenshots. At most you could try to do something for the red chroma issue, but that's ugh... hard to fix, if even possible at all.
I see... so is there any way that i could fix or at least reduce the red chroma issue?

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

Re: Help scripting

Post by Scintilla » Sat May 09, 2009 9:01 am

mirkosp wrote:Honestly... I don't really see any issue to filter in those screenshots. At most you could try to do something for the red chroma issue, but that's ugh... hard to fix, if even possible at all.
Wait, what red chroma issue? The whites look fine to me.

But yes, I don't see much that needs fixing either.
ImageImage
:pizza: :pizza: Image :pizza: :pizza:

User avatar
Ryukz82
Joined: Sun Mar 09, 2008 1:42 pm
Org Profile

Re: Help scripting

Post by Ryukz82 » Sat May 09, 2009 9:49 am

Scintilla wrote:
mirkosp wrote:Honestly... I don't really see any issue to filter in those screenshots. At most you could try to do something for the red chroma issue, but that's ugh... hard to fix, if even possible at all.
Wait, what red chroma issue? The whites look fine to me.

But yes, I don't see much that needs fixing either.
I mean look at yoko´s hair, it seems blocky on the edges, is it some kind of noise or something?

User avatar
AaronAMV
eating that e. coli spinach
Joined: Tue Jan 22, 2008 7:54 pm
Status: (◔ ◡ ◔ )
Location: (◔ ◡ ◔ )
Org Profile

Re: Help scripting

Post by AaronAMV » Sat May 09, 2009 12:17 pm

Hm, try maybe

Code: Select all

Undot()
The stuff around Yoko's hair is mosquito noise, so you need a filter dealing with that.
Image

User avatar
Ryukz82
Joined: Sun Mar 09, 2008 1:42 pm
Org Profile

Re: Help scripting

Post by Ryukz82 » Sat May 09, 2009 2:06 pm

AaronAMV wrote:Hm, try maybe

Code: Select all

Undot()
The stuff around Yoko's hair is mosquito noise, so you need a filter dealing with that.
i used undot and i see no big difference is there any other mosquito noise reducer or somtething?
Image

User avatar
Vax
Sexy black guy
Joined: Sat Oct 11, 2008 11:14 am
Status: Chayin
Location: New York
Org Profile

Re: Help scripting

Post by Vax » Sat May 09, 2009 2:44 pm

Well there's always dedot() and FastLineDarken(strength=?,luma_cap=?,thinning=?)

User avatar
mirkosp
The Absolute Mudman
Joined: Mon Apr 24, 2006 6:24 am
Status: (」・ワ・)」(⊃・ワ・)⊃
Location: Gallarate (VA), Italy
Contact:
Org Profile

Re: Help scripting

Post by mirkosp » Sun May 10, 2009 9:20 am

Scintilla wrote:
mirkosp wrote:Honestly... I don't really see any issue to filter in those screenshots. At most you could try to do something for the red chroma issue, but that's ugh... hard to fix, if even possible at all.
Wait, what red chroma issue? The whites look fine to me.

But yes, I don't see much that needs fixing either.
I'm talking about the red chroma upsampling error that you can easily see on the red borders.
Image

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

Re: Help scripting

Post by Scintilla » Sun May 10, 2009 2:01 pm

Vax wrote:Well there's always dedot()
No. DeDot is only for dealing with dot crawl and rainbowing, and this source appears to have neither.
ImageImage
:pizza: :pizza: Image :pizza: :pizza:

Locked

Return to “AviSynth Help”