digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   KVCD: Resolution needs to be set between 8x8 and 4088x4088 ? (http://www.digitalfaq.com/archives/encode/7537-kvcd-resolution-set.html)

D-Mouse 01-06-2004 11:01 AM

KVCD: Resolution needs to be set between 8x8 and 4088x4088 ?
 
Thanks for the replies in my previous post :)

I tried the kvcd that was all blue in my player in my mums and it worked fine.

I downloaded another kvcd from supanova and that worked in my dvd player? So my dvd player can definately play kvcds.

I decided to have another go at makin one from scratch and now when i press start in ToK i get this message :

The video resolution is illegal:
>The window size needs to be set between 8x8 and 4088x4088
>The width and hight of the window needs to be a multiple of 8

WTF, i know i'm obviously doing somthing wrong i just don't know what??

I'v been trying to make a kvcd that will work on my player for days and don't wanna just give up because it really would be great to be able to fit any movie on 1 cd.

this is the script i used last time:

#================================================= =====#
# -= 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\BlockBuster.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\UnFilter.dll")
LoadPlugin("C:\Program Files\MovieStacker\Filters\LegalClip.dll")

AviSource("C:\Documents and Settings\Col\Desktop\movies\*****.avi",false)
LegalClip()
GripCrop(352, 240, source_anamorphic=false, dest_anamorphic=true)
GripSize(resizer="LanczosResize")
STMedianFilter(10, 50, 8, 10, 10, 50)
UnFilter(25, 25)
BlockBuster(method="sharpen")
TemporalSmoother(3, 2)
MergeChroma(blur(1.58))
MergeLuma(blur(0.2))
GripBorders()
LegalClip()

Should this script work?? and if so what's with the illegal res message??

this is the kvcd template i'm using (i think)KVCD-CQ-352x288-_PAL_-PLUS.mcf

I'm new at this so sorry for the probably stupid questions, if anyone can help me get this to work i'd be very greatful. THANKS.

CheronAph 01-06-2004 11:07 AM

Open your script with media player 6.4, there should be an error message!

D-Mouse 01-06-2004 11:15 AM

Thanks for your speedy reply, the message from media player is.

load plugin: "c/program fil..../STMedianfilter.dll" is not an avisynth 1.0 plugin

Where can i get the proper plugin??

thanks again

Dialhot 01-06-2004 11:17 AM

Avisynth 1.0 ???

Wich version of avisynrh do you have on your PC ?

D-Mouse 01-06-2004 11:21 AM

when i make a script file that says version and open in mediaplayer it says:

avisynth 2.08 (avisynth.org) 11. mar 2003

strange that, what would make it do that thn?

D-Mouse 01-06-2004 11:33 AM

i took out the lines regarding STMedianfilter. now it's encoding but how do i make the STMedianfilter work.

Dialhot 01-06-2004 11:33 AM

Okay, so the answer for your question is :
Quote:

Where can i get the proper plugin??
http://www.avisynth.org/warpenterprises/

D-Mouse 01-06-2004 12:08 PM

Thanks i'll go there now :crashed:


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