Alright. Here Is My Question......

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
User avatar
TwilightChrono
Joined: Wed Nov 21, 2007 3:11 am
Location: In Your Dreams.......Watching You Sleep
Contact:
Org Profile

Alright. Here Is My Question......

Post by TwilightChrono » Thu Apr 17, 2008 2:58 am

Here are the source Images For My Video:

Image
Image
Image

Now Question. Since the original video source really isn't that bad looking to begin with, although it is 3D, these are the steps I was gonna take. Could anybody tell me, if anyone of these are un-needed, and if anyone of them are...could someone recommend a better one to me to use in it's place? Also, I wanna enhance the color as well, so please tell me if I have it wrong, and if you can correct me, and give me the correct way to do it. I am trying to enhance mainly the Red's, Blue's, Black's, and White's as well. So, any help on this matter will be appreciated. Here are the steps I was gonna take:

First Filter Before Final Save:

ConvertToYV12
deen("a3d",4)
temporalcleaner()
mftoon()
ColorYUV(gain_u=15)
ColorYUV(gain_v=15)
-------------------------------
After then, it will be filtered.
-------------------------------
Then:
-------------------------------
After Huffyuv Resave:

SSXSharpen()

Optional Filters To Use:

De-interlace
-------------------------------
Then it will be filtered again, and be finished.

If anyone can help me in this matter, I would be very much obliged. Thank you in advance.

~Twilight~

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

Post by JaddziaDax » Thu Apr 17, 2008 4:49 am

why filter it twice? just do all your filtering at once

oh and this is your new best friend:

beforeafterline(1,"""filter01.filter02.filter03""")

replace filter01.filter02.filter03 with your filters, and put periods (.) between each filter... but do all your cropping/resizing filters before the beforeandafterline.

User avatar
TwilightChrono
Joined: Wed Nov 21, 2007 3:11 am
Location: In Your Dreams.......Watching You Sleep
Contact:
Org Profile

deblocker

Post by TwilightChrono » Sat Apr 19, 2008 1:54 am

what script do I use to get rid of any blocks that might be in my video? I have been busting my brain trying to figure it out, but, I don't know what the script is. Can some one tell me please, what script to use to de-block? thanks.

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

Post by Kariudo » Sat Apr 19, 2008 2:42 am

it's actually deblock()
if you don't know if you have it or not, get it from here and put into your plugins directory
Image
Image

User avatar
TwilightChrono
Joined: Wed Nov 21, 2007 3:11 am
Location: In Your Dreams.......Watching You Sleep
Contact:
Org Profile

thank you.

Post by TwilightChrono » Sat Apr 19, 2008 9:47 pm

Thanks, I appreciate the help

Locked

Return to “AviSynth Help”