update readme

This commit is contained in:
jazzfool 2024-09-29 20:13:48 +10:00
parent 4c1ab1e70a
commit 36d2b90f1d

View file

@ -14,8 +14,7 @@ Features:
- Audio support. - Audio support.
- Programmatic control. - Programmatic control.
- Capture thumbnails from a set of timestamps. - 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. - 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.
For a very subjective reference, I can play back 1080p HEVC video with hardware decoding without hitches, in debug mode.
Limitations (hopefully to be fixed): Limitations (hopefully to be fixed):
- GStreamer is a bit annoying to set up on Windows. - GStreamer is a bit annoying to set up on Windows.