Dicolloration from DGindex when opened in VD using avs

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
User avatar
sakuraslight
Need more Jiggawatts
Joined: Wed May 07, 2003 8:24 am
Status: meh
Location: End of the World
Contact:
Org Profile

Dicolloration from DGindex when opened in VD using avs

Post by sakuraslight » Thu Apr 02, 2009 5:24 pm

I have some discoloration i have run the VOB files through DGindex 3 times now still get the same thing.

If you notice from this screen shot i have some dicoloration round the hands glasses and camera.

Image

do far my AVS looks like this
MPEG2Source("E:\FULL_METAL_PANIC_FUMOFFU_VOL_1\VIDEO_TS\FMP.D2V", cpu=6)
TDeint()
Crop(8,0,-8,-0)
lanczosResize(848,480)
can anyone help
ImageImage

User avatar
JaddziaDax
Crazy Cat Lady!
Joined: Tue Mar 16, 2004 6:25 am
Status: I live?
Location: Somewhere I think O.o
Contact:
Org Profile

Re: Dicolloration from DGindex when opened in VD using avs

Post by JaddziaDax » Thu Apr 02, 2009 5:43 pm

thats called rainbowing you can try a de-rainbowing filter

SDDeRainbow()
mfrainbow(strength=5)

there are a couple that i have, i usually use the first one though

User avatar
Kariudo
Twilight prince
Joined: Fri Jul 15, 2005 11:08 pm
Status: 1924 bots banned and counting!
Location: Los taquitos unidos
Contact:
Org Profile

Re: Dicolloration from DGindex when opened in VD using avs

Post by Kariudo » Thu Apr 02, 2009 11:21 pm

Tcomb() is another option (for me, nothing short of heavy settings in Tcomb could fix the horrendous R1 release of Fumoffu)
Image
Image

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

Re: Dicolloration from DGindex when opened in VD using avs

Post by mirkosp » Fri Apr 03, 2009 12:46 pm

deraibowing aside, you might want to change the

Code: Select all

lanczosResize(848,480)
to

Code: Select all

spline36resize(640,480)
reasons being:
1) spline36resize has better looking resizing results on anime rather than lanczosresize
2) full metal panic fumoffu is 4:3 and not 16:9.
Image

User avatar
sakuraslight
Need more Jiggawatts
Joined: Wed May 07, 2003 8:24 am
Status: meh
Location: End of the World
Contact:
Org Profile

Re: Dicolloration from DGindex when opened in VD using avs

Post by sakuraslight » Fri Apr 03, 2009 12:58 pm

Thanx..

I have figured out most of it now.. i need to crop it down to fit 16.9 now

Thanx for all your hep guys and Maby galls !!!
ImageImage

User avatar
sakuraslight
Need more Jiggawatts
Joined: Wed May 07, 2003 8:24 am
Status: meh
Location: End of the World
Contact:
Org Profile

Re: Dicolloration from DGindex when opened in VD using avs

Post by sakuraslight » Fri Apr 03, 2009 2:24 pm

cant edit for som reason for thise who would like to know or maby give the code a fidsle try and make it work a bit better here is what i used

Code: Select all

MPEG2Source("C:\Documents and Settings\SAK\Desktop\FULL_METAL_PANIC_FUMOFFU_VOL_1\VIDEO_TS\FMP.D2V", cpu=6)
DeRainbow()
Crop(8,0,-8,-0)
TComb(mode=2,fthreshl=5,fthreshc=5,othreshl=18,othreshc=6,map=false,scthresh=12.0)
TFM(pp=0)
TDecimate(mode=1)
LanczosResize(848,480)
AWarpSharp(depth=22.0, blurlevel=2)
ImageImage

User avatar
LivingFlame
Joined: Sat May 28, 2005 4:41 pm
Location: Closer than you think...
Org Profile

Re: Dicolloration from DGindex when opened in VD using avs

Post by LivingFlame » Fri Apr 03, 2009 2:44 pm

Like mirkosp said, you need to be resizing the video to 640x480, not 848x480. Fumoffu is a 4:3 show, not 16:9.
... yea ...

User avatar
sakuraslight
Need more Jiggawatts
Joined: Wed May 07, 2003 8:24 am
Status: meh
Location: End of the World
Contact:
Org Profile

Re: Dicolloration from DGindex when opened in VD using avs

Post by sakuraslight » Fri Apr 03, 2009 2:55 pm

in need to crop 60 from top and 60 bottom and then Resize and sharpen.
ImageImage

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

Re: Dicolloration from DGindex when opened in VD using avs

Post by mirkosp » Fri Apr 03, 2009 2:57 pm

sakuraslight wrote:in need to crop 60 from top and 60 bottom and then Resize and sharpen.
crop+upscale is really meaningless unless you are doing a multisource video.
If that's the case, then fine, otherwise, I really suggest you to stick with the original resolution.
Image

User avatar
sakuraslight
Need more Jiggawatts
Joined: Wed May 07, 2003 8:24 am
Status: meh
Location: End of the World
Contact:
Org Profile

Re: Dicolloration from DGindex when opened in VD using avs

Post by sakuraslight » Fri Apr 03, 2009 3:04 pm

It was going to be for Cascardathorn.

But have discover the the footage i was actualy looking for ias on TSR not Fumoffu

But went out and got TSR about an hour ago and Ripping at the mo.

TSR is

PAL
25 fps
720x480
ImageImage

Locked

Return to “AviSynth Help”