bloc97
bloc97
I also don't have a HDR monitor, but I think it might be cool to add inverse-tonemapping methods if HDR was to be supported. This way you could play SDR...
Apparently windows has Auto-HDR which automatically transforms SDR/LDR content into HDR content. I can't say how good it is though.
I think a simple way to implement this would be to add an optional key/value pair in `ScaleModels.json`. It could look like this: `"hotkey": "CTRL+1"`
You can also use the Eigenmath manual for math functions. http://www.rejoicealways.net/lcu-semesters/fall2010/mat1302/Eigenmath.pdf
This does not need to be a float, since 10^(fractional part) eg. 10^(0.8542786512636754831467...) can be done very fast, even as a bignumber. Does Algebrite currently support choosing the precision for...
Something like this works for me right now... ```js const Algebrite = require("Algebrite"); const exp = "90000000^8000000"; let result = ""; if (exp.search(/\^\d\d\d\d\d/) > -1) { //if the exponent is...
Sure, but the regex was hacked in and not really robust, if someone typed in 500 ^ 60000 it wouldn't work, and it would also break if someone did 500^500^500000,...
I think this is similar to this issue: integral of 2^(-3x) dx
Yes, it's just that right now the implementation of many modern network architectures (eg. transformers, self-attention, etc.) require more advanced features that mpv currently does not support. They can be...
I think this is what I remembered seeing one time, but I haven't had time to try it out... https://github.com/the-database/mpv-upscale-2x_animejanai