Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
29th June 2008, 10:48 | #1 | Link |
Registered User
Join Date: Jun 2008
Posts: 8
|
Strange input; ideas?
Hi there. I've been working on a translation for an old anime for some time now, and with the first episode finished it's time to learn how to actually make some pretty encodes.
I've done some reading and tried a bunch of different things with MEncoder and AviSynth, but I haven't really had any luck so far. My input is quite strange. Here's my input: http://tmp.thingmajig.org/ajk_input.avi (30 MB) It's ripped from a PAL DVD (I'm actually subbing it from Dutch to English, so unfortunately there's no other option), the FPS being 25. I tried using AnimeIVTC(), but with every frame being interlaced, I wonder if I should. I used mode=5, but it didn't work out too well. (Some scenes were perfect, others showed the ghosting effect.) So what I'm thinking now is maybe I should just bob everything and make it 50 FPS. Does anyone have a recommendation for me? And is this input as "difficult" as I think it is? Thanks! |
29th June 2008, 11:54 | #2 | Link | |
ffdshow/AviSynth wrangler
Join Date: Feb 2003
Location: Austria
Posts: 2,441
|
Quote:
That being said - I'd either go with NNEDI(field=3) or encoding it interlaced and bobbing on playback (if neccessary) because with all the scratches, the wobbling between the odd and even fields and everything else you probably won't have much chance of field matching and VFRing Alfred and friends anyway... and it's not telecined either, so there's no need to try and IVTC it. np: The Orb - S.A.L.T. (Snow Mix) (Orblivion Versions)
__________________
now playing: [artist] - [track] ([album]) Last edited by Leak; 29th June 2008 at 11:56. |
|
29th June 2008, 16:47 | #3 | Link | ||
Registered User
Join Date: Jun 2008
Posts: 8
|
Quote:
Quote:
Also, I'm gonna go try NNEDI right now. EDIT: well, NNEDI(field=3) didn't have the desired effect. Now the image bops up and down a pixel or so on every frame. It looks very strange. Should I upload an example of the output? EDIT: link above finished uploading, so it can be downloaded now. Last edited by Dada_; 29th June 2008 at 17:00. |
||
29th June 2008, 22:49 | #5 | Link |
Registered User
Join Date: Jun 2008
Posts: 8
|
Just tried using Telecide(). It doesn't look too appealing, in my opinion: http://tmp.thingmajig.org/ajk_telecide_output.png
But maybe this is the best possible interlacing with my input, and I just need to use some AA or other filtering to take care of this? |
30th June 2008, 00:00 | #7 | Link |
ffdshow/AviSynth wrangler
Join Date: Feb 2003
Location: Austria
Posts: 2,441
|
That's strange - it works fine for me...
@Dada_: that up- and down-bobbing is right there in your source, probably introduced when they turned their progressive master into something interlaced for TV. That's also why the picture still looks slightly combed after Telecide() or TFM(). (Also, I had to lower MI to 40 with TFM or it would sometimes match the wrong fields...) If you want to get rid of any combing, use NNEDI(field=1) instead. I don't think you'll lose much details that way with this source... np: The Orb - Secrets (Orblivion Remastered)
__________________
now playing: [artist] - [track] ([album]) |
30th June 2008, 07:08 | #8 | Link | ||
Registered User
Join Date: Jun 2008
Posts: 8
|
Quote:
Code:
AviSource("c:\avisynth\input.avi") loadPlugin("C:\Program Files\AviSynth 2.5\plugins\Decomb.dll") AssumeTFF() Telecide(guide=2,post=2,vthresh=1,show=true) Quote:
EDIT: alright, this looks quite a bit better: http://tmp.thingmajig.org/ajk_output_nnedi1.mkv (31 MB). It's still uploading but it should be done a short while after I make this edit. The up-and-down bopping is gone, and the input is a bit less sharp, but there's no ghosting and the image looks quite good now. I'm wondering: is this the best I can do as far as quality goes? The edges still look a little iffy and some sharpening might be nice. I'm probably going to crop it a little bit to get rid of the black bars. I think maybe some anti-aliasing will help as well. And does anyone know if it's possible to compensate for the fact that the entire screen tends to slowly move around a little bit? Last edited by Dada_; 30th June 2008 at 07:38. |
||
1st July 2008, 07:30 | #11 | Link |
Registered User
Join Date: Jun 2008
Posts: 8
|
Alfred J. Kwak: http://en.wikipedia.org/wiki/Alfred_J._Kwak
Many thanks, I'm going to try this when I get home from work tonight! |
1st July 2008, 10:31 | #12 | Link |
Registered User
Join Date: Dec 2002
Location: UK
Posts: 1,673
|
It is field shifted, but even if you correct that, there's another problem.
The film scanner was faulty - that's why the two fields don't match. There's no point using something like telecide which tries to match them - it's not going to work - they consist of the same frame of film, but that physical piece of film moved in the gate between fields, giving images that cannot be matched. The only sensible approach (unless you want to correct for the film gate warp!!!) is to dump one of the two fields, and to reconstruct the missing lines using EEDI2 or NNEDI. The strange thing is that MPEG2source hangs with this clip for me - I've never had this problem before. Converting to AVI in VirtualDub leaves ghosted colours that might not be in the original - if they are, that's another challenge. Cheers, David. |
3rd July 2008, 22:33 | #13 | Link | |
Registered User
Join Date: Jun 2008
Posts: 8
|
Quote:
NNEDI already got me some good results. I guess I'll have to drop one of the two fields, then. Do you recommend EEDI2 or NNEDI? Final question: bobbing the input to double the framerate is also inevitably going to cause the "wobbly" effect, right? I've tried bobbing it before and the output kept hopping up and down on every frame. But there's no way to avoid that? (Haven't tried the last suggestion yet since I've been busy, but I will do this very soon.) |
|
4th July 2008, 11:33 | #14 | Link |
Registered User
Join Date: Dec 2002
Location: UK
Posts: 1,673
|
I think the film scanner / telecine machine was faulty or misaligned. Probably ready for a service, or the scrap heap.
EEDI2 or NNEDI? Whichever looks better to you. I use EEDI2 - totally subjective decision. No point bobbing - that keeps both fields, and you must dump one with this faulty source. Cheers, David. |
Tags |
anime, animeivtc, interlaced, problem |
Thread Tools | Search this Thread |
Display Modes | |
|
|