update readme
This commit is contained in:
parent
4c1ab1e70a
commit
36d2b90f1d
1 changed files with 1 additions and 2 deletions
|
@ -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.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue