# Debug logs provide additional detailed information for troubleshooting with us potential # issues. Enabling this option may negatively impact performance, so please disable it once # you've sent us the zip bug report. # true or false (default: false) debugLogs = false # Completely disable all Influx functionality. An yellow message will still be shown at # startup to remind you it is disabled. # true or false (default: false) disable = false # Prevent Influx from importing files when it detects codecs unsupported by Adobe (it won't # use Influx as a fallback) # true or false (default: false) disableAutomaticOverride = false # Disable Influx frame cache. Reduces memory usage, but degrades performance. The size of # this cache can be configured with maxFrameCacheSize. # true or false (default: false) disableFrameCache = false # Disable multithreaded decoding, could be useful for troubleshooting. Massively degrades # performance. # true or false (default: false) disableMultithreading = false # Disable Influx seeking table, could be useful for troubleshooting. Degrades performance. # true or false (default: false) disableSeekingTable = false # Disable Influx thumbnail cache for Premiere Pro to saves some disk space or troubleshoot. # Please click "Clear PrPro Thumbnails cache" in Influx.exe to remove old entries. # true or false (default: false) disableThumbnailCache = false # Number of frames stored in the frame cache. Higher values may improve performance, but # will use more memory, if you have any issue reduce this value back to lower than 30. # any positive integer (default: 10) maxFrameCacheSize = 10 # The percentage of the available RAM (RAM not in use) on the system that influx can use. e.g if you # set this option to 50%, and you have 10GB of RAM available, then influx would not exceed 5GB of RAM, # if you open other programs and the available RAM becomes 5GB, then influx would not exceed 2.5GB # of RAM. (default: 50) maxPercentUsageAvailableMemory = 50 # Use Influx instead of the default importers to import all files supported. It may improve # (or degrade) performance and behavior. To enable this option for a single file append the # .influx extension to the file name (ex: rename somefile.mov to somefile.mov.influx). # true or false (default: false) overrideAdobe = false # Choose for which extensions Influx should be used over the default Adobe importers. Overriding # an extension may improve (or degrade) performance and / or behavior for files with that # extension. # Example: overrideExtensions = "mov, mkv", default: overrideExtensions = "" overrideExtensions = "" # Avoid showing unnecessary warnings, like the "Frame not found" yellow message for VFR footage. # true or false (default: false) reduceWarnings = false # Choose whether you want to see the timecode (ex: 00:10:03:12) embedded in the thumbnail image # for easier navigation of your media files in AME / PrPro Project Panel and Media Browser. # "hide_when_zero" will only show the time when it's not zero the default value (00:00:00:00) # "always_show" (default), "hide_when_zero" or "always_hide" thumbnailTimecode = "always_show"