Dicolloration from DGindex when opened in VD using avs

This forum is for questions and discussion of all the aspects of handling your footage. If you have questions about capturing/ripping footage, AviSynth, or compression/encoding/converting, look here.

Dicolloration from DGindex when opened in VD using avs

Postby 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
Image
User avatar
sakuraslight
Need more Jiggawatts
 
Joined: 07 May 2003
Location: End of the World
Status: meh

Re: Dicolloration from DGindex when opened in VD using avs

Postby 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
JaddziaDax
Crazy Cat Lady!
 
Joined: 16 Mar 2004
Location: somewhere i think O.o
Status: I has a TRU Arceus

Re: Dicolloration from DGindex when opened in VD using avs

Postby 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)
ImageImage
Image
User avatar
Kariudo
Twilight prince
 
Joined: 15 Jul 2005
Location: Los taquitos unidos
Status: 1924 bots banned and counting!

Re: Dicolloration from DGindex when opened in VD using avs

Postby 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
mirkosp
MODkip
 
Joined: 24 Apr 2006
Location: Gallarate (VA), Italy
Status: (」・ワ・)」(⊃・ワ・)⊃

Re: Dicolloration from DGindex when opened in VD using avs

Postby 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 !!!
Image
User avatar
sakuraslight
Need more Jiggawatts
 
Joined: 07 May 2003
Location: End of the World
Status: meh

Re: Dicolloration from DGindex when opened in VD using avs

Postby 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)
Image
User avatar
sakuraslight
Need more Jiggawatts
 
Joined: 07 May 2003
Location: End of the World
Status: meh

Re: Dicolloration from DGindex when opened in VD using avs

Postby 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
LivingFlame
 
Joined: 28 May 2005
Location: Closer than you think...

Re: Dicolloration from DGindex when opened in VD using avs

Postby sakuraslight » Fri Apr 03, 2009 2:55 pm

in need to crop 60 from top and 60 bottom and then Resize and sharpen.
Image
User avatar
sakuraslight
Need more Jiggawatts
 
Joined: 07 May 2003
Location: End of the World
Status: meh

Re: Dicolloration from DGindex when opened in VD using avs

Postby 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
mirkosp
MODkip
 
Joined: 24 Apr 2006
Location: Gallarate (VA), Italy
Status: (」・ワ・)」(⊃・ワ・)⊃

Re: Dicolloration from DGindex when opened in VD using avs

Postby 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
Image
User avatar
sakuraslight
Need more Jiggawatts
 
Joined: 07 May 2003
Location: End of the World
Status: meh


Return to Footage Help

Who is online

Users browsing this forum: No registered users and 1 guest