Found a way to remove blended frames in PAL Footage but.....

This forum is for questions and discussion of all the aspects of handling and cleaning up your footage with Avisynth.
Locked
sungod93
Joined: Fri Mar 28, 2008 1:59 am
Location: Australia
Org Profile

Found a way to remove blended frames in PAL Footage but.....

Post by sungod93 » Fri Apr 04, 2008 7:52 pm

I found a way to completely remove the blended frames in the PAL version of: "The Melancholy of Haruhi Suzumiya" although i have no idea how to remove these frames. I know where every blend occurs but i havent got a clue of a script that could let me choose the Non-blended frames.


These are the frames which are non-blended in which i want to select:




Code: Select all

0  ,  3 ,  5,  6,   7,   8,
10, 13, 15, 16, 17, 18,
20, 23, 25, 26, 27, 28,
30, 33, 35, 36  37, 38,
40, 43, 45, 46  47, 48,


Any help on this would be much appreciated


Thanks

sungod93
Joined: Fri Mar 28, 2008 1:59 am
Location: Australia
Org Profile

Post by sungod93 » Mon Apr 07, 2008 3:59 am

Is there anyway i can implement this into some kind of code for avisynth because this is an occuring pattern for each second.

Btw I doubled the framerate by using a TDeint(Mode=1)

then looked for the blended frames in the first second and then went to random seconds on the dvd to find out if they matched

and guess what they do. Its basically just a sequence of blended frames.



By the way this for the PAL Region 4 Madman Version of "The Melancholy of Haruhi" DVD

User avatar
Zarxrax
Joined: Sun Apr 01, 2001 6:37 pm
Contact:
Org Profile

Post by Zarxrax » Mon Apr 07, 2008 5:03 am

Look into the SelectEvery() function.

Locked

Return to “AviSynth Help”