Welcome to Doom9's Forum, THE in-place to be for everyone interested in DVD conversion. Before you start posting please read the forum rules. By posting to this forum you agree to abide by the rules. |
![]() |
#201 | Link |
Registered User
Join Date: Sep 2010
Location: Russia
Posts: 85
|
I don't think I understand how to use the new method. I tried incorporating it into my script and thing went wrong I think, the pareto graphs look weird and the "best" results now are terribly slow and very different from anything I've gotten before.
Where should I get a x64 version of GaussianBlur? How do you determine the radius that should be used there? Here's the script https://pastebin.com/c65dhju2, I launch it like F:\avsoptim\optimizer.bat F:\avsoptim\genBC.avs -iters 7h -runs 2 -pop 24 |
![]() |
![]() |
![]() |
#202 | Link | |
HeartlessS Usurer
Join Date: Dec 2009
Location: Over the rainbow
Posts: 8,863
|
Quote:
__________________
I sometimes post sober. StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace "Some infinities are bigger than other infinities", but how many of them are infinitely bigger ??? |
|
![]() |
![]() |
![]() |
#203 | Link | |
Registered User
Join Date: Mar 2012
Location: Texas
Posts: 1,180
|
Quote:
![]() Also I don't recall a 64-bit version of the latest VariableBlur (v0.7), only v.05 is available: |
|
![]() |
![]() |
![]() |
#204 | Link |
HeartlessS Usurer
Join Date: Dec 2009
Location: Over the rainbow
Posts: 8,863
|
Hi RD, glad that you are still lurking about
![]() Just checked, I got v0.5 only on x64. OK, had a bit more of a look, here is v0.7 (x86 only) with source, but its got lots of asm. http://www.mediafire.com/file/1ugcb8...r_0.7.zip/file
__________________
I sometimes post sober. StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace "Some infinities are bigger than other infinities", but how many of them are infinitely bigger ??? Last edited by StainlessS; 2nd February 2019 at 21:27. |
![]() |
![]() |
![]() |
#205 | Link | |
Registered User
Join Date: Mar 2018
Posts: 231
|
Quote:
Replace the lines 135-146 with this and it should work. Code:
scharr_orig = scharr(orig_yv12) scharr_inter = scharr(inter_yv12) FrameEvaluate(last, """ #global ssim = SSIM_FRAME(scaled_orig, scaled_inter) global ssim = SSIM_FRAME(orig_yv12, inter_yv12) global bssim = BSSIM_MOD(scharr_orig, scharr_inter, ssim) global ssim_total = ssim_total + (bssim == 1.0 ? 0.0 : bssim) """) |
|
![]() |
![]() |
![]() |
#206 | Link |
Registered User
Join Date: Mar 2018
Posts: 231
|
New release, new name! AvisynthOptimizer is called "Zopti" from now on. Why? 'Cause it supports VapourSynth as well, that's why. Download the version 1.0-beta here.
There's some other improvements as well, here's a complete list:
A few notes about upgrading: I renamed the optimizer.ini to zopti.ini and the optimizer.bat to zopti.bat. If you already have the .ini you can just rename it to zopti.ini and it will work. I have used the -priority option to set the thread priority lower because when VapourSynth/MVTools is running a heavy task the other programs can become sluggish with the default priority. Priority option is Windows only for now, Linux probably doesn't even need it. The error handling options are useful when running the VapourSynth MVTools which is currently not as robust as Pinterf's version. With -errors ignore or -errors log you can keep running the optimization even when the plugin crashes. I still recommend running with the default error handling option (which stops the execution) unless you are expecting errors. I will make another thread to the VapourSynth section to tell more about the VapourSynth-specific stuff. Last edited by zorr; 3rd February 2019 at 00:36. Reason: Added version number |
![]() |
![]() |
![]() |
#207 | Link |
Registered User
Join Date: Sep 2010
Location: Russia
Posts: 85
|
Is this version abandoned and will any development only happen for the VS fork? I don't feel like learning a whole new language just to continue processing video as I did before just fine with AVS.
For some reason I was unable to find this thread in the thread list for Avisynth Development section, it said "Displaying 12 of 12 threads". Now that I bumped it, it's displayed there and says "13 of 13". How do I see all threads at once? |
![]() |
![]() |
![]() |
#209 | Link | |
Registered User
Join Date: Mar 2018
Posts: 231
|
Quote:
![]() I haven't made much progress lately, so it's quiet on both fronts. |
|
![]() |
![]() |
![]() |
#210 | Link |
HeartlessS Usurer
Join Date: Dec 2009
Location: Over the rainbow
Posts: 8,863
|
Oh do stop it.
![]()
__________________
I sometimes post sober. StainlessS@MediaFire ::: AND/OR ::: StainlessS@SendSpace "Some infinities are bigger than other infinities", but how many of them are infinitely bigger ??? |
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|