loganalyzer
loganalyzer copied to clipboard
Automatic analyzer for logs generated by OBS Studio
### Description When scanning the log fro dropped frames, this ignores any reported by the autoconfig wizard's test stream. Alongside this, it introduces a new util function, searchExclude, that allows...
### Description This fixes the "Low Stream Bitrate" check to work with the new encoder names, and reworks it to work with all of obs' default encoders, and be less...
Using something like [pytest](https://docs.pytest.org/en/latest/), a simple method of verifying some detailed logs continue to get analyzed correctly.
### Description Removes the i3 trigger. ### Motivation and Context Modern i3 models are no longer considered underpowered. Comparison to a 2nd gen ryzen 5: ### How Has This Been...
Currently, logs can only be pulled from a couple of specific locations (obsproject.com/logs, pastebin.com, hastebin and discord). Having a way to paste the contents of a log would help users...
### Description This guards all string to float/int conversions in the analyzer inside try-except clauses, to ensure that it fails gracefully if the string fed to it is not a...
### Description Some games require OBS to be run as admin for game capture to capture them properly, usually because they themselves are running as admin. This usually manifests in...
### Description Prevent the "Wrong GPU" message when both adapters are the same. ### Motivation and Context Saw this log was triggering the error message: https://obsproject.com/logs/BaZPLgfCwGAtNWc9 ### How Has This...
### Operating System Info Windows 11 ### Other OS _No response_ ### OBS Studio Version 30.2.0-rc1 ### OBS Studio Version (Other) _No response_ ### OBS Studio Log URL N.A ###...
### Description This adds a warning if the maximum recommended video bitrate from the selected service has been exceeded.  Requires https://github.com/obsproject/obs-studio/pull/10917 to be merged first. ### Motivation and Context...