Différences
Ci-dessous, les différences entre deux révisions de la page.
Les deux révisions précédentes Révision précédente Prochaine révision | Révision précédente | ||
vaapi [Le 20/12/2021, 19:37] wiki-corrector-bot passage de http à https sur les liens externes (détecté et corrigé via le bot wiki-corrector (https://forum.ubuntu-fr.org/viewtopic.php?id=2067892) |
vaapi [Le 14/03/2023, 11:41] (Version actuelle) L'Africain lien |
||
---|---|---|---|
Ligne 1: | Ligne 1: | ||
- | + | {{tag>Focal matériel carte_graphique nvidia intel_graphics}} | |
- | {{tag>Focal Bionic matériel carte_graphique nvidia intel_graphics catalyst}} | + | |
---- | ---- | ||
Ligne 12: | Ligne 11: | ||
Pour installer ce logiciel, il suffit d'[[:tutoriel:comment_installer_un_paquet|installer les paquets]] **[[apt>vdpau-driver-all]]** et **[[apt>libvdpau-va-gl1]]** qui permet l'accélération VA API en utilisant l'accélération VDPAU fournie par le pilote nvidia. | Pour installer ce logiciel, il suffit d'[[:tutoriel:comment_installer_un_paquet|installer les paquets]] **[[apt>vdpau-driver-all]]** et **[[apt>libvdpau-va-gl1]]** qui permet l'accélération VA API en utilisant l'accélération VDPAU fournie par le pilote nvidia. | ||
==== Pilote Intel ==== | ==== Pilote Intel ==== | ||
- | * Sur [[bionic|Ubuntu 18.04]] | ||
- | Pour installer ce logiciel, il suffit d'[[:tutoriel:comment_installer_un_paquet|installer les paquets]] **[[apt>i965-va-driver,libvdpau-va-gl1|i965-va-driver et libvdpau-va-gl1]]** ou **[[apt>i965-va-driver-shaders,libvdpau-va-gl1|i965-va-driver-shaders et libvdpau-va-gl1]]** qui permet l'accélération VA API. | ||
- | * Sur [[focal|Ubuntu 20.04 et suivantes]] | ||
Pour installer ce logiciel, il suffit d'[[:tutoriel:comment_installer_un_paquet|installer les paquets]] **[[apt>intel-media-va-driver,libvdpau-va-gl1|intel-media-va-driver et libvdpau-va-gl1]]** ou **[[apt>intel-media-va-driver-non-free,libvdpau-va-gl1|intel-media-va-driver-non-free et libvdpau-va-gl1]]** qui permet l'accélération VA API. | Pour installer ce logiciel, il suffit d'[[:tutoriel:comment_installer_un_paquet|installer les paquets]] **[[apt>intel-media-va-driver,libvdpau-va-gl1|intel-media-va-driver et libvdpau-va-gl1]]** ou **[[apt>intel-media-va-driver-non-free,libvdpau-va-gl1|intel-media-va-driver-non-free et libvdpau-va-gl1]]** qui permet l'accélération VA API. | ||
- | ====Pilote Catalyst propriétaire ==== | ||
- | Pour utiliser ce logiciel avec le pilote propriétaire [[:Catalyst]] d'AMD-ATI, il suffit d'[[:tutoriel:comment_installer_un_paquet|installer les paquets]] **[[apt>mesa-vdpau-drivers,libvdpau-va-gl1]]** qui permet l'accélération VA API. | ||
====Pilote libre radeon (recommandé)==== | ====Pilote libre radeon (recommandé)==== | ||
Ligne 36: | Ligne 30: | ||
Exemple : | Exemple : | ||
- | libva info: VA-API version 0.37.0 | + | <code> |
- | libva info: va_getDriverName() returns 0 | + | libva info: VA-API version 0.37.0 |
- | libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/r600_drv_video.so | + | libva info: va_getDriverName() returns 0 |
- | libva info: Found init function __vaDriverInit_0_35 | + | libva info: Trying to open /usr/lib/x86_64-linux-gnu/dri/r600_drv_video.so |
- | libva info: va_openDriver() returns 0 | + | libva info: Found init function __vaDriverInit_0_35 |
- | vainfo: VA-API version: 0.37 (libva 1.5.0) | + | libva info: va_openDriver() returns 0 |
- | vainfo: Driver version: Splitted-Desktop Systems VDPAU backend for VA-API - 0.7.4 | + | vainfo: VA-API version: 0.37 (libva 1.5.0) |
- | vainfo: Supported profile and entrypoints | + | vainfo: Driver version: Splitted-Desktop Systems VDPAU backend for VA-API - 0.7.4 |
- | VAProfileMPEG2Simple : VAEntrypointVLD | + | vainfo: Supported profile and entrypoints |
- | VAProfileMPEG2Main : VAEntrypointVLD | + | VAProfileMPEG2Simple : VAEntrypointVLD |
- | VAProfileMPEG4Simple : VAEntrypointVLD | + | VAProfileMPEG2Main : VAEntrypointVLD |
- | VAProfileMPEG4AdvancedSimple : VAEntrypointVLD | + | VAProfileMPEG4Simple : VAEntrypointVLD |
- | VAProfileH264Baseline : VAEntrypointVLD | + | VAProfileMPEG4AdvancedSimple : VAEntrypointVLD |
- | VAProfileH264Main : VAEntrypointVLD | + | VAProfileH264Baseline : VAEntrypointVLD |
- | VAProfileH264High : VAEntrypointVLD | + | VAProfileH264Main : VAEntrypointVLD |
- | VAProfileVC1Advanced : VAEntrypointVLD | + | VAProfileH264High : VAEntrypointVLD |
+ | VAProfileVC1Advanced : VAEntrypointVLD | ||
+ | </code> | ||
===== Utilisation ===== | ===== Utilisation ===== |