digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   KVCD: Big thank you! (http://www.digitalfaq.com/archives/encode/2456-kvcd-big-thank.html)

Adder 02-01-2003 08:46 PM

big thank you!
 
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!! :lol:

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 8)

kwag 02-01-2003 09:13 PM

Great to hear that Adder :D
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 :wink:.
Or try SpaceDust() followed by Convolution3D(preset="movieHQ") without FluxSmooth().

-kwag

Adder 02-02-2003 06:18 AM

hi kwag

Once again you never fail to deliever more advice :)

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

Thanks.


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