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
Fully Blended Frames PAL Footage
- Bauzi
- Joined: Fri May 21, 2004 12:48 pm
- Status: Under High Voltage
- Location: Austria (uhm the other country without kangaroos^^)
- Contact:
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=
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
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)
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.
- Bauzi
- Joined: Fri May 21, 2004 12:48 pm
- Status: Under High Voltage
- Location: Austria (uhm the other country without kangaroos^^)
- Contact:
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:
Order in my scripts:
Code: Select all
PlugIn
Import
MPEG2Source
Bob
MRestore
Deinterlancing
crop
LanczosResize
Cleaning
Tweak #if needed
fixed:This piece of code has to be after MPEG2Source() and the whole deinterlancing, cleaning etc.
sryThis piece of code has to be after MPEG2Source() and before the whole deinterlancing, cleaning etc.
You can find me on YT under "Bauzi514". Subscribe to never miss my AMV releases.