Thomas May
Thomas May
``` Traceback (most recent call last): File "/Av1an/av1an.py", line 6, in main() File "/Av1an/cli/__main__.py", line 15, in main manager.run() File "/Av1an/av1an/manager/Manager.py", line 65, in run EncodingManager().encode_file(proj) File "/Av1an/av1an/manager/Manager.py", line 91,...
Example video: https://mango.blender.org/download/ I did the 700MB 1080p version command used ``` docker run -v "$(pwd)":/videos --user $(id -u):$(id -g) -it --rm masterofzen/av1an:latest -i ToS-4k-1920.mov -enc vpx --target_quality 95 -v...
First, love the "merge threads" feature when sampling, extremely useful. However, one little niggle with it is when you have lots of threads from a long sampling time or whatever,...
As far as I can tell and google, there is no way to specify a max compiler memory with maven. It looks like it defaults to 512m, which is too...
Currently, HikariCP uses the synchronized keyword in a few places. Unfortunately, loom may (or may not) support the synchronized keyword pausing a fiber, instead it may end up pausing the...