digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   Encoding Guide: KVCD For Newbies (http://www.digitalfaq.com/archives/encode/2683-encoding-guide-kvcd.html)

DivXerouS 02-22-2003 05:04 PM

Hmm...I don't even seem to have that folder in my C:\...plus where can I download the .dll's...?

Shouldn't AVISynth Automatically install the .dll's...? downloaded the AviSynth 2.0 Version. :?

kwag 02-22-2003 05:06 PM

Hi DivXerouS,

Download "MovieStacker". All DLL's are included in the package :wink:

-kwag

DivXerouS 02-23-2003 10:46 AM

sorry for the late reply, I've been kinda busy...well anyway, I downloaded MovieStacker as you suggested and looks like a pretty cool program. I also saw your templates which were included with the program, very cool. BUT now here's the problem (yet again) I loaded your KVCDx3 template and saved the script file. Now when I load it up in TMPGEnc, it seems to not respond... Is their a manual for using the program correctly, cuz this is also a new program for me... :?

DivXerouS 02-23-2003 11:34 AM

Since TMPGEnc freezes up when I try to load the .AVS script file, I've decided to resize using VirtualDubMod (first time resizing BTW), well everything goes well, until it gives the following error

Quote:

AviSynth Open Failure
Unrecogonized Exception
(Path name of my file.avs, Line 17)

now I'm not sure as to what is wrong, but I guess it's not loading right... I used the KVCDx3 580x480 presesttings from MovieStacker. Here's the script :-

Quote:

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

LoadPlugin("C:\WINDOWS\DESKTOP\PROGRAMS\KVCD\MOVIE STACKER V1.0.0\MOVIESTACKER\Filters\Mpeg2Dec.dll")
LoadPlugin("C:\WINDOWS\DESKTOP\PROGRAMS\KVCD\MOVIE STACKER V1.0.0\MOVIESTACKER\Filters\TemporalCleanerOld.dll ")
LoadPlugin("C:\WINDOWS\DESKTOP\PROGRAMS\KVCD\MOVIE STACKER V1.0.0\MOVIESTACKER\Filters\GripFit_preview.dll")
LoadPlugin("C:\WINDOWS\DESKTOP\PROGRAMS\KVCD\MOVIE STACKER V1.0.0\MOVIESTACKER\Filters\BlockBuster.dll")
LoadPlugin("C:\WINDOWS\DESKTOP\PROGRAMS\KVCD\MOVIE STACKER V1.0.0\MOVIESTACKER\Filters\DustV5.dll")
LoadPlugin("C:\WINDOWS\DESKTOP\PROGRAMS\KVCD\MOVIE STACKER V1.0.0\MOVIESTACKER\Filters\LegalClip.dll")
LoadPlugin("C:\WINDOWS\DESKTOP\PROGRAMS\KVCD\MOVIE STACKER V1.0.0\MOVIESTACKER\Filters\Sampler.dll")

AviSource("C:\WINDOWS\Desktop\-= (.) =-\Video\Ninja Resurrection [1].avi")
LegalClip()
GripCrop(528, 480, overscan=2, source_anamorphic=false)
GripSize(resizer="BilinearResize")
SpaceDust()
TemporalCleaner(ythresh=5, cthresh=10)
BlockBuster(method="noise", detail_min=1, detail_max=7, variance=0.3, seed=1)
GripBorders()
LegalClip()

Sampler(length=24)
## MPEG size = ((Total frames/MovieTimeInMinutes)/24) * MPEG sample file size * .98 ##

if's it's not the script it's probably the program...I'm going to have to find another way to resize now... problem after problem... :cry:

kwag 02-23-2003 01:12 PM

Get rid of this path: C:\WINDOWS\Desktop\-= (.) =-\Video\
and put your stuff in a place like C:\Movies\Temp\ or something like that.

-kwag

DivXerouS 02-23-2003 05:47 PM

Done* but why should I do that though ?

DivXerouS 02-23-2003 05:55 PM

now when I try to load up the .AVS file into either VirtualDubMod or TMPGEnc, it seems to just crash, with the red warning and I have to hit the close button...? :cry:

kwag 02-23-2003 06:56 PM

Quote:

Originally Posted by DivXerouS
Done* but why should I do that though ?

Because of these characters: -= (.) =-

-kwag

kwag 02-23-2003 06:57 PM

Quote:

Originally Posted by DivXerouS
now when I try to load up the .AVS file into either VirtualDubMod or TMPGEnc, it seems to just crash, with the red warning and I have to hit the close button...? :cry:

What is the red warning :?:

DivXerouS 02-23-2003 07:53 PM

Program has performed an illegal operation

both of them give the same error...?

kwag 02-23-2003 08:09 PM

Quote:

Originally Posted by DivXerouS
Program has performed an illegal operation

both of them give the same error...?

Try a script just like this:

Code:

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

LoadPlugin("C:\WINDOWS\DESKTOP\PROGRAMS\KVCD\MOVIESTACKER V1.0.0\MOVIESTACKER\Filters\Mpeg2Dec.dll")
LoadPlugin("C:\WINDOWS\DESKTOP\PROGRAMS\KVCD\MOVIESTACKER V1.0.0\MOVIESTACKER\Filters\TemporalCleanerOld.dll")
LoadPlugin("C:\WINDOWS\DESKTOP\PROGRAMS\KVCD\MOVIESTACKER V1.0.0\MOVIESTACKER\Filters\GripFit_preview.dll")
LoadPlugin("C:\WINDOWS\DESKTOP\PROGRAMS\KVCD\MOVIESTACKER V1.0.0\MOVIESTACKER\Filters\BlockBuster.dll")
LoadPlugin("C:\WINDOWS\DESKTOP\PROGRAMS\KVCD\MOVIESTACKER V1.0.0\MOVIESTACKER\Filters\DustV5.dll")
LoadPlugin("C:\WINDOWS\DESKTOP\PROGRAMS\KVCD\MOVIESTACKER V1.0.0\MOVIESTACKER\Filters\LegalClip.dll")
LoadPlugin("C:\WINDOWS\DESKTOP\PROGRAMS\KVCD\MOVIESTACKER V1.0.0\MOVIESTACKER\Filters\Sampler.dll")

AviSource("C:\YourPath\YourMovie.avi")

That is, remove everything below the AviSource line, and see if it opens in TMPEG. If it does, then it's a problem or interaction with your avi and one of the filters.

-kwag

DivXerouS 02-23-2003 08:15 PM

I'm a complete ass, the previous script I created had the pathname of the file where it was previously located, so thus both the programs were crashing, BUT I created a new script and it seems to have the same line 17 error, tried moving the file to a different path, still the same problem, now I will try your script and get back to you... :roll:

DivXerouS 02-23-2003 08:59 PM

I removed everything below the AVI Source line and what you know...it works...so I guess their is something wrong with the AVI, so I scanned it for errors using VirtualDubMod and no errors, now when I load it in TMPGEnc, instead of loading it right away, it seems to be

Quote:

Judging field order
what does that mean...? I've never had it done that before, on top of that it takes a while for it to Judge field order and actually load it up.

Well anyway just to check IF something is wrong with the filters I'm gonna try each of them 1 by 1 to see up will where it will load up... :(

DivXerouS 02-25-2003 08:53 PM

Well it seems that IF I change the settings and leave them up till

Quote:

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

LoadPlugin("C:\WINDOWS\DESKTOP\PROGRAMS\KVCD\MOVIE STACKER V1.0.0\MOVIESTACKER\Filters\Mpeg2Dec.dll")
LoadPlugin("C:\WINDOWS\DESKTOP\PROGRAMS\KVCD\MOVIE STACKER V1.0.0\MOVIESTACKER\Filters\TemporalCleanerOld.dll ")
LoadPlugin("C:\WINDOWS\DESKTOP\PROGRAMS\KVCD\MOVIE STACKER V1.0.0\MOVIESTACKER\Filters\GripFit_preview.dll")
LoadPlugin("C:\WINDOWS\DESKTOP\PROGRAMS\KVCD\MOVIE STACKER V1.0.0\MOVIESTACKER\Filters\BlockBuster.dll")
LoadPlugin("C:\WINDOWS\DESKTOP\PROGRAMS\KVCD\MOVIE STACKER V1.0.0\MOVIESTACKER\Filters\DustV5.dll")
LoadPlugin("C:\WINDOWS\DESKTOP\PROGRAMS\KVCD\MOVIE STACKER V1.0.0\MOVIESTACKER\Filters\LegalClip.dll")
LoadPlugin("C:\WINDOWS\DESKTOP\PROGRAMS\KVCD\MOVIE STACKER V1.0.0\MOVIESTACKER\Filters\Sampler.dll")

AviSource("C:\Yusuf\Movies to Convert\Ninja Resurrection [1].avi")
LegalClip()
GripCrop(528, 480, overscan=2, source_anamorphic=false)
GripSize(resizer="BilinearResize")

Sampler(length=24)
## MPEG size = ((Total frames/MovieTimeInMinutes)/24) * MPEG sample file size * .98 ##


and take everything out after Temporal cleaner which it says I need something for it to work...it loads up fine in VirtualDub...so I guessyour gonna have to tell me some Manual way to do all that...

BTW, I have a 450MHZ K-6 Processor, Windows 98 Second Edition, No Graphics Card, it's a dinosaur but it runs pretty well.

So what should I do now...? do you think I should just continue with the resizing and we could move on to the next step from their*? :?

DivXerouS 03-14-2003 02:54 PM

Hello... !? Anyone alive...

rendalunit 03-14-2003 03:01 PM

Quote:

Originally Posted by DivXerouS
BTW, I have a 450MHZ K-6 Processor, Windows 98 Second Edition, No Graphics Card, it's a dinosaur but it runs pretty well.

:?: no graphics card? <- you lost me there :roll:

dazedconfused 03-14-2003 04:43 PM

Ren, I'd assume DivXerouS meant that he's using on-board graphics rather than a separate pci or agp card :?:

I'm certainly no pro :oops: , but isn't it generally recommended to have at least a P3 1GHz or equivalent to run the programs necessary for "KVCD-ing"? How much memory do you have DivXerous? I've seen a few programs lock-up or run poorly on a friend's PC that has similar specs to yours with only 128MB memory. Perhaps that pet dinosaur of yours is just a wee bit too....well...prehistoric, for the task at hand? :cry: :wink: Hope you figure something out. Good luck.
-d&c

rendalunit 03-14-2003 05:21 PM

DivXerouS,

Do you get an error when encoding a DVD source?

Maybe the cpu settings in TMPGenc are causing the problem :?: Try unchecking SSE and MMX.

ren

DivXerouS 03-15-2003 02:28 PM

This project is scrapped, PC is just too old to handle such complicated projects you are right, 56.0 MB Ram...I'm really sorry I had a very nasty hardrive problem, and the technician told me that the PC cannot handle video encoding/ processing too well, hardrive got burned twice, very nasty...but the thing is that I can still encode using basic TMPGEnc templates that come with the program...hopefully when I get an upgrade I will be able to make a KVCD... :(

*Delete this topic*


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