digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   want to make KDVD-352x480-Half-D1-NTSC (http://www.digitalfaq.com/archives/encode/13050-want-make-kdvd.html)

nicksteel 12-17-2004 01:36 PM

want to make KDVD-352x480-Half-D1-NTSC
 
I want to make KDVD-352x480-Half-D1-NTSC for Spongebob analog captures with PVR-250. Could someone recommend script they are happy with?

Thanks, and HAPPY CHRISTMAS EVERONE.

NickSteel

the viking 12-17-2004 02:20 PM

You can try this one:
Quote:

LoadPlugin("C:\programfiler\AviSynth 2.5\plugins\Cnr2.dll")
LoadPlugin("C:\programfiler\AviSynth 2.5\plugins\Removegrain.dll")
AVISource("D:\cat\Video 2.avi",pixel_type="YUY2")
AssumeTFF()
Bob(0,0.5)
Cnr2()
RemoveGrain(mode=2)
TemporalSoften(2,4,5,15,2)
LanczosResize(704,560,10,8,748,558)#Replace with your own values!
AddBorders(8,8,8,8 )#Replace with your own values!
ConvertToRGB24() # For TMPGEnc or VFAPI
SeparateFields()
SelectEvery(4,1,2)#(4,0,3) for bottom field first
Weave()

This script is for interlaced encoding,
made by Boulder!

I get great results from it,so give it a try.

-------------------
viking

nicksteel 12-17-2004 03:32 PM

Thanks.


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