-
Notifications
You must be signed in to change notification settings - Fork 8
How to enable logging
Crend King edited this page Apr 2, 2022
·
3 revisions
AviSynth Filter v0.7.0 and above comes with logging functionality. When enabled, the filter will produce a log file at configured path, which contains helpful information to help diagnosis. The log file does not contain any personal data.
To enable,
- Open Registry Editor (
regedit.exe
) - Navigate to
HKEY_CURRENT_USER\SOFTWARE\AviSynthFilter
. You should be able to see some other values there if you already have used the filter before. If you don't see anAviSynthFilter
key, create one underHKEY_CURRENT_USER\SOFTWARE
. - Create a new String Value called
LogFile
- Set the value to be the path of the log file. For example,
C:\avisynth_filter.log
For portable installation, add a new key LogFile
with the desired path of the log file to the ini file.
Now play a video file with the filter enabled. You should see the log file created at the configured path. If the log file is too large to upload, try to compress it with tools such as 7-Zip.