View Single Post
Old 23rd May 2019, 07:21   #3184  |  Link
Groucho2004
 
Join Date: Mar 2006
Location: Barcelona
Posts: 5,034
Quote:
Originally Posted by manolito View Post
The new AviSynth detection routine using AVSMeter works nicely, but it sure slows down the AVStoDVD startup.
AVSMeter checks all auto-load plugins for compatibility/dependencies/bitness. If you have lots of plugins and a slow CPU, this will slow down the detection process.

AVStoDVD should probably check the "[Plugin errors/warnings]" section of the log file (if present, see example below) and throw an error message if necessary.

Code:
[Plugin errors/warnings]
_______________________________________________________________________________________________________

Cannot load file 'E:/Apps/VideoTools/AVSPlugins/AutoLoad/LSMASHSource.dll'. Platform returned code 127:
The specified procedure could not be found.

Note: You may need a newer OS version in order to use this plugin
_______________________________________________________________________________________________________

Alternatively, I may add a switch for basic Avisynth info without the plugin parsing.
__________________
Groucho's Avisynth Stuff
Groucho2004 is offline   Reply With Quote