
Well, I bought the Elfen Lied Box Set over the weekend and I was experimenting around with the filtering for 3-4 hours last night, but not with much luck. I'll start off with my question first. DGIndex is telling me that my source is interlaced, and I can clearly see that the opening and closing are definitely interlaced. However, even when testing it out in the middle of the episode, I get the same answer, but instead there appears to be no interlacing whatsoever even when I scroll through it frame-by-frame. According to here I have a situation 3, "Progressive footage encoded as 'interlaced'." How should I handle this? Do I use a de-interlace script even though I wouldn't be using the opening and closing?
Now, the quality issues. Before touching the source I can see that it needs some sharpening and deen for the noise. Here is my script:
Code: Select all
MPEG2Source("C:\Documents and Settings\Desktop\elfenliedrip\elfenliedep1d2v.d2v",cpu=4)
Converttoyv12()
crop(4,0,-4,0)
lanczosresize(848,480)
Deen("w3d",3,3,5)
undot()
vmToon(strength=24)
LimitedSharpenFaster(strength=95)
gradfun2db()
But anyway, when adding the filters new problems are introduced or rather, show up more clearly. I have some shimmering lines in some scenes, the darker scenes have a lot of circles, I have gradients in places... the dark scenes look pretty bad. The gradfun2db() didn't touch any of the problems I thought it would. The pictures below are some example pictures (only Episode 1 because that's currently the only project I have ripped). The pictures on the top and bottom are both the same; The top one is just there with red circles to show the problem areas in the one below it:
Picture 1
Picture 2
Picture 3
Picture 4
Picture 5 (Contains blood and some nudity)
When you click to make them larger, you will see all the circles and problems better.
I also noticed just now that some red colors have lines near the edges and I am not sure if it could be considered "bad chroma". Example:
Bad Chroma?
Any help will be greatly appreciated. If you see any other problems that could be fixed or just anything that could look better in general, please, please mention it. I've been using the same scripts over and over and very sparingly (and very few!). I really need to learn more and I really want to buckle down on visual quality.
Thanks.
