Added video accel for OBS
This commit is contained in:
parent
7704be5f18
commit
cbfc6ac95e
@ -75,6 +75,14 @@
|
|||||||
# Video Accel
|
# Video Accel
|
||||||
libva
|
libva
|
||||||
libva-utils
|
libva-utils
|
||||||
|
libva-mesa-driver
|
||||||
|
mesa
|
||||||
|
(wrapOBS {
|
||||||
|
plugins = with pkgs.obs-studio-plugins; [
|
||||||
|
obs-vaapi # ← encodage H.264/HEVC via VA-API (AMD, Intel)
|
||||||
|
obs-gstreamer # ← optionnel mais utile
|
||||||
|
];
|
||||||
|
})
|
||||||
];
|
];
|
||||||
sessionVariables = {
|
sessionVariables = {
|
||||||
NIXOS_OZONE_WL = "1";
|
NIXOS_OZONE_WL = "1";
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user