From 1c5759af88593c44691000268b5e120262a1e3cd Mon Sep 17 00:00:00 2001 From: Rafostar <40623528+Rafostar@users.noreply.github.com> Date: Tue, 8 Sep 2020 09:45:22 +0200 Subject: [PATCH] Remove "Performace Comparison" from readme Looks like nowadays VA-API is force disabled in Totem, in which case this comparison does not seem fair. --- README.md | 8 -------- 1 file changed, 8 deletions(-) diff --git a/README.md b/README.md index 87b96fe7..3e4c6e5a 100644 --- a/README.md +++ b/README.md @@ -36,11 +36,3 @@ gst-inspect-1.0 vaapi On some older GPUs you might need to export `GST_VAAPI_ALL_DRIVERS=1` environment variable. Other acceleration methods (supported by `GStreamer`) should also work, but I have not tested them due to lack of hardware. - -## Performace Comparison -Here is the average **CPU** and **RAM** usage (lower is better) when playing the same H.264 1080p video in Clapper and [Totem](https://wiki.gnome.org/Apps/Videos) (GNOME Videos) with **VA-API available** on an old AMD APU: - -| Player | CPU | RAM | -| ------- | --- | ----- | -| Clapper | 3% | 52MB | -| Totem | 12% | 124MB |