digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Capturing / Recording (http://www.digitalfaq.com/archives/capture/)
-   -   Recording Video with Smoothdeinterlace? (http://www.digitalfaq.com/archives/capture/8411-recording-video-smoothdeinterlace.html)

mikcek 03-01-2004 08:59 AM

Recording Video with Smoothdeinterlace?
 
Hello,
I try to convert .avi from a DV source using optimal script MA but AVisinth gives me this error 'not found smoothdeinterlace...'
I dont' know if this is a plugins, and if it is that where I can found it?
there is other think to know about this script?
(I have to download other plugins?

sorry for my ignorance

:cry:

Dialhot 03-01-2004 09:12 AM

Re: smoothdeinterlace
 
Quote:

Originally Posted by mikcek
Hello,
I try to convert .avi from a DV source using optimal script MA but AVisinth gives me this error 'not found smoothdeinterlace...'
I dont' know if this is a plugins, and if it is that where I can found it?
there is other think to know about this script?
(I have to download other plugins

Almost all plugins can be found there :
http://www.avisynth.org/warpenterprises/

If you not find the one you need, just ask here :-)

mikcek 03-01-2004 09:27 AM

just an other question:
can you (please!)
explain these lines, for the usage of MA script?
usage:
# import (convert60ito24p.avs)
# loadplugin(your 60fps deinterlacer like dgbob or tomsbob)
# xxxsource("clip")
# your60fpsdeinterlacer()
# convert60ito24p(2,0)
thanks!

Dialhot 03-01-2004 09:29 AM

Sorry, I do not do any interlaced material.

:arrow: Incredible ? Or kwag ? Please !

Peter1234 03-01-2004 05:41 PM

mikcek,
Those are just comments. Anything with a # starting the line is a comment.

incredible 03-01-2004 06:34 PM

Very easy as you got a DV Avi, your lines should be like this:

Code:

Avisource("C:\ThePath\To\Yourdvsource.avi")
Smoothdeinterlace(doublerate=true,blend=false).Selectodd()
convert60ito24p(2,0)

Befor running this :arrow: "Smoothdeinterlace.dll" and the 60ito24p funktion (function copied to an empty textdocument and safe into the Avisynth PluginsFolder using the .avsi suffix) ... should be both in the Avisynth 2.5 Plugins Folder!

By this you don't need the Import- and LoadPlugin-Lines like you quoted above.


All times are GMT -5. The time now is 12:47 PM  —  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.