Eric Work
Eric Work
@slhck, it looks like you are missing the Qt5 development libraries. You might need to use `brew` or something similar to get the development libraries you need. I took a...
We can leave this open for some time in case others run into the same issue. The answers on SO suggest using an x86 terminal session and x86 build of...
@rezun already added this option in the latest script. Try using the `-t` option and see if that fits your needs.
Oh... sorry, you meant per-frame not per-frame-type. @rezun and I had a discussion about this when we did some major refactoring and most people were expecting the "average" bitrate per/sec...
> Is the bitrate shown the average per second or the maximum? The tool currently shows the average bitrate per second. > for csv option, the size is in which...
@damian101, any chance you could share a small clip of the video you're having problems with? I went looking online for a small sample clip encoded using AV1 and found...
I think on my system it's using `libdav1d` for the decoding.
I'm getting the same error as jaymzh got "`ERROR: Claiming interface failed!`" for the International Note 4 (Exynos 5433). I didn't try any additional patches besides the one listed in...
Hi @ruckc, I was able to reproduce this issue by installing Poetry in an Ubuntu 20.04 container and creating a simple `pyproject.toml` file, such as the following: ``` [tool.poetry] name...
I ran into this same problem. I don't know if it's an update to Steam recently that is causing this issue or something else. I believe the extra `--` arguments...