digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   KVCD: TOK gives error (and what about several instead of 1 file) (http://www.digitalfaq.com/archives/encode/3283-kvcd-tok-error.html)

tony12 04-16-2003 01:37 PM

TOK gives error (and what about several instead of 1 file)
 
Hello everybody,

I have 2 questions:

1: In most documentations they are decoding 1 file from .avi to KVCD. What if i have 3 or more. In the several programs to use are so many options (one more difficult than the other) ,it's a lot to cope with for a newbie.

2: I've used Visual dub, Headac3he, everything goes well. then I use the avisynth script (edited the paths ofcourse) and saved the script. The started TOK and loaded the needed files. But when i start Tok i get a error-message :"The resolution of the video is illegal". The file information returned by Virtual dub states that resolution is 352x288 (25fps). But
the log file of TOK returns : "Resolution (fps):1260x56 (24,000 fps)".

Can anyone tell me what i'm doing wrong
Thanks,

Kane 04-16-2003 02:32 PM

1. if you have 3 avi files you can either join them to one file oder do the encoding 3 times.

2. i think the best method to do a script is using moviestacker

can you post your script?

tony12 04-18-2003 03:10 AM

This was my script TOK which gave problems:

#==============================================#
# -= AviSynth script by MovieStacker v1.1.1 =- #
#==============================================#

LoadPlugin("C:\MIJN DOCUMENTEN\KVCD\MOVIESTACKER_V1.1.1\MOVIESTACKER\F ilters\MPEG2Dec.dll")
LoadPlugin("C:\MIJN DOCUMENTEN\KVCD\MOVIESTACKER_V1.1.1\MOVIESTACKER\F ilters\TemporalCleanerOld.dll")
LoadPlugin("C:\MIJN DOCUMENTEN\KVCD\MOVIESTACKER_V1.1.1\MOVIESTACKER\F ilters\GripFit_preview.dll")
LoadPlugin("C:\MIJN DOCUMENTEN\KVCD\MOVIESTACKER_V1.1.1\MOVIESTACKER\F ilters\DustV5.dll")
LoadPlugin("C:\MIJN DOCUMENTEN\KVCD\MOVIESTACKER_V1.1.1\MOVIESTACKER\F ilters\LegalClip.dll")

AviSource("I:\flaskOut1.avi"
LegalClip()
GripCrop(352, 240, overscan=1, source_anamorphic=false)
GripSize(resizer="BilinearResize")
SpaceDust()
TemporalCleaner(ythresh=2, cthresh=3)
GripBorders()
LegalClip()

Kane 04-18-2003 03:21 AM

)script looks good, except one thing

AviSource("I:\flaskOut1.avi")

you just forgot the ) at the end of the line


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