Quantcast KVCD: Big Thank you! - digitalFAQ.com Forums [Archives]
  #1  
02-01-2003, 08:46 PM
Adder Adder is offline
Free Member
 
Join Date: Dec 2002
Location: UK
Posts: 194
Thanks: 0
Thanked 0 Times in 0 Posts
Hi all

Just like to take the opportunity to thank you all, especially kwag for the great advice and help i have got in these forums

I just done 51st state dvdrip using the following script and the quality is nothing but bloody amazing!!

LoadPlugin("C:\encoding\mpeg2dec.dll")
LoadPlugin("C:\encoding\fluxsmooth.dll")
LoadPlugin("C:\encoding\blockbuster.dll")
LoadPlugin("C:\encoding\GripFit_preview.dll")
LoadPlugin("C:\encoding\legalclip.dll")
LoadPlugin("C:\encoding\sampler.dll")
LoadPlugin("C:\encoding\Convolution3D.dll")
LoadPlugin("C:\encoding\DustV5.dll")

Mpeg2Source("D:\divx or dvd encoding\video.d2v")
LegalClip()
GripCrop( width=544, height=576, overscan=2)
GripSize()
Fluxsmooth()
#Faerydust()
SpaceDust()
#Blockbuster(method="noise", variance=.7, seed=1)
Convolution3D(preset="movieHQ")
GripBorders()
LegalClip()

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

Many thanks again, and i will keep an eye on this forum for new developments
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  
02-01-2003, 09:13 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
Great to hear that Adder
You might want to swap the order of SpaceDust() and Fluxsmooth() because SpaceDust is a "denoiser" and FluxSmooth is a temporal smoother, so you want denoise before you smooth .
Or try SpaceDust() followed by Convolution3D(preset="movieHQ") without FluxSmooth().

-kwag
Reply With Quote
  #3  
02-02-2003, 06:18 AM
Adder Adder is offline
Free Member
 
Join Date: Dec 2002
Location: UK
Posts: 194
Thanks: 0
Thanked 0 Times in 0 Posts
hi kwag

Once again you never fail to deliever more advice

I will try your suggestion cause i didn't realise that

Thanks.
Reply With Quote
Reply




Thread Tools



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