Nikita Gaer
Nikita Gaer
Default and preconfigured `videoStabilizationMode` is never set cause `updateVideoOutputSettings` method is always called before devices are connected to capture session. So the only way to enable stabilization right now is...
I'm getting "Missing trailing comma. (comma-dangle)" errors in HTML element property in several different places. E.g. ```svelte export let size: 'large' | 'small' = 'small' export let color = '#3F3F3F'...
Docker can't find `five82/ffmpeg-vmaf` image: ``` Error response from daemon: pull access denied for five82/ffmpeg-vmaf, repository does not exist or may require 'docker login'. ``` Is it published to docker...
First, thanks a lot for sharing the model weights and the code. We did some tests and it works pretty well on certain types of video. But in our use...