FreezyLemon
FreezyLemon
It seems like `ffmpeg-next` is about to get updated for FFmpeg 5.1 anyways. I'll update the PR when that happens
Ok, this can be merged after #658.
FWIW, AMD has a `PreAnalysis` component in its AMF framework. [AMF](https://github.com/GPUOpen-LibrariesAndSDKs/AMF) also includes the AVC and HEVC hardware encoders, both of which use this PreAnalysis. It can also be used...
When av1an shows you > Params: --preset 4 --keyint 240 --rc 0 --crf 25 it just means that those are the "base" parameters it uses for encoding. Target quality mode...
Thinking about porting the Help->"Windows 10 Creator Update Crusor & Raw Input issues" post/thread. Where do you think I should put the article? There's a "collection" of articles for Guides,...
I can't reproduce this either on my 2 monitors (AMD GPU). Can someone try on an nvidia desktop GPU (logs state GTX 1650 Super)? btw: The display orientation seems to...
See opentk/opentk#666. If I understand this correctly, OpenTK currently uses the physical key location (aka "scancodes") instead of what you set your OS to do with the key (aka windows...
This is [normal behaviour](https://docs.rs/indicatif/0.17.3/indicatif/struct.ProgressDrawTarget.html#method.term) for indicatif - they don't want to output a progress bar into a file or pipe, which is understandable. This would need extra code to output...
Hey, can I ask what the current state of this is? I would assume the API changes mentioned earlier are done and that the OGG implementation is now at a...
Creating the `Bindings` list unconditionally (before a `BindTo` call) doesn't seem feasible.. The obvious solution would be `lock`ing or maybe a SpinLock, since the lock times are short. Is there...