From 36d2b90f1d70fdd791f957cb7dabeb4e3865edb3 Mon Sep 17 00:00:00 2001 From: jazzfool Date: Sun, 29 Sep 2024 20:13:48 +1000 Subject: [PATCH] update readme --- README.md | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/README.md b/README.md index 5c829b0..26904ef 100644 --- a/README.md +++ b/README.md @@ -14,8 +14,7 @@ Features: - Audio support. - Programmatic control. - Capture thumbnails from a set of timestamps. -- Decent performance. Skips a lot of the overhead from Iced `Image` and copies frame data directly to a WGPU texture, and renders using a custom WGPU render pipeline. - For a very subjective reference, I can play back 1080p HEVC video with hardware decoding without hitches, in debug mode. +- Good performance (i.e., comparable to other video players). GStreamer (with the right plugins) will perform hardware-accelerated decoding, and the color space (YUV to RGB) is converted on the GPU whilst rendering the frame. Limitations (hopefully to be fixed): - GStreamer is a bit annoying to set up on Windows.