An annoying little problem
- Krisqo
- Cooking Oil
- Joined: Mon Jul 07, 2003 1:22 pm
- Status: W.O.A (Waiting on Aion)
- Location: Moderating the Adobe Forums
An annoying little problem
I've been working with the "Kaleido Stage" dvds and most of the episodes are easy to handle; however, some have this strange blending (I think that's what it is.) Anyway, when converting to *.avi, it is noticible and annoying as hell. I've deinterlaced as though it were Mostly FILM and Mostly Pure Interlaced and both turn up the same problem. I have included a screenshot of the problem along with my AVISynth code. If anyone can explain what is going on here, I'd greatly appreciate it.
<a href="http://www.geocities.com/c_ruhljr/">Screenshot</a> Directs to Yahoo GeoCities Page
<a href="http://www.geocities.com/c_ruhljr/">Screenshot</a> Directs to Yahoo GeoCities Page
- guy07
- Joined: Mon Sep 08, 2003 1:28 pm
- Status: Back in beard.
- Location: T.O.
- Krisqo
- Cooking Oil
- Joined: Mon Jul 07, 2003 1:22 pm
- Status: W.O.A (Waiting on Aion)
- Location: Moderating the Adobe Forums
I did. Hell I have them printed and in a binder right next to my computer. I'm not some nOOB. I paged through them over and over and it says nothing about this with hybrid footage (as far as i can see) that is mostly pure interlace. I've tried it with the following codes and the result is the same:
Telecide(order=1)
Decimate(cycle=5,mode=3, threshold=1.0)
---
Telecide(order=1,post=4)
Decimate(mode=1,threshold=1.0)
---
LoadTDeint()
TDeint(mode=1,order=1)
BlendBob()
I'm starting to wonder if it is just a thing with the animation. Either way, it tends to be jerky as hell.
Telecide(order=1)
Decimate(cycle=5,mode=3, threshold=1.0)
---
Telecide(order=1,post=4)
Decimate(mode=1,threshold=1.0)
---
LoadTDeint()
TDeint(mode=1,order=1)
BlendBob()
I'm starting to wonder if it is just a thing with the animation. Either way, it tends to be jerky as hell.
- guy07
- Joined: Mon Sep 08, 2003 1:28 pm
- Status: Back in beard.
- Location: T.O.
- Krisqo
- Cooking Oil
- Joined: Mon Jul 07, 2003 1:22 pm
- Status: W.O.A (Waiting on Aion)
- Location: Moderating the Adobe Forums
I'll have to check that one. I didn't touch it and all my setting are for 29.97fps. DGIndex also said 29.97 for this episode. If worse comes to worse, I guess I can use Photoshop Elements and remove the frames with the blending. But I've had this happen with other DVDs as well, namely the SoulTaker.guy07 wrote:jerky? maybe it's the frame rate
Could it be the strange mixture of Progressive and Interlaced footage in a single ep? Kaleido Star eps 1-5 averages about 55-70% Interlaced according to DGIndex, but the the other 21 are 100% interlaced. I don't see why only some eps are hybrid and others are Telecined.
- Zarxrax
- Joined: Sun Apr 01, 2001 6:37 pm
- Contact:
You should not set decimate to 2. This is completely incorrect and is not the way to solve your problem. The screenshot you showed looks like just regular blending artifacts from deinterlacing. The blending also possibly exists in the source, but I doubt it. Try setting post=0 and see if the blending becomes interlacing.
- Zarxrax
- Joined: Sun Apr 01, 2001 6:37 pm
- Contact:

