![]() |
KVCDs are really blurry?
Hello Kwag I have been trying out your new script (i am a newbie but it seems pretty straight foward :? ) i am using moviestacker to make them and tok or acp also.At the moment i am trying to make a lbr kvcd 1246-300 , 128 audio so it will play on a real basic dvd player. My problem is when i make these mpeg 1 kvcd's they are really blury (the mpeg 2 high bit rate ones are fine) What changes can i make to make them look better?
Unfortunately my souce is an avi , but it is quite good Quality.I am using spacedust ,should i use convolution 3d or will it make things worse? I am not expecting miracles cause the source is an avi after all ,but my standard vcd's used to look alot less blury , although in every other way a lot worse :lol: . Please excuse me if i have done things completely wrong, as i said i am new to this. hope to here from you soon . CHEERS. |
Hi ftin, post your script so that way somebody can give you a hand.
|
Ok here you go:
LoadPlugin("C:\Program Files\A_ENCODING\MovieStacker\Filters\MPEG2Dec.dll ") LoadPlugin("C:\Program Files\A_ENCODING\MovieStacker\Filters\STMedianFilt er.dll") LoadPlugin("C:\Program Files\A_ENCODING\MovieStacker\Filters\GripFit_prev iew.dll") LoadPlugin("C:\Program Files\A_ENCODING\MovieStacker\Filters\DustV5.dll") LoadPlugin("C:\Program Files\A_ENCODING\MovieStacker\Filters\UnFilter.dll ") LoadPlugin("C:\Program Files\A_ENCODING\MovieStacker\Filters\LegalClip.dl l") AviSource("C:\Documents and Settings\sam\Desktop\Movie.avi") LegalClip() GripCrop(352, 288, overscan=1, source_anamorphic=false) GripSize(resizer="BicubicResize") STMedianFilter(8, 32, 0, 0, 8, 32) SpaceDust() UnFilter(50, 50) TemporalSmoother(1, 2) MergeChroma(blur(1.5)) MergeLuma(blur(0.2)) GripBorders() AssumeFPS(25.000, true) LegalClip() |
Hi,,im not going to even pretend i know what i'm doing but try removing the STMedianFilter(8, 32, 0, 0, 8, 32) and encode a small sample and see how it looks.I do a lot of avi's and use the same script without the STMedianFilter and spacedust and am very happy with the results(looks way better the using standard templates).
I'm sure someone with a lot more knowledge will lend a hand but just try it and see :D |
Code:
MergeChroma(blur(1.5)) |
@ftin:
I mostly encode from AVI sources, here are examples of the scripts I use. AVISynth 2.0x: Code:
LegalClip()Code:
Limiter() |
@ Girv
Thanks for the 2.52 script for divx. I like the quality and it has more compression than the optimal script. If you keep tweaking your script for divx can you keep us updated from time to time :lol: Thanks Boeddha |
@boeddha: try removing the BlindPP filter, see what you think of the difference.
|
I wouldn't recommend removing the MergeChroma(blur(1.5)) line...
It really helps a lot with compression, and the picture quality does not get blurred at all... it's barely visible to the eye... 8) |
Hi Girv
I tried your script with and without blindpp. To be honest I can't see much difference (but my eyes are very tired now). I even think with looks a bit better. There is almost no speed difference (2 sec on a 2min sample) and with gives 200kb more compression. Wath do you think? |
@boeddha: yeah thats what I figured :) To my eyes it makes the picture a little more soft, but I think thats down to the cleaning up and smoothing it does so on balance its a Good Thing. I just wondered if you would like / dislike / not notice the extra softening. Thanks for testing and answering my question :)
You can see effects like this better with AVI sources if you use a contrast enhancing filter. I usually just add one in VDub when I'm experimenting - +175% contrast and +5% brightness seems to work well. Try it with a "raw" AVI (no filters) to see the sort of noise I'm trying to remove. Next experiment is with MarcFD's asharp. Look's interesting :) |
Quote:
|
@ girv and Jellygoose
:) just like i tell my friends, using asharp without STM i got more quality and less size...faster :!: :wink: |
Quote:
asharp(2,1) = Unfiter(50 50) in file size so a setting like asharp(2,0) will add file size to your encode. although im still not sure whats the best setting for this one. |
Hi Ovg64 :D :!:
Jorel said, that for Asharp he`s using the Value (2,3) for very gently Sharpness and (2,4) for even more Sharpness :wink: |
Thanx Bchteam, I said before that i dont know what are the best setting cause the filter does a bit more that sharpning.
asharp : adaptive sharpenning filter for Avisynth 2.5 (v0.95) What it does: basically, this filter is a very common unsharp mask, simply because unsharp mask is the most pleasant sharpenning technique for my eyes ^^ but i've added 3 simple ideas i had about sharpening : - adaptive thresholding to avoid noise enhancement - block adaptive sharpenning to avoid DCT block edges enhancement - block based adaptive thresholding to avoid DCT block edges enhancement |
ovg64
:) see from read-me: What it does: basically, this filter is a very common unsharp mask, simply because unsharp mask is the most pleasant sharpenning technique for my eyes ^^ but i've added 3 simple ideas i had about sharpening : - adaptive thresholding to avoid noise enhancement - block adaptive sharpenning to avoid DCT block edges enhancement - block based adaptive thresholding to avoid DCT block edges enhancement it's optimised for quality, not speed. but... i love speed ^^ so i've added very optimised MMX/ISSE code. it's working in YV12 colorspace, and on luma only (chroma sharpenning seems to only introduce artifacts) Usage of asharp : First, add the following line in your .avs script : LoadPlugin("asharp.dll") # because Avisynth 2.5 doesn't support Autoloading yet To do simple unsharp masking with a strength of 2x : asharp(2,0) To try some adaptive sharpenning : asharp(2,4) Suggestion for divx anime decoding : asharp(2.5,4.5,0.25,hqbf=true) :wink: |
I'm currently testing this:
Code:
Unfilter(10,10)Code:
Unfilter(50,50) |
I've been wondering why Unfilter (50,50) is put in there in the first place. If it's to sharpen the image then why not just use Lanczos resizer?
|
Quote:
|
@ Rendalunit
Quote:
|
friendalunit,
:) i post (and Kwag too) somewhere here that lanczos give strange artefacts in the lines...seems staircases in thin lines. i see it in 352x240..with more size got less staircases. i use it before in 3 full movies and got big simbilances on tv29. :wink: (sorry my english) :!: |
I made 2 Samples one with:
Code:
Asharp(2,4)and one with Code:
Unfilter(10,10) With the second one (Asharp+Unfilter) I got a CQ of 51,2, at a resolution of 704x480, as well. The First Script (Asharp only) is way sharper...The second is also good but not as good as the First one. So the winner (for now) is : Code:
Asharp(2,4) |
Quote:
thnx, ren |
Quote:
Was the "Asharp(2,4)" you applied, only used on a very clean source?? (DVD?) I would imagine using that much sharpening, on anything other than a pretty clean source, would also bring out a lot of artifacts. ************************************ The Devil.....is always.....in the Details! |
@ Vico
Yes, the Source is very clean :idea: |
Well this line
Code:
Unfilter(10,10) aSharp(2,4) gives me a very sharp picture, however noise seems to be enhanced and becomes clearly more visible around Objects, especially in the background... that's at least my observation! :wink: |
Site design, images and content © 2002-2026 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2026 Jelsoft Enterprises Ltd.