I have an AVI file, 29.97 fps.
I'd like to IVTC it in Avisynth.
It's animation, and stepping through it I see a pattern:
1, 2, 3, 4, 4/5, 5, 6, 7, 8, 8/9 ....
where 4/5 is a blend of frames 4 and 5.
How can I remove the blended frames?
I usually use :
Telecide()
Decimate()
But I can't find any options to delete blends; just duplicates.
A 5MB sample : https://www.yousendit.com/download/WnBSR0labWdCTW1Ga1E9PQ
(new link)
And some frames below: foot.png
+ Reply to Thread
Results 1 to 14 of 14
-
-
Originally Posted by guns1inger
(eg 8739, 8744, 8749....... 26553, 26558....)
so it would get out of step.
I've looked at the TIVTC package, and can get it to recognise these frames as "combed".
ShowCombedTIVTC(display=0,MI=4)
Will flag these frames.
There should be a way to use this in the matching TFM andTDecimate functions, struggling with the documention now. -
When you mean "blended frames" in that pattern, do you mean they're blurred together or they look "interlaced" together?
Nevertheless, these will work:
If the 2 out of 5 frames appear "interlaced":
tfm()
tdecimate()
If the 2 out of 5 frames appear blurred you can use this:
tdecimate(cycleR=1)
But to get more efficiency in eliminating blurred blended frames use a plugin like "unblend" and the following in your script:
LoadPlugin("plugins directory path"\unblend.dll)
bob()
unblend()
tdecimate(cycleR=3)
All encodes will generate a resultant frame rate of 23.796fps.
I'm certain if Jagabo is reading this we will get a better solution.I hate VHS. I always did. -
-
Originally Posted by PuzZLeR
And the pattern is 1 in 5, not 2.
tfm()
tdecimate()
If the 2 out of 5 frames appear blurred you can use this:
tdecimate(cycleR=1)
But to get more efficiency in eliminating blurred blended frames use a plugin like "unblend" and the following in your script:
Zero documentation for that, so can't tweak it. -
Originally Posted by Soopafresh
It reduces the framerate to 12.5, which is probably the original rate.
(So I'll make it PAL.)
It removes most blended frames, but not all.
Possibly I can work out its parameters and tune it, but it's already the best method so far. -
Originally Posted by jagabo
But I noticed a few parts were 1,2,3,4,4/5, where the background scrolled past (as in the sequence I made the images of above). I mentioned that as the most general case, as I wasn't trying to get the lowest fps, just film (or PAL, as it happens).
Not sure how SRestore handled that, it's rather a black box.
It did discard a few "good" frames, but I can accept that.
I'm scanning through the Doom9 thread to see if I can get an idea of how to use it properly.
I noticed an "frate" option, which seems to be output fps. -
Ah, now I see it.
I thought you were pointing out a pattern where 2 frames out of 5 are interlaced/blurred (which would be too easy). I didn't realize that when you mentioned 4/5 and 8/9 you actually meant that as a separate stand-alone frame.
I’m glad you’re on your way.I hate VHS. I always did. -
Guys, check your modems. If you don't have them turned on, turn on your modem lights. I would suggest you always have them on so you know what's going on. That website is a nasty web site. It refuse to let go of my pc and keeps sending me stuff. You guys w/ fast modems is prob too late..it installed whatever it might have installed w/out you knowing about it. suggest you run your virus/worm/trojan scanners soon as you are able. Me..I can't get free of it. I stopped all comm ports via my firewall for the last 5 minutes, and as soon as I turned it back on, its accessing my ports again. Maybe a worm. I don't know. So, I have to shut down..I'm beat at this..See you guys around..
-vhelp 5002 -
Originally Posted by vhelp
I'll guess it's the Badongo link. I have a firewall, block popups, etc, so maybe it tried and failed.
And I monitor my network too, nothing suspicious is going on.
Anyway, I'll remove the original link, I mirrored it to Yousendit, which is pretty legit:
https://www.yousendit.com/download/WnBSR0labWdCTW1Ga1E9PQ -
Not all sites have a perfect record. Anyway. when I received the following popup, naturally I got worried:
Kaspersky Anti-Hacker
(!) unable to switch to/from stealth mode
I wasn't acusing you, just the website, so I felt it was necessary to inform the members, just in case, thats all. From my desktop, I seem to be all right, no strange hapenstances or anything, so far
. . .
Anyway, I'll remove the original link, I mirrored it to Yousendit, which is pretty legit:
-vhelp 5003 -
Originally Posted by vhelp
But sites can go evil, or get hacked, so caution is always in order.
Similar Threads
-
Blend and fade help
By ArcheKruz in forum EditingReplies: 12Last Post: 29th Jul 2011, 04:24 -
VirtualDub Deinterlace Filter yadif vs blend
By kreg in forum Capturing and VCRReplies: 1Last Post: 22nd Jul 2011, 12:42 -
Haali Media Splitter performing blend deinterlace...?
By genak in forum Newbie / General discussionsReplies: 1Last Post: 21st Jun 2011, 06:32 -
is it possible to do blend mode to color like photoshop? in avisynth or vd
By kopmjj in forum RestorationReplies: 6Last Post: 24th Apr 2010, 09:28 -
Can this blend be fixed?
By alcOre in forum Newbie / General discussionsReplies: 8Last Post: 20th Jun 2009, 13:02