digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   Avisynth: Help with double-hard telecine ? (http://www.digitalfaq.com/archives/avisynth/14596-avisynth-double-hard.html)

tengo6dedos 08-20-2008 01:46 PM

Help with double-hard telecine ?
 
hello

I have this source and i think is double hard telecine but im not sure, i tried forcing with dgindex then i tried a simple:

Telecide()
Decimate()

but sill got some interlaced frames, i also read that anime is a bit difficult to treat when having this issue so im better askin


here is a sample
http://www.mediafire.com/download.php?40x4nkeq15y



thanks a lot for your help

Dialhot 08-21-2008 01:00 PM

I first tried this :
Code:

DGDecode_Mpeg2Source("D:\Mes KVCD\atado.d2v")
tfm()
tdecimate(mode=1,hybrid=1)

That gives good results (no more combed frames), but according to the TIVTC documentation (where tmf and tdecimate functions are implemented), the correct qay to deal with an anime should be :
Code:

DGDecode_Mpeg2Source("D:\Mes KVCD\atado.d2v")
tfm(d2v="D:\Mes KVCD\atado.d2v")
tdecimate(mode=1,hybrid=1)

Unfortunately this one give me an error, as tfm does not understand the d2v. So I looked for a more recent version of the plugin and I found this on doom9 :
AnimeIVTC() - No more blends, jerky movement, residual combing nor jagged edges!
This script should solve all your issues.

Note: è divertendo intendere un japanime in italiano :lol:

tengo6dedos 08-21-2008 04:45 PM

thanks, ill try tfm() which plugin is that?

I also found AnimeIVTC before asking but when doin this:

AnimeIVTC(mode=2,aa=3,killbomc=2)

..plus some filtering gave me 0.3 fps :(


in the AnimeIVTC guide the guy says he recomend to do a lossless rendering pass with this function alone because is very slow, but i dont think is gettin any better in my w.c. computer


finally since we here :lol: ..what kind of filterin aiming for compression would you use in this one?



thanks
saluts

Dialhot 08-21-2008 06:31 PM

As I said, the plugin is TIVTC and you will find it on doom9 too (or you can find my avisynth dir as usual here :
www.kvcd.net/downloads/Avisynth_All_Plugins.rar
But as I said, my version is old.

I don't do a lot of anime but some classic cartoons like Disney, I generally use Dup() on them.
Code:

Dup(Threshold=3,maxcopies=3,blend=false)

tengo6dedos 08-29-2008 01:30 PM

yes, dup helps removing duplicates but i fear that audio sync may go off, is that correct?

Dialhot 08-29-2008 04:12 PM

It does not remove duplicates, it replace row of image that are very close by several intances of the same frame. This way the compression is better.

tengo6dedos 09-02-2008 12:04 PM

thanks for the info!


All times are GMT -5. The time now is 02:45 AM  —  vBulletin © Jelsoft Enterprises Ltd

Site design, images and content © 2002-2024 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2024 Jelsoft Enterprises Ltd.