digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   352x480 MPEG-2 to 352x240 VCD conversion ? (http://www.digitalfaq.com/archives/encode/13299-352x480-mpeg-352x240.html)

nicksteel 02-07-2005 07:44 AM

352x480 MPEG-2 to 352x240 VCD conversion ?
 
I have TV captures of Spongebob (450 min.) that I want to convert to vcd for DVD burn. I captured the originals at 720x480 MPEG2 12.0MB/sec(CBR) with a PVR-250. Processed originals with KDVD half with the following AVS:

Mpeg2Source("H:\bob\bob52\bob52.d2v")

AssumeTFF()
Bob(0,0.5)
Cnr2()
RemoveGrain(mode=2)
TemporalSoften(2,4,5,15,2)
LanczosResize(320,432,4,0,712,480)
AddBorders(16,24,16,24)
ConvertToRGB24() # For TMPGEnc or VFAPI
SeparateFields()
SelectEvery(4,1,2)#(4,0,3) for bottom field first
Weave()

I wish to fit onto 1 DVD with CQMatic and will have to reencde as KVCD (sound on MPG's is already 48,000). I have merged the 20 seperate MPG's to one with Womble and created D2V with DVD2AVI.

:?: Which KVCD template should I use? I'm now trying with KVCD-CQ-352x240-_NTSCFilm_-PLUS.mcf at 29.97 and GOP 18 (for DVD).

:?: What would be a good avs deinterlacing script?

So far, I trying:


Mpeg2Source("H:\bob\womble.d2v")
Limiter()
FieldDeinterlace(full=true, threshold=20, dthreshold=7, blend=true, chroma=false, show=false)
GripCrop(352, 240, overscan=2, source_anamorphic=false)
GripSize(resizer="BicubicResize")
STMedianFilter(8, 32, 0, 0)
ConvertToYUY2()
FaeryDust(limit=2)
UnFilter(50, 50)
MergeChroma(blur(1.5))
MergeLuma(blur(0.2))
Convolution3D(preset="movieLQ")
DctFilter(1, 1, 1, 1, 1, 1, 0.5, 0)
GripBorders()
Limiter()

EDIT:

:D Never mind, this worked out ok.


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