N_F
24th February 2003, 10:48
I recently ran into some problems while trying to encode a movie (Superman I, PAL Region 2).
It seems to be of the type hakko504 refers to as "the ugly" in the IVTC tutorial. Here's what he says:
THE UGLY: DVDS CONVERTED FROM NTSC TO PAL. These are very common among cheap DVDs. Usually they are created by blending two nearby frames into one new, in a manner that removes 1 frame in 6 (30->25fps). These look really bad and they are a PITA to work with. My solution is usually to let Telecide(post=true, blend=false) remain in the script. This will actually remove some of the worst ghosting. Then I add some form of SPATIAL smoothing. Temporal will only add to the ghosting and should be avoided at all cost in this kind of rips. If you think it looks too blurry, then try some sharpening, but be aware that this might enhance the edges of the ghost images, while at the same time remove the rest of the ghost, and you might not like the result.
I've tried just about everything in decomb I can think of without any success. It seems to be deinterlaced quite nicely (but not perfect!), but the ghosting is just ridiculous. I've tried using a spatial smoother as hakko504 recommends, but the only smoother I'm familiar with is C3D which also is temporal (which hakko504 strongly recommends against). The one I have tried is Avisynth's Spatialsoften, but there aren't any recommendations and it's damn hard finding good values when you have no idea what you're doing (should the radius be big or small for best quality for instance? I'd appreciate it if someone have some values to recommend).
NOTE: I wrote this post in notepad a few days ago (I didn't have access to internet for a few days) but I have later realised I shouldn't have to use a deinterlacer at all. The movie is in 2.35 AR, so my final vertical resolution will be less than 288 (probably 272). This should indirectly be the best possible deinterlacer, right?
You can download a short 6s clip here (it's in DivX 5.03, but ffdshow should be able to decode it) where the problem is very obvious: http://www.freewebs.com/franic/clip.avi
If any experienced users can download this clip and see if you can do anything about it I'd be very thankful.
You can work from this or create your own from scratch
avisource("clip.avi")
crop(4, 72, -6, -70)
lanczosresize(640, 272)
To sum it up:
1. I shouldn't have to use a deinterlacer since my vertical resolution is below 288, correct?
2. What can I do about the ghosting? Any spatial smoother that is considered "the best" that may do the trick?
3. Anything else you can think of.
Edit: Can you download the clip fine? I seem to be getting an extremely low speed when I try it myself.
It seems to be of the type hakko504 refers to as "the ugly" in the IVTC tutorial. Here's what he says:
THE UGLY: DVDS CONVERTED FROM NTSC TO PAL. These are very common among cheap DVDs. Usually they are created by blending two nearby frames into one new, in a manner that removes 1 frame in 6 (30->25fps). These look really bad and they are a PITA to work with. My solution is usually to let Telecide(post=true, blend=false) remain in the script. This will actually remove some of the worst ghosting. Then I add some form of SPATIAL smoothing. Temporal will only add to the ghosting and should be avoided at all cost in this kind of rips. If you think it looks too blurry, then try some sharpening, but be aware that this might enhance the edges of the ghost images, while at the same time remove the rest of the ghost, and you might not like the result.
I've tried just about everything in decomb I can think of without any success. It seems to be deinterlaced quite nicely (but not perfect!), but the ghosting is just ridiculous. I've tried using a spatial smoother as hakko504 recommends, but the only smoother I'm familiar with is C3D which also is temporal (which hakko504 strongly recommends against). The one I have tried is Avisynth's Spatialsoften, but there aren't any recommendations and it's damn hard finding good values when you have no idea what you're doing (should the radius be big or small for best quality for instance? I'd appreciate it if someone have some values to recommend).
NOTE: I wrote this post in notepad a few days ago (I didn't have access to internet for a few days) but I have later realised I shouldn't have to use a deinterlacer at all. The movie is in 2.35 AR, so my final vertical resolution will be less than 288 (probably 272). This should indirectly be the best possible deinterlacer, right?
You can download a short 6s clip here (it's in DivX 5.03, but ffdshow should be able to decode it) where the problem is very obvious: http://www.freewebs.com/franic/clip.avi
If any experienced users can download this clip and see if you can do anything about it I'd be very thankful.
You can work from this or create your own from scratch
avisource("clip.avi")
crop(4, 72, -6, -70)
lanczosresize(640, 272)
To sum it up:
1. I shouldn't have to use a deinterlacer since my vertical resolution is below 288, correct?
2. What can I do about the ghosting? Any spatial smoother that is considered "the best" that may do the trick?
3. Anything else you can think of.
Edit: Can you download the clip fine? I seem to be getting an extremely low speed when I try it myself.