digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Avisynth Scripting (http://www.digitalfaq.com/archives/avisynth/)
-   -   AVISYNTH 2.5 Basics (Virtualdub / TMPGEnc) (http://www.digitalfaq.com/archives/avisynth/7306-avisynth-25-basics.html)

radunn 12-21-2003 12:46 PM

AVISYNTH 2.5 Basics (Virtualdub / TMPGEnc)
 
I've been informed that using Avisynth vs Virtualdub(frame serve) is by far better. for KVCD(s). Can someone give me basic instruction for using Avisynth? I have a captured AVI (640*480). I presume that I would edit the file before using Avisynth; is this correct?

The only help I need at this point is making a script that will deinterlace the captured vid via TMPGEnc (after edited). I've read the Optimal Script forum msgs but haven't found any significant leads as of yet.

In advance, thanks for your help!! :o

incredible 12-21-2003 01:00 PM

You will edit USING avisynth NOT before using Avisynth, thats the purpose ;-)

Well, first take a look at Avisynth.org. Have a beer and read ;-)
(Its very much, thats why you wont end up with only one beer :lol: )

And in case of de-interlacing ... don't let TmpgEnc do this! Also this is a very good job for avisynth.

Search in this forum and you will find some interesting threads (just search for "deinterlacing AND 23.976 AND 29.976" and you'll find some interesting stuff.

Inc.

rendalunit 12-21-2003 11:27 PM

here's your script:

Code:

AviSource("CAPTURE.AVI")

FieldDeinterlace()

Download "decomb.dll" and put it in the PLUGINS directory of avisynth.

You'll need to resize that capture though to make a KVCD that is playable on a standalone :wink:

http://www.avisynth.org


All times are GMT -5. The time now is 08:08 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.