digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   KVCD @ 544x480 = awful? (http://www.digitalfaq.com/archives/encode/7592-kvcd-544x480-awful.html)

Bombero0437 01-09-2004 07:56 PM

KVCD @ 544x480 = awful?
 
has anyone done this DVD yet? I have to encode with SVCD for starters....I used 544x480 = CQ47, 480x480 = CQ54, 352x240 = CQ69. But it looks like ass! the movie is 104 min (i included the pink video at the end)

I also use the old script with 208 avisynth, because i want to use it, i am comfortable with this method and dont want to deviate from it.



any help please, no critisism welcome only advice and actual help wanted.

Dialhot 01-09-2004 08:14 PM

Do you encode full screen or wide screen version ?

Bombero0437 01-09-2004 08:38 PM

thanx dialhot,

i have full screen version, but i need to transfer it to widscreen to make it work...(by the way i personally i prefer wide screen on all my movies)

what do i need to do? here is my script with 480x480 which i want ti use..


#================================================= =====#
# -= AviSynth script by MovieStacker v2.0.0 (beta3) =- #
#================================================= =====#

LoadPlugin("C:\Program Files\MovieStacker\Filters\MPEG2Dec.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\STMedianFilter.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\GripFit_preview.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\UnFilter.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\DctFilter_YUY2.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\LegalClip.dll")

Mpeg2Source("C:\DVD- MOvieZ\Charlies Angels - Full Throttle\C angelz + Pink Video.d2v")
LegalClip()
UnFilter(50, 50)
GripCrop(480, 480, overscan=3)
GripSize(resizer="BilinearResize")
STMedianFilter(8, 32, 0, 0, 8, 32)
TemporalSmoother(1, 2)
MergeChroma(blur(1.5))
MergeLuma(blur(0.2))
DctFilter(1, 1, 1, 1, 1, 1, 0.5, 0)
GripBorders()
LegalClip()

thanx, bombero


All times are GMT -5. The time now is 10:40 PM  —  vBulletin © Jelsoft Enterprises Ltd

Site design, images and content © 2002-2026 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2026 Jelsoft Enterprises Ltd.