Fully Blended Frames PAL Footage

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
ffxdean
Joined: Fri Apr 06, 2007 7:02 am
Location: Australia
Org Profile

Fully Blended Frames PAL Footage

Post by ffxdean » Thu Feb 14, 2008 8:35 pm

Just wondering is there any scripts/programs/plugins out there which would allow me to completly remove (Full) blended frames from PAL footage?

Any suggestions will be great even if it doesnt remove them completly at least its something please feel free to post them here.

Thanks

User avatar
Sereenie
Joined: Sat Jun 28, 2003 8:11 pm
Location: The City Fun Forgot
Org Profile

Post by Sereenie » Fri Feb 15, 2008 1:09 pm

Mrestore has given me good results.

S.

User avatar
Bauzi
Joined: Fri May 21, 2004 12:48 pm
Status: Under High Voltage
Location: Austria (uhm the other country without kangaroos^^)
Contact:
Org Profile

Post by Bauzi » Wed Feb 27, 2008 5:48 am

I worked on it with MRestore(). It doesn´t work for 100%, but it pleased me for now:
http://www.animemusicvideos.org/phpBB/v ... highlight=

Code: Select all

Bob() #Can be replaced by any other Bob() function
Mrestore(quality = 2, mlimit = 0.2, ani = true, numr = 1, denm = 2) 
This piece of code has to be after MPEG2Source() and the whole deinterlancing, cleaning etc.

I don´t remember all parameters for now. I just can say:
quality = 0 | faster, worst possible algorithm
quality = 1 | normal, normal
quality = 2 | slow as hell, best possible quality
You can find me on YT under "Bauzi514". Subscribe to never miss my AMV releases. :amv:

User avatar
Sereenie
Joined: Sat Jun 28, 2003 8:11 pm
Location: The City Fun Forgot
Org Profile

Post by Sereenie » Wed Feb 27, 2008 1:49 pm

You apply Mrestore *after* cleaning up the footage? I never tried that. I'll have to.

S.

User avatar
Bauzi
Joined: Fri May 21, 2004 12:48 pm
Status: Under High Voltage
Location: Austria (uhm the other country without kangaroos^^)
Contact:
Org Profile

Post by Bauzi » Thu Feb 28, 2008 4:49 am

Uhm. Did I said that somewhere? Well actually I don´t. If I remeber right you shouldn´t, because MRestore has to be done before you deinterlance.

Order in my scripts:

Code: Select all

PlugIn
Import

MPEG2Source

Bob
MRestore
Deinterlancing

crop
LanczosResize

Cleaning
Tweak #if needed
This piece of code has to be after MPEG2Source() and the whole deinterlancing, cleaning etc.
fixed:
This piece of code has to be after MPEG2Source() and before the whole deinterlancing, cleaning etc.
sry
You can find me on YT under "Bauzi514". Subscribe to never miss my AMV releases. :amv:

User avatar
Sereenie
Joined: Sat Jun 28, 2003 8:11 pm
Location: The City Fun Forgot
Org Profile

Post by Sereenie » Thu Feb 28, 2008 12:12 pm

Oh, no prob! I just thought I had been doing it wrong the whole time, thus explaining why there are times where it still doesn't quite work.

S.

Locked

Return to “AviSynth Help”