Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| hardware:en-decoder [2020/11/16 20:07] – derpeter | hardware:en-decoder [2021/10/15 10:43] (current) – derpeter | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| = Video Acceleration | = Video Acceleration | ||
| - | |||
|   * https:// |   * https:// | ||
|   * https:// |   * https:// | ||
| Line 204: | Line 203: | ||
| < | < | ||
| gstreamer1.0-vaapi needs to be installed for this to work. Replace vaapi with the API you want to use e.g. omx. | gstreamer1.0-vaapi needs to be installed for this to work. Replace vaapi with the API you want to use e.g. omx. | ||
| + | There are some envirement variables that can be set to change gstreamers behavior / driver usage | ||
| + | |||
| + | < | ||
| + | LIBVA_DRIVER_NAME=iHD DRI_PRIME=/ | ||
| + | </ | ||
| + | where the first one is in most cases enough. | ||
| + | |||
| + | |||
| The output will look like: | The output will look like: | ||
| Line 235: | Line 242: | ||
| </ | </ | ||
| + |   * https:// | ||
|   * https:// |   * https:// | ||
|   * https:// |   * https:// | ||