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. Domains: forum.doom9.org / forum.doom9.net / forum.doom9.se |
|
|
#1 | Link |
|
Join Date: Mar 2006
Location: Barcelona
Posts: 5,034
|
AVSMeter 3.0.9.0
AVSMeter is a CLI (command line interface) tool which measures the speed/efficiency of Avisynth scripts and checks if Avisynth and its plugin sub-system are set up and working correctly.
Features:
Screen shots: ![]() ![]() Code:
Command line usage: AVSMeter script.avs [switches] or AVSMeter -avsinfo [switches] Switches: -avsinfo Displays extended Avisynth info -info [-i] Displays clip info -log [-l] Creates log file -csv Creates csv file -gpu Displays GPU/VPU usage (requires GPU-Z) -range=first,last Sets frame range -timelimit=n Sets time limit (seconds) -hp Sets process priority to high -o Omits script pre-scanning -lf Adds internal/external functions to the avsinfo*.log file -p Pauses the program at the end and returns after pressing a key. Note: For normal operation, i.e. testing the speed of a script, the "-o" switch should not be used, otherwise the accuracy of the FPS/TPF measurements will be reduced, particularly for fast scripts. For all features to work properly, run this program with administrative user rights. System requirements: Avisynth 2.6x, Avisynth+ Recent changes: v3.0.9.0 - Updated libcpuid (Intel Rocket Lake, AMD Ryzen Milan) Download GPU-Z (needed when using the "-gpu" switch) Video tutorial by Andrew Swan Last edited by Groucho2004; 31st March 2021 at 18:23. |
|
|
|
|
|
#5 | Link |
|
HeartlessS Usurer
Join Date: Dec 2009
Location: Over the rainbow
Posts: 11,406
|
Very handy, ta very much.
__________________
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 ??? |
|
|
|
|
|
#7 | Link |
|
Registered User
Join Date: Jan 2016
Posts: 98
|
It is flagging with the [DUPLICATE] suffix only one of the instances of duplicated functions, both in 32 and 64 bits:
|
|
|
|
|
|
#8 | Link | |
|
HeartlessS Usurer
Join Date: Dec 2009
Location: Over the rainbow
Posts: 11,406
|
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 ??? |
|
|
|
|
|
|
#11 | Link |
|
Join Date: Mar 2006
Location: Barcelona
Posts: 5,034
|
v2.6.4
Reporting of duplicate plugin functions is now integrated in the "Plugin error/warnings" section and lists all plugins that export functions with the same name. Example: Code:
[Plugin errors/warnings]
___________________________________________________________________________________________________
Duplicate plugin function "nnedi3":
e:\apps\videotools\avisynthrepository\avsplus_x86\plugins\nnedi3.dll
e:\apps\videotools\avsplugins\autoload\nnedi3.dll
___________________________________________________________________________________________________
Duplicate plugin function "nnedi3_rpow2":
e:\apps\videotools\avisynthrepository\avsplus_x86\plugins\nnedi3.dll
e:\apps\videotools\avsplugins\autoload\nnedi3.dll
___________________________________________________________________________________________________
Cannot load file 'E:/Apps/VideoTools/AVSPlugins/AutoLoad/IBob.dll'. Platform returned code 126:
The specified module could not be found.
Dependencies that could not be loaded:
avisynth_c.dll
Note: C 2.0 Plugins are not supported by Avisynth+
___________________________________________________________________________________________________
Last edited by Groucho2004; 10th September 2017 at 09:21. |
|
|
|
|
|
#12 | Link |
|
Join Date: Mar 2006
Location: Barcelona
Posts: 5,034
|
v2.6.5
__________________
Groucho's Avisynth Stuff |
|
|
|
|
|
#13 | Link | ||
|
Registered User
Join Date: Jan 2012
Posts: 104
|
Access violation in AVSMeter
Quote:
Quote:
Problem is not important for me. |
||
|
|
|
|
|
#14 | Link |
|
Join Date: Mar 2006
Location: Barcelona
Posts: 5,034
|
What happens when you open/run the script in VirtualDub?
__________________
Groucho's Avisynth Stuff |
|
|
|
|
|
#16 | Link |
|
Join Date: Mar 2006
Location: Barcelona
Posts: 5,034
|
So, it's not just AVSMeter. Can you post the full script and possibly a short clip so we can reproduce this?
__________________
Groucho's Avisynth Stuff |
|
|
|
|
|
#18 | Link | |
|
Registered User
Join Date: Jan 2012
Posts: 104
|
The crash doesn't occur when I remove following code from script.
Quote:
SMILregion1 is a BlankClip of length=0. |
|
|
|
|
|
|
#19 | Link |
|
Join Date: Mar 2006
Location: Barcelona
Posts: 5,034
|
A single line from your script doesn't help tracking down the problem. Post it in the AVS+ thread since it obviously isn't a problem with AVSMeter.
__________________
Groucho's Avisynth Stuff |
|
|
|
|
|
#20 | Link | |
|
Registered User
Join Date: Jan 2012
Posts: 104
|
Quote:
I just wanted to help you track the crash in AVSMeter. As I also said it is not all important for me. So let it die. |
|
|
|
|
![]() |
| Thread Tools | Search this Thread |
| Display Modes | |
|
|