digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   KVCD: Error in my script - Unrecognized exception? (http://www.digitalfaq.com/archives/encode/3568-kvcd-error-script.html)

bman 05-11-2003 10:50 AM

Maybe somthing wrong with installer ?!
If so - Do it yourself - U can manage it ya :D
bman

jorel 05-11-2003 04:55 PM

thanks bman,
you know,i'm not too inteligent like you all,
i only "speak too much",or better:
ask too much!
:lol:

irshliquor 05-11-2003 05:50 PM

Quote:

Originally Posted by bman
@ irshliquor
It's simple : This Avisynth error means that version u are working with dosn't support this filter :D
Check what Avisynth version u are working with and upgrade it to v2.08 or v2.5* but first delete all Avisynth.dll files from windows\system32 folder .
Hope this'll help
bman

i'm using avisynth 2.08 and the line that it says is my problem (line 7) is the line for mpeg2source...but i can't see any problems with it...

irshliquor 05-11-2003 05:55 PM

Quote:

Originally Posted by jorel
Quote:

Originally Posted by irshliquor
still no luck :(

where are the

mergechroma.dll
and
mergeluma.dll
in
D:\VCD\Movie Stacker\Filters\..... :?:
on the script?

:?:

they're in d:\vcd\movie stacker\filters\

irshliquor 05-11-2003 05:57 PM

here's the first lines from my .d2v file:

DVD2AVIProjectFile
8
44 C:\CATCH_ME_IF_YOU_CAN\VIDEO_TS\VTS_01_1.VOB
44 C:\CATCH_ME_IF_YOU_CAN\VIDEO_TS\VTS_01_2.VOB
44 C:\CATCH_ME_IF_YOU_CAN\VIDEO_TS\VTS_01_3.VOB
44 C:\CATCH_ME_IF_YOU_CAN\VIDEO_TS\VTS_01_4.VOB
44 C:\CATCH_ME_IF_YOU_CAN\VIDEO_TS\VTS_01_5.VOB
44 C:\CATCH_ME_IF_YOU_CAN\VIDEO_TS\VTS_01_6.VOB
44 C:\CATCH_ME_IF_YOU_CAN\VIDEO_TS\VTS_01_7.VOB
44 C:\CATCH_ME_IF_YOU_CAN\VIDEO_TS\VTS_01_8.VOB

Stream_Type=1,0,0
iDCT_Algorithm=2
YUVRGB_Scale=1
Luminance=128,0
Picture_Size=0,0,0,0,0,0
Field_Operation=0
Frame_Rate=29970
Location=0,0,7,2AB59

jorel 05-11-2003 06:11 PM

Quote:

Originally Posted by irshliquor
Quote:

Originally Posted by jorel
Quote:

Originally Posted by irshliquor
still no luck :(

where are the

mergechroma.dll
and
mergeluma.dll
in
D:\VCD\Movie Stacker\Filters\..... :?:
on the script?

:?:

they're in d:\vcd\movie stacker\filters\

right, but where in the script? :?
your script:
LoadPlugin("D:\VCD\Movie Stacker\Filters\Mpeg2Dec.dll")
LoadPlugin("D:\VCD\Movie Stacker\Filters\GripFit_preview.dll")
LoadPlugin("D:\VCD\Movie Stacker\Filters\Unfilter.dll")
LoadPlugin("D:\VCD\Movie Stacker\Filters\LegalClip.dll")
LoadPlugin("D:\VCD\Movie Stacker\Filters\Sampler.dll")
LoadPlugin("D:\VCD\Movie Stacker\Filters\STMedianFilter.dll")
mpeg2Source("C:\CATCH_ME_IF_YOU_CAN\VIDEO_TS\prf.c atch.me.if.you.can.d2v")

try put this in the script:
LoadPlugin("D:\VCD\Movie Stacker\Filters\MergeChroma.dll")
LoadPlugin("D:\VCD\Movie Stacker\Filters\MergeLuma.dll")
:wink:
try it!
ovg64 and bman posted that avisynth208 install this dlls but
no one dll was intaled in my system,
only avisynth.dll in system folder,nothing more!
i download and unzip the files,then work!

ps:
the first lines from your .d2v file seems ok!
:!:

irshliquor 05-11-2003 06:16 PM

nope, didn't work...same thing. i'm starting to get frusturated. I might uninstall all my stuff and reinstall it all

ovg64 05-11-2003 06:45 PM

Irishliquor, right unistall and reinstall avisynth but before you do that if you have a software like Norton Utilities Win Doctor , you can safelly fix your register from programs you had in the past and had problems with this way Windows becomes faster and more stable. :D

irshliquor 05-11-2003 06:58 PM

Quote:

Originally Posted by ovg64
Irishliquor, right unistall and reinstall avisynth but before you do that if you have a software like Norton Utilities Win Doctor , you can safelly fix your register from programs you had in the past and had problems with this way Windows becomes faster and more stable. :D

i just formatted and reloaded my system...i don't think there's registry errors, but i could be wrong. I've already tried to uninstall and reinstall avisynth, i'm redoing all the software i use to make KVCDs

Racer99 05-11-2003 09:31 PM

Quote:

Originally Posted by irshliquor
Quote:

Originally Posted by ovg64
Irishliquor, right unistall and reinstall avisynth but before you do that if you have a software like Norton Utilities Win Doctor , you can safelly fix your register from programs you had in the past and had problems with this way Windows becomes faster and more stable. :D

i just formatted and reloaded my system...i don't think there's registry errors, but i could be wrong. I've already tried to uninstall and reinstall avisynth, i'm redoing all the software i use to make KVCDs


The easiest thing to do is to start commenting out filters and resize lines until you only leave the mpeg2Source line.

Then open TMPGEnc 's Environmental settings tab (Options -->Environmental Setting --> VFAPI Plug-in) and make sure that ReadAVS and DVD2AVI Project File Reader are listed.

One other thing:

Quote:

mpeg2Source("C:\CATCH_ME_IF_YOU_CAN\VIDEO_TS\prf.c atch.me.if.you.can.d2v")
I don't know if TMPGEnc or Avisynth likes the naming convention with all the . (periods). Try a regular name.

Racer99

irshliquor 05-11-2003 10:50 PM

ok, how do i get more plugins? i don't have either of those listed; ReadAVS or DVD2AVI Project File Reader. i changed the filename to catch.d2v and had the same problem...but let me know how to add those features to TMPGEnc

Racer99 05-11-2003 11:02 PM

Check out this thread. I think it's the 2nd post down for READAVS.

http://www.kvcd.net/forum/viewtopic.php?t=3320

I would worry about this one first. I don't remember how the DVD2Avi Project File Reader was installed. But TMPGEnc will not work without ReadAVS installed.

Download Link:

http://www.christian-behrens.de/vide...nc-readavs.zip

irshliquor 05-11-2003 11:09 PM

tmpgenc never had a problem before, maybe i need the DVD2AVI one though...because i installed it and it didn't work with the d2v file...

Racer99 05-11-2003 11:20 PM

Check here. I don't know if it truly contains what you need, but it's what TMPGEnc has.

http://www.tmpgenc.net/e_vfapi.html

irshliquor 05-11-2003 11:42 PM

ok, the DVD2AVI Project file reader worked...next question:

Does it normally take longer to encode from a d2v project than an avi source?

irshliquor 05-11-2003 11:56 PM

ok, the DVD2AVI Project file reader worked...next question:

Does it normally take longer to encode from a d2v project than an avi source?

kwag 05-12-2003 12:09 AM

Quote:

Originally Posted by irshliquor
Does it normally take longer to encode from a d2v project than an avi source?

Yes :wink:

-kwag

irshliquor 05-12-2003 12:11 AM

Kwag:

Alot longer?

irshliquor 05-12-2003 12:19 AM

holy bejesus, it's taken 7 minutes to encode 17 seconds of video...is this normal? or maybe my script is screwy, or a setting in ToK or TEMPGenc?

kwag 05-12-2003 12:23 AM

A .d2v encode has to go through vfapi. An AVI encode, goes directly through the AVI CODEC. That's why the .d2v project is slower.

-kwag


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