digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   make a KVCD using Which Script? (http://www.digitalfaq.com/archives/encode/2292-make-kvcd-script.html)

Bchteam 01-22-2003 05:57 PM

make a KVCD using Which Script?
 
Would some please be so kind as to post an avs script for DVD to KVCD??

I`m fine with Divx to KVCD but the scripts in DVD to KVCD need a lot more settings.

Probably there are different scripts for different Genre`s.

By the way I use KVCDx3 templates.

kwag 01-22-2003 06:18 PM

This is my current KVCDx3 script :wink:

Code:

LoadPlugin("C:\encoding\mpeg2dec.dll")
LoadPlugin("C:\encoding\fluxsmooth.dll")
LoadPlugin("C:\encoding\GripFit_preview.dll")
LoadPlugin("C:\encoding\blockbuster.dll")
LoadPlugin("C:\encoding\legalclip.dll")
LoadPlugin("C:\encoding\sampler.dll")
LoadPlugin("C:\encoding\vobsub.dll")
LoadPlugin("C:\encoding\convolution3d.dll")
LoadPlugin("C:\encoding\dustv4.dll")
LoadPlugin("C:\encoding\decomb.dll")

mpeg2source("YourMovie.d2v")
LegalClip()
GripCrop( width=528, height=480, overscan=2 )
GripSize()
FaeryDust()
Convolution3D(preset="movieLQ")
Blockbuster(method="noise", variance=.3, seed=1)
GripBorders()
LegalClip()

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

-kwag

Bchteam 01-22-2003 06:26 PM

Are you using that one for every Movie???

And where can i get the vobsub,convolution3d,dustv4 and decomb.dll???

andybno1 01-22-2003 07:29 PM

I take it you have vobsub in there because you where adding subs?

bchteam: check this post for the filters; http://www.kvcd.net/forum/viewtopic.php?t=2389 and also http://www.kvcd.net/forum/viewtopic.php?t=2372

Bchteam 01-24-2003 09:44 AM

Now I have problem.

I made a script which lokks like this:

LoadPlugin("F:\Programme\AviSynth2\mpeg2dec.dll")
LoadPlugin("F:\Programme\AviSynth2\fluxsmooth.dll" )
LoadPlugin("F:\Programme\AviSynth2\GripFit_preview .dll")
LoadPlugin("F:\Programme\AviSynth2\blockbuster.dll ")
LoadPlugin("F:\Programme\AviSynth2\legalclip.dll")
LoadPlugin("F:\Programme\AviSynth2\sampler.dll")
LoadPlugin("F:\Programme\AviSynth2\convolution3d.d ll")
LoadPlugin("F:\Programme\AviSynth2\dustv4.dll")
LoadPlugin("F:\Programme\AviSynth2\decomb.dll")
mpeg2source("F:\Bball.d2v")
LegalClip()
GripCrop( width=704, height=576, overscan=2 )
GripSize()
FaeryDust()
Convolution3D(preset="movieLQ")
Blockbuster(method="noise", variance=.3, seed=1)
GripBorders()
LegalClip()

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

But when I load it into TMPGEnc i get this nice Message:

"Unrecognized Exception! (F:\bball.avs,line 10)"

Line 10 ist this:
mpeg2source("F:\Bball.d2v")

so what`s the f***ing problem,now???

That Sh*t drives me crazy.

andybno1 01-24-2003 09:49 AM

did you do the d2v file in dvd2avi 1.76? if you didn't then thats where the problem is, the avs only supports upto dvd2avi 1.76, if you used 1.77 then I suggest get 1.76 and redo the d2v file.

rhino 01-24-2003 09:51 AM

what version of DVD2AVi did you use? v1.77.3 has issues which i think causes this problem.

DVD2AVI v1.76 is a better version to use.

Bchteam 01-24-2003 10:06 AM

I think thats the Problem.I used the 1.77.3.

Where can I get the 1.76 Version???

rhino 01-24-2003 10:13 AM

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


All times are GMT -5. The time now is 07:57 PM  —  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.