Skip to main content

Questions tagged [vaapi]

Filter by
Sorted by
Tagged with
0 votes
0 answers
262 views

It's really fast to use hardware acceleration to encode video using ffmpeg. I successfully did it today, however, I don't know how to configure the so-called quality level. I ran this command: ffmpeg \...
the51stater's user avatar
0 votes
0 answers
244 views

I'm trying to enable hardware acceleration on my debian wayland machine with an integrated GPU Intel Graphics. I set the LIBVA_DRIVER_NAME variable to iHD, and I got this error : $ vainfo libva info: ...
Archeox's user avatar
2 votes
0 answers
187 views

Is there a standard (or de facto standard) pixel format in the va api that both software and drivers needs to implement as a minimum? I currently trying to debug va-api implementation between software ...
GuzZzt's user avatar
  • 33
2 votes
0 answers
2k views

I am using Debian Sid, kernel 5.19.0-1-amd64. My machine is a ThinkPad T14 Gen 3 with an integrated graphics controller and an NVIDIA GPU; here is the result of lshw -c display: *-display ...
Ted's user avatar
  • 313
2 votes
1 answer
3k views

I have Intel Core-i7 8650U processor. I transcode video with ffmpeg. I take attempts to accelerate it. Now I use VAAPI codecs in ffmpeg (h264_vaapi) and vaapi rescaling (scale_vaapi) in filters. And ...
Victor Akhlynin's user avatar
3 votes
1 answer
2k views

I am using archlinux trying to connect to an RTSP stream on my local network (local IP camera) and am getting very hit-and-miss performance from VLC. Most of the time the connection runs just fine, ...
sam's user avatar
  • 23.3k