Mattias Wadman
Mattias Wadman
Aha now i see, you mean for x265 i do build with avx512 but it need to be enabled at runtime with `-x265-params`? if so can it be made default...
I guess for x265 it could be mentioned in the README that it's possible
Close issue? svt1-av1 is now built with avx512 and as i understand x265 can use avx512 with an option
Stumbled upon this also. Reading the webide code gave me come clues what us going on. As i understand this flags behavior is webide specific and is not part of...
@generalmimon Good to know. It confused me a bit as my case it only showed one enum name (no "|") so thought i had missed something how enums work.
I seems @nicowilliams wrote the "Halt with no output" comment for null, would be great to hear what he thinks or what the idea was? maybe @itchyny has some ideas...
> you might consider https://github.com/kubernetes/apimachinery/tree/master/pkg/util/yaml Seem to be decode only? > or https://github.com/kubernetes-sigs/yaml This one might be interesting. Looks like a wrapper and fork of go-yaml? > instead of gopkg.in/yaml.v3...
> My general reasoning is: In places where the decimal places of a float are ignored, providing a float should yield an error. From this follows that floats yield an...
I think it depends a bit if yt-dlp needs ffmpeg or and usually it's found via the `PATH` env variable. Could you give an example? and if you need `--ffmpeg-location`...
Hi, thanks for the report! That should be possible to fix but i'm a bit unsure how it should work. I did a draft PR #1088 that decodes all documents...