digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   KVCD: First Attempt with Script, What do you think? (http://www.digitalfaq.com/archives/encode/6726-kvcd-first-attempt.html)

KunGFu-L33t 11-15-2003 10:40 PM

KVCD: First Attempt with Script, What do you think?
 
Hey all this is my First attempt and making a script tell me what you think. dont just say its crap, tell why its crap :P

Code:

AviSource("X:\Path\File.avi",false)
BlindPP(cpu=4)
GripCrop(352, 240, source_anamorphic=false)
GripSize(resizer="LanczosResize")
TemporalSoften(1,5,5,5,2).Unfilter(60,0)
Asharp(1,4)
Blockbuster(method="noise",detail_min=1,detail_max=3,variance=0.1,seed=1)
ATC(2,3,5,0.5,false)
DCTFilter(1,1,1,1,1,1,0.5,0)
Undot()
GripBorders()

I browsed around the forum and checked out all the scripts and kinda mixed them to make this...

incredible 11-16-2003 04:18 AM

First... what means "laskjflkjsfoiw"?????

I tried it (not "laskjflkjsfoiw" but your script) and ....... thank you but .... no.

And now the explanation:

You can't just mix nice things together in order to get something "nicer"!
Go and mix all your favorite drinks to one and you can imagine what results :wink:

Code:

GripCrop(352, 240, source_anamorphic=false)
GripSize(resizer="LanczosResize")
TemporalSoften(1,5,5,5,2).Unfilter(60,0)
Asharp(1,4)

This part is crazy!! And its damn crazy on 352x240 outputs.

Lanczos is already doing a "sharp" job ..... following by an Unfilter and ANOTHER aharp ...... in my case the edges within the picture glow like Christmas.

following by:
Code:

Blockbuster(method="noise",detail_min=1,detail_max=3,variance=0.1,seed=1)
ATC(2,3,5,0.5,false)
DCTFilter(1,1,1,1,1,1,0.5,0)

As you already re-sharpened the rest of trash left by tempSoften above.
You apply a noisegenerator which will be plained again by ATC.
(This part in this combination) in original was put at the Beginning of one of DilHots Scripts in order to perform a little spray on the blocks so ATC can handle them better (if I understood that right).

And sorry ... I don't gonna do my choice in the poll cause I don't know what "laskjflkjsfoiw" means ;-)

KunGFu-L33t 11-16-2003 05:29 AM

Thanks Back to the drawing board...

Dialhot 11-16-2003 06:06 AM

I dleted the poll part of the post as the question was dumb and the answers dumber. We do not really need to have this thread sticked in top of the forum.

For the rest, I totally agree with Incredible.


All times are GMT -5. The time now is 08:33 PM  —  vBulletin © Jelsoft Enterprises Ltd

Site design, images and content © 2002-2026 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2026 Jelsoft Enterprises Ltd.