Skip to content

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,

  1. Open Registry Editor (regedit.exe)
  2. 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 an AviSynthFilter key, create one under HKEY_CURRENT_USER\SOFTWARE.
  3. Create a new String Value called LogFile
  4. 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.