![]() |
Quote:
-kwag |
Quote:
PicSwith...???? where i get it? thanks! :D |
So SmoothHiQ wasn't so HiQ...back to Dust+Convolution I go! :lol:
|
Quote:
-kwag |
hey, I'm not the guy who created this filter :D
however I guess this thread has led to something : Code:
LegalClip() |
|
I will!
|
:lol: Heavy Testing Here! prepare for very interesting results!! 8O
|
Quote:
-kwag |
ok, here are my first results.
First of all : Forget SmoothHiQ :lol: Kwag, you're script really did beat the SmoothHiQ one by far! In my tests: filesize was smaller, Q-Level was smaller and I did see less artifacts. however I still think that C3d blurrs the picture too much. I'm not talking about details like the grill or something ( :wink: ) I just think that the overall sharpness is gone whenever I use C3d. It's all a matter of taste I guess. Then I tried STMedianFilter for C3d and in my eyes the results are AWESOME! 8O Filesize dropped by about 2.5% compared to C3d. Q-Level dropped by 0.2 points compared to C3d. Speed increased a little. And as far as I see it the picture looks simply sharper and less artifacts are seen when motion appears. this is the script I used. Please try this out and compare it to the script that you think is best. Code:
Mpeg2Source("F:\Genug\genug.d2v")Happy Testing! |
In my (very limited :wink:) tests in avscompare, this newest script definitely looks cleaner than the Convolution3D one. Haven't compared file size or anything yet as I'm only viewing these scripts in AVScompare, but so far, looks good.
|
what did you compare that script to?
|
Quote:
I'll post results here. -kwag |
Here it is:
http://www.digitalfaq.com/archives/i.../2003/03/4.png The difference is almost indistiguisheable, but still, I see a little detail lost. Zoom in so you can see what I mean after you save the picture. The script used was this: Code:
GripCrop(528, 480, overscan=2, source_anamorphic=false )File size diff was 100KB ( lower with STM ). But I do see a little more artifacts on movement with the STM, but maybe it's my eyes :? -kwag |
I see what you mean. It's barely visible, but it's there. what about the overall sharpness? do you see a difference there?
what does bitrate viewer say? same Q-Level? |
Quote:
The Q is about .02 lower (better) with STM, but that's not visually noticeable. I do see a file size difference by changing the order of filters 8O, so probably more tests should be conducted to find out the optimal position :idea: -kwag |
"I do see a file size difference by changing the order of filters."
yes Kwag, i post (don't remember where..) a few months: resize first, filters in the end of the script: less time to encode,more size. filters first ,resize in the end of the script: more time to encode,less size. changing the order of the filters: everything changes too... is a big confusion, depending of the filter and the order!! :!: |
Quote:
And since everyone seems to be in the "testing mood" :wink: , I thought I'd bring up a couple things mentioned by Sansgrip and GFR awhile back in JellyGoose's "Mergechroma to gain Compression?" thread that seem to have gone rather unnoticed: Quote:
also in that thread: Quote:
-d&c |
@dazed and confused: I already tried stuff out. Last week I made a couple of tests using heavy filtering on chroma and only light filtering on luma. The result was ok. It was actually the same as it would have been using moderate smoothing on both, and the time to merge the chroma and luma takes VERY long. however i'll start experimenting again later tonight!
Does anyone else find these values used in kwags latest script blur the picture too much? I'll try some more stuff, hang on! |
This filter order got me the smallest filesize... :D
LegalClip() BilinearResize(528, 478, 7, 0, 626, 480) mergechroma(blur(1.58 )) mergeluma(blur(0.05 )) TemporalSmoother(radius=2, strength=2) SpaceDust() TemporalCleaner(ythresh=5, cthresh=10) STMedianFilter(8,15,4,7,8,15) AddBorders(0, 1, 0, 1) DctFilter(1,1,1,1,1,.5,.5,0) LegalClip() you can also move... mergechroma(blur(1.58 )) mergeluma(blur(0.05 )) to the end before you addborders, but the filesize increases a bit... so keep these together in this order... at least for me... TemporalSmoother(radius=2, strength=2) SpaceDust() TemporalCleaner(ythresh=5, cthresh=10) STMedianFilter(8,15,4,7,8,15) |
Site design, images and content © 2002-2026 The Digital FAQ, www.digitalFAQ.com
Forum Software by vBulletin · Copyright © 2026 Jelsoft Enterprises Ltd.