keg247
keg247
This addresses issues [331](https://github.com/rosenbjerg/FFMpegCore/issues/331) and [336](https://github.com/rosenbjerg/FFMpegCore/issues/336). As I said in issue 331, it looks like 4.8.0 separated the handling of standard error from standard output. According to some of the...
I need access to the sample aspect ratio of videos, so I added SampleAspectRatio to VideoStream. It may be a niche need, but I figured you may want to include...
I'm testing the issuance of a wildcard cert using the cloudflare dns hook. I've set the api token and cloudflare email, and used the following command in a docker container:...
I needed to implement the javascript as modules, so I updated to .net 6 (and I changed the example to pull the library's version of javascript to more accurately reflect...
I needed to implement the javascript as modules, so I updated to .net 6 (and I changed the example to pull the library's version of javascript to more accurately reflect...
Interpolation doesn't seem to work with ERSGAN+ models. It throws the following error: upscale.py, line 303, in load_model state_dict[k] = (int(interps[0].split("@")[1]) / 100) * v_1 + ( TypeError: unsupported operand...