Anim Mouse
Anim Mouse
> how can i config the actions-setup-redis to Save and load Data form a disk? With no configuration, just run `redis-cli save` and it will place a `dump.rdb` file on...
You can't. Cloudflare only proxy HTTP traffic, while Croc uses TCP. Unless you have Cloudflare Spectrum. Edit: Or you can [tunnel Croc inside Cloudflare Tunnel](https://www.animmouse.com/p/tunnel-croc-inside-cloudflare-tunnel/).
cf519ad7b40353dc8f2f573b28c8434f4596a5c9
Hello, I really liked your suggestion, I created this action because back in the day, we don't have a way to test programs in CI, but when GitHub Codespaces got...
I'm experiencing 500 Internal Server Error after applying this.
Apparently x265 has changed the way of detecting the system architecture in version 3.6, causing the CPU architecture detection to fail. Here is the gist of CMakeLists.txt as of [version...
I think one of the notable difference is this [line](https://bitbucket.org/multicoreware/x265_git/src/6612208ba5d1994cd4698024440c42d2c5b32170/source/CMakeLists.txt#lines-54) where `if("${SYSPROC}" STREQUAL "" OR X86MATCH GREATER "-1")` becomes `if(X86MATCH GREATER "-1")`, removing the `${SYSPROC}` variable there. @rdp Should we...
> Also, x265 is working slower than any other versiones like BtbN, half speed aprox, I don't know why. https://github.com/AnimMouse/ffmpeg-stable-autobuild/issues/131
> versions are not working properly with time and bitrate counters. Kindly paste here the output of your FFmpeg while encoding.
> Only a few example of this. Check fps are higher but time it's not. I can't reproduce that bug, on my side, the time and frames are correct, can...