Philip Langdale
Philip Langdale
Or just vainfo: ``` $ NVD_LOG=1 vainfo libva info: VA-API version 1.20.0 libva error: vaGetDriverNames() failed with unknown libva error libva info: User environment variable requested driver 'nvidia' libva info:...
> @srk24 What is this NGX? Is it even supported anymore? NGX is off topic for the work in this PR. It's nvidia's umbrella for some AI based image/video processing...
ffmpeg patch has been merged as https://github.com/FFmpeg/FFmpeg/commit/2b11a8b95b4ff27624330bd417da63b5c7c9367e
It is certainly reasonable to make it work for `auto`. We already caveat that mode enough that none of these issues are blockers. Is there any value in moving the...
> I think vendor-specific codecs should be priortized over vendor-neutral alternatives since these are usually implemented as a less efficient wrapper over the vendor-specific ones. There is no reason not...
@Kwiboo I suggest we close #14511 and track the final support code in this PR which we'll merge once the ffmpeg changes are finalised.
@diederikdehaas yeah. I need to change how I did that conditional build logic.
> Look ok, not tested though. I would wait for ffmpeg side of changes to be merged and after that we can retest and merge this guy. That's fine. I'll...
> @philipl I find Gstreamer already supports V4l2 request API directly without FFmpeg, would MPV merge direct v4l2 request Hwdec without ffmpeg? gstreamer supporting a feature is the equivalent of...