digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   KVCD: which script do you recommend? (http://www.digitalfaq.com/archives/encode/2693-kvcd-script-recommend.html)

Bchteam 02-19-2003 11:22 AM

KVCD: which script do you recommend?
 
First off I really know how often those questions were asked but I'm just so confused about all this script's and Filters.

Right now I use this script:

Code:

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.dll")
LoadPlugin("F:\Programme\AviSynth2\dustv5.dll")
LoadPlugin("F:\Programme\AviSynth2\decomb.dll")
LoadPlugin("F:\Programme\AviSynth2\temporalcleanerold.dll")
LoadPlugin("C:\WINDOWS\system32\vobsub.dll")
 
mpeg2source("G:\Episode2\Blade2")
LegalClip()
GripCrop( width=528, height=576, overscan=2 )
GripSize()
FaeryDust()
TemporalCleaner()
Convolution3D(preset="movieLQ")
Blockbuster(method="noise", variance=.3, seed=1)
VobSub("G:\Episode2\Blade2\VTS_03_0")
GripBorders()
LegalClip()
#Sampler(length=24)
## MPEG size = ((Total frames/MovieTimeInMinutes)/24) * MPEG sample file size ##

Is that OK???

If no,which script do you recommend???

kwag 02-19-2003 12:30 PM

That's perfect Bchteam :D
If you want more speed, try SpaceDust() instead of FaeryDust() :wink:

-kwag

Bchteam 02-19-2003 12:34 PM

Some People wrote that some combinations of Filters aren't working well.

For example Convolution and Blockbuster.

Is that right???

Perfect Cell 02-19-2003 12:43 PM

For me, convolution 3D + blockbuster + dust + gripsize works now every time, because I frameserve the script with virtualdub direct to TMPGenc.

In some other time, I was having some "illegal decimal points" error, but now the errors doesn´t appear anymore.

Bchteam 02-19-2003 03:46 PM

Thanks for your Help,Guys.

I think I found a good script,which keeps the balance between Filesize and Picture Quality.

Code:

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.dll")
LoadPlugin("F:\Programme\AviSynth2\dustv5.dll")
LoadPlugin("F:\Programme\AviSynth2\decomb.dll")
LoadPlugin("F:\Programme\AviSynth2\temporalcleanerold.dll")
LoadPlugin("C:\WINDOWS\system32\vobsub.dll")
 
mpeg2source("G:\Episode2\Blade2\Blade2Project.d2v")
LegalClip()
GripCrop( width=528, height=576, overscan=2 )
GripSize()
FaeryDust()
TemporalCleaner()
Convolution3D(preset="movieHQ")
VobSub("G:\Episode2\Blade2\VTS_03_0")
GripBorders()
LegalClip()
#Sampler(length=24)
## MPEG size = ((Total frames/MovieTimeInMinutes)/24) * MPEG sample file size ##


If I'm in a hurry I could use Spacedust as well but I think it's better to take the time for a better result.

Bchteam 02-26-2003 01:37 PM

Hello,I have a question about which script I sould use.

Right now I have 2 scripts

Script One:

Code:

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.dll")
LoadPlugin("F:\Programme\AviSynth2\dustv5.dll")
LoadPlugin("F:\Programme\AviSynth2\decomb.dll")
LoadPlugin("F:\Programme\AviSynth2\temporalcleanerold.dll")
LoadPlugin("C:\WINDOWS\system32\vobsub.dll")

mpeg2source("G:\Episode2\Blade2\Blade2Project.d2v")
LegalClip()
GripCrop( width=528, height=576, overscan=2 )
GripSize()
FaeryDust()
TemporalCleaner()
Convolution3D(preset="movieHQ")
VobSub("G:\Episode2\Blade2\VTS_03_0")
GripBorders()
LegalClip()
#Sampler(length=24)
## MPEG size = ((Total frames/MovieTimeInMinutes)/24) * MPEG sample file size ##

Script Two

Code:

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.dll")
LoadPlugin("F:\Programme\AviSynth2\dustv5.dll")
LoadPlugin("F:\Programme\AviSynth2\decomb.dll")
LoadPlugin("F:\Programme\AviSynth2\temporalcleanerold.dll")
LoadPlugin("C:\WINDOWS\system32\vobsub.dll")

mpeg2source("E:\the others\theothers.d2v")
LegalClip()
GripCrop( width=528, height=576, overscan=2 )
GripSize()
FaeryDust()
TemporalCleaner()
Convolution3D(preset="movieHQ")
Blockbuster(method="noise", variance=.4, seed=1)
VobSub("E:\the others\VTS_02_0")
GripBorders()   
LegalClip()
#Sampler(length=24)
## MPEG size = ((Total frames/MovieTimeInMinutes)/24) * MPEG sample file size ##

The difference between those scripts is that in the first script,Blockbuster is not used.

Now my Question:

Should I use the first script and a higher cq value or the second script with a lower cq value but with Blockbuster???

Bchteam 02-27-2003 02:25 AM

no one there to help me???

heyitsme 02-27-2003 02:30 AM

With the resolution you are using there is no need for the blockbuster filter. Block pretty much disappear at the res with a sufficient CQ. The only way i would suggest you use bb is if you had a very dark movie. Hope that answers your question.

Bchteam 02-27-2003 02:53 AM

Correct me if I'm wrong but I heard that only the Sharpen method of Blockbuster is not effective at those high resolutions.The Noise Method should work at those High resolutions as well,but I'm not sure about that.

heyitsme 02-27-2003 03:02 AM

I never notice any blocks in the black areas anymore when i encode at kvcdx3. I notice the blocks at lower res and that is when i use BB. I dont know if this is the case for everybody but when i look on my monitor is see very few if any blocks on dark scenes with the kvcdx3. This is just my suggestion though.

Branden


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