digitalFAQ.com Forums [Archives]

digitalFAQ.com Forums [Archives] (http://www.digitalfaq.com/archives/)
-   Video Encoding and Conversion (http://www.digitalfaq.com/archives/encode/)
-   -   kvcd: There's some block noise left? (http://www.digitalfaq.com/archives/encode/2039-kvcd-block-noise.html)

new_bee 01-05-2003 09:39 AM

kvcd: There's some block noise left?
 
Hi there!
I'm more than happy that I've finally managed to fit SPIDERMAN with very good quality on 2 CDs.
I've tried to do this using DivX, but though I'm not quite a n00b the results didn't satisfy me. I don't know if you know Gordian Knot's compressibility check which uses quite the same method as the KVCD predicting script does. However, SPIDERMAN is the worst source I've ever seen. I think this is due to the many high-action scenes and camera pans.
I've tried nearly all KVCD templates, but the 704x576 template (CQ 74, 1-18-3-1-50, default-matrix) gave me the very best result. There's some blocknoise but I think that can't be avoided with a resolution higher than 352x288. I've taken the script kwag posted and only changed the res.

Code:

LoadPlugin("D:\ripping\Avisynth-Plugins\mpeg2dec.dll")
LoadPlugin("D:\ripping\Avisynth-Plugins\FluxSmooth\FluxSmooth.dll")
LoadPlugin("D:\ripping\Avisynth-Plugins\Blockbuster\Blockbuster.dll")
LoadPlugin("D:\ripping\Avisynth-Plugins\LegalClip\LegalClip.dll")
mpeg2source("E:\SPIDERMAN\dvd2avi.d2v")
LegalClip()
BilinearResize(672,416,11,0,698,576)
AddBorders(16,80,16,80)
FluxSmooth(temporal_threshold=8, spatial_threshold=0)
Blockbuster(method="noise", variance=.4, seed=1)
LegalClip()
#IL = 174375 / 100
#SL = 25
#SelectRangeEvery(IL,SL)
## MPEG size = ((Total frames/Framerate)/100) * (MPEG sample file size * .95) ##

Your templates are great! And SansGrip's filters too! Don't you stop working!


All times are GMT -5. The time now is 06:59 AM  —  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.