Quantcast Avisynth: Help with Double-Hard Telecine ? - digitalFAQ.com Forums [Archives]
  #1  
08-20-2008, 01:46 PM
tengo6dedos tengo6dedos is offline
Free Member
 
Join Date: Mar 2008
Location: Tierra del Fuego, Chile
Posts: 121
Thanks: 0
Thanked 0 Times in 0 Posts
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
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Site Staff / Ad Manager
 
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #2  
08-21-2008, 01:00 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
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
Reply With Quote
  #3  
08-21-2008, 04:45 PM
tengo6dedos tengo6dedos is offline
Free Member
 
Join Date: Mar 2008
Location: Tierra del Fuego, Chile
Posts: 121
Thanks: 0
Thanked 0 Times in 0 Posts
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 ..what kind of filterin aiming for compression would you use in this one?



thanks
saluts
Reply With Quote
  #4  
08-21-2008, 06:31 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
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)
Reply With Quote
  #5  
08-29-2008, 01:30 PM
tengo6dedos tengo6dedos is offline
Free Member
 
Join Date: Mar 2008
Location: Tierra del Fuego, Chile
Posts: 121
Thanks: 0
Thanked 0 Times in 0 Posts
yes, dup helps removing duplicates but i fear that audio sync may go off, is that correct?
Reply With Quote
  #6  
08-29-2008, 04:12 PM
Dialhot Dialhot is offline
Free Member
 
Join Date: May 2003
Posts: 10,463
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
  #7  
09-02-2008, 12:04 PM
tengo6dedos tengo6dedos is offline
Free Member
 
Join Date: Mar 2008
Location: Tierra del Fuego, Chile
Posts: 121
Thanks: 0
Thanked 0 Times in 0 Posts
thanks for the info!
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Fixing bad telecine job? J-Wo Video Encoding and Conversion 11 07-19-2004 07:57 AM
Fields to Frames and Telecine with AVISynth? The Alvinator Avisynth Scripting 26 12-13-2003 11:02 AM
Avisynth: Double converson for better quality? MrTibs Avisynth Scripting 9 10-29-2003 04:32 PM
DVD2AVI: Double speed playback Yoda Video Encoding and Conversion 9 01-22-2003 05:41 PM
KVCD: Which template to use? how to double Frameserve? Bigswaffo Video Encoding and Conversion 2 12-07-2002 04:58 PM

Thread Tools



 
All times are GMT -5. The time now is 04:53 PM  —  vBulletin © Jelsoft Enterprises Ltd