1
0
mirror of https://github.com/opencv/opencv.git synced 2026-07-21 19:33:03 +04:00

Tunned vp9 test with HW acceleration.

This commit is contained in:
Alexander Smorkalov
2026-04-28 12:28:12 +03:00
parent 75d9efb3ae
commit 499ec788f1
+1 -1
View File
@@ -851,7 +851,7 @@ static const VideoCaptureAccelerationInput hw_filename[] = {
{ "sample_322x242_15frames.yuv420p.mpeg2video.mp4", 24.0 }, // GSTREAMER on Ubuntu 18.04
{ "sample_322x242_15frames.yuv420p.libx264.mp4", 20.0 }, // 20 - D3D11 (i7-11800H), 23 - D3D11 on GHA/Windows, GSTREAMER on Ubuntu 18.04
{ "sample_322x242_15frames.yuv420p.libx265.mp4", 20.0 }, // 20 - D3D11 (i7-11800H), 23 - D3D11 on GHA/Windows
{ "sample_322x242_15frames.yuv420p.libvpx-vp9.mp4", 30.0 },
{ "sample_322x242_15frames.yuv420p.libvpx-vp9.mp4", 29.0 }, // 29 - MSMF i5-1135G7
{ "sample_322x242_15frames.yuv420p.libaom-av1.mp4", 30.0 }
};