Log in

View Full Version : How do I decimate in avisynth 2.5?


angelyote
24th November 2002, 04:34
Hi all,

I am anxious to begin using avisynth 2.5 for my anime encoding. I've got most of the filters I like to use (thanks MarcFD) and I can use TomsMoComp for deinterlacing but what can I use to go from 29.97 fps to 23.96 fps?

I'm not very familiar with TomsMoComp but couldn't find anything suggesting it does any sort of frame deletion. Decomb and Dup aren't available for 2.5 yet either, as far as I know.

Thanks for your help,
Dave

Fenris
24th November 2002, 06:12
DoubleWeave
Pulldown(0,3)

I don't know if it will work correctly or if you'll have to deinterlace before or after. I haven't tryed it myself but it's worth a shot.

angelyote
24th November 2002, 07:21
Thanks for the idea.

It didn't really work in this case because it's one of those creative animes that likes to throw in 60fps here and there and chucks all rhyme and reason out the window when it comes to interlacing.

It's hellsing for anyone interested.

I will now wait patiently for Mr. Graft to release decomb :)

Dave

trbarry
24th November 2002, 07:49
I haven't experimented with it a lot but I think turning on Force Film works in DVD2AVI/MPEG2DEC if you are using those.

I've also been toying with the idea of writing a newer YV12 version of something like GreedyHMA or Decomb but likely won't have it soon.

- Tom

Guest
1st December 2002, 03:56
The Decimate filter of Decomb is now working in YV12. Please see this thread:

http://forum.doom9.org/showthread.php?s=&threadid=39283

angelyote
1st December 2002, 06:02
Thanks for all the responses guys.

I'm all over decimate now that we're blessed with it.

Dave