Quantcast Make a KVCD Using Which Script? - digitalFAQ.com Forums [Archives]
  #1  
01-22-2003, 05:57 PM
Bchteam Bchteam is offline
Free Member
 
Join Date: Jan 2003
Posts: 275
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
Someday, 12:01 PM
admin's Avatar
Site Staff / Ad Manager
 
Join Date: Dec 2002
Posts: 42
Thanks: ∞
Thanked 42 Times in 42 Posts
  #2  
01-22-2003, 06:18 PM
kwag kwag is offline
Free Member
 
Join Date: Apr 2002
Location: Puerto Rico, USA
Posts: 13,537
Thanks: 0
Thanked 0 Times in 0 Posts
This is my current KVCDx3 script

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
Reply With Quote
  #3  
01-22-2003, 06:26 PM
Bchteam Bchteam is offline
Free Member
 
Join Date: Jan 2003
Posts: 275
Thanks: 0
Thanked 0 Times in 0 Posts
Are you using that one for every Movie???

And where can i get the vobsub,convolution3d,dustv4 and decomb.dll???
Reply With Quote
  #4  
01-22-2003, 07:29 PM
andybno1 andybno1 is offline
Free Member
 
Join Date: Jul 2002
Location: Liverpool, UK
Posts: 832
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to andybno1 Send a message via Yahoo to andybno1
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
Reply With Quote
  #5  
01-24-2003, 09:44 AM
Bchteam Bchteam is offline
Free Member
 
Join Date: Jan 2003
Posts: 275
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
  #6  
01-24-2003, 09:49 AM
andybno1 andybno1 is offline
Free Member
 
Join Date: Jul 2002
Location: Liverpool, UK
Posts: 832
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via MSN to andybno1 Send a message via Yahoo to andybno1
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.
Reply With Quote
  #7  
01-24-2003, 09:51 AM
rhino rhino is offline
Free Member
 
Join Date: Jan 2003
Location: Back in Ireland (for a while)
Posts: 166
Thanks: 0
Thanked 0 Times in 0 Posts
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.
Reply With Quote
  #8  
01-24-2003, 10:06 AM
Bchteam Bchteam is offline
Free Member
 
Join Date: Jan 2003
Posts: 275
Thanks: 0
Thanked 0 Times in 0 Posts
I think thats the Problem.I used the 1.77.3.

Where can I get the 1.76 Version???
Reply With Quote
  #9  
01-24-2003, 10:13 AM
rhino rhino is offline
Free Member
 
Join Date: Jan 2003
Location: Back in Ireland (for a while)
Posts: 166
Thanks: 0
Thanked 0 Times in 0 Posts
http://www.kvcd.net/forum/viewtopic.php?t=2515
Reply With Quote
Reply




Similar Threads
Thread Thread Starter Forum Replies Last Post
Avisynth: Simple script to make a kdvd from divx cartoon? zagor Avisynth Scripting 1 12-06-2004 10:18 AM
Avisynth: mpeg script to make fake avi? oxycotton420 Avisynth Scripting 7 07-10-2004 05:40 PM
Avisynth: Make a script? Wak10 Avisynth Scripting 4 08-26-2003 04:08 AM
How to make short sample video to see quality of Avisynth script? MenderOne Avisynth Scripting 3 05-21-2003 01:02 AM
Avisynth: What script to make the .m2v anamorphic? CheronAph Avisynth Scripting 22 03-17-2003 05:58 PM

Thread Tools



 
All times are GMT -5. The time now is 09:24 AM  —  vBulletin © Jelsoft Enterprises Ltd