diff --git a/images/docker-emby.md b/images/docker-emby.md index 7467f5ace7..fc7a6ff3d1 100644 --- a/images/docker-emby.md +++ b/images/docker-emby.md @@ -135,7 +135,7 @@ Docker images are configured using parameters passed at runtime (such as those a #### Device Mappings (`--device`) | Parameter | Function | | :-----: | --- | -| `/dev/dri` | Only needed if you want to use your Intel GPU for hardware accelerated video encoding (vaapi). | +| `/dev/dri` | Only needed if you want to use your Intel or AMD GPU for hardware accelerated video encoding (vaapi). | | `/dev/vchiq` | Only needed if you want to use your Raspberry Pi OpenMax video encoding (Bellagio). | | `/dev/video10` | Only needed if you want to use your Raspberry Pi V4L2 video encoding. | | `/dev/video11` | Only needed if you want to use your Raspberry Pi V4L2 video encoding. | @@ -179,7 +179,7 @@ Webui can be found at `http://:8096` Emby has very complete and verbose documentation located [here](https://github.com/MediaBrowser/Wiki/wiki) . -Hardware acceleration users for Intel Quicksync will need to mount their /dev/dri video device inside of the container by passing the following command when running or creating the container: +Hardware acceleration users for Intel Quicksync and AMD VAAPI will need to mount their /dev/dri video device inside of the container by passing the following command when running or creating the container: ```--device=/dev/dri:/dev/dri``` @@ -228,6 +228,7 @@ We publish various [Docker Mods](https://github.com/linuxserver/docker-mods) to ## Versions +* **03.07.20:** - Add support for amd vaapi hw transcode. * **29.02.20:** - Add v4l2 support on Raspberry Pi. * **26.02.20:** - Add openmax support on Raspberry Pi. * **15.02.20:** - Allow restarting emby from the gui (also allows for auto restarts after addon updates).