nextExplorer: add env vars for HW acceleration
This commit is contained in:
parent
5c3b273e53
commit
a769c90e48
@ -17,7 +17,11 @@ msg_info "Installing Dependencies"
|
|||||||
$STD apt install -y \
|
$STD apt install -y \
|
||||||
ripgrep \
|
ripgrep \
|
||||||
imagemagick \
|
imagemagick \
|
||||||
ffmpeg
|
ffmpeg \
|
||||||
|
libva-drm2 \
|
||||||
|
libva2 \
|
||||||
|
mesa-va-drivers \
|
||||||
|
vainfo
|
||||||
msg_ok "Installed Dependencies"
|
msg_ok "Installed Dependencies"
|
||||||
|
|
||||||
NODE_VERSION="24" setup_nodejs
|
NODE_VERSION="24" setup_nodejs
|
||||||
@ -108,6 +112,11 @@ SHOW_VOLUME_USAGE=true
|
|||||||
# FFMPEG_PATH=
|
# FFMPEG_PATH=
|
||||||
# FFPROBE_PATH=
|
# FFPROBE_PATH=
|
||||||
|
|
||||||
|
## Hardware acceleration
|
||||||
|
# FFMPEG_HWACCEL=vaapi
|
||||||
|
# FFMPEG_HWACCEL_DEVICE=/dev/dri/renderD128
|
||||||
|
# FFMPEG_HWACCEL_OUTPUT_FORMAT=nv12
|
||||||
|
|
||||||
FAVORITES_DEFAULT_ICON=outline.StarIcon
|
FAVORITES_DEFAULT_ICON=outline.StarIcon
|
||||||
|
|
||||||
SHARES_ENABLED=true
|
SHARES_ENABLED=true
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user