Yesterday, 03:13 AM
(This post was last modified: Yesterday, 03:15 AM by molinamos. Edited 1 time in total.)
I am trying to use my Intel A310 to do encoding but ffmpeg is failing.
Linux XYZ 6.12.12+bpo-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.12.12-1~bpo12+1 (2025-02-23) x86_64 GNU/Linux
I've attached the log of ffmpeg. I've tried to follow the setup in the guide but still seeing issues and don't know where else to look.
For current parts: https://pcpartpicker.com/user/Molinamos/saved/CFYvRB
Linux XYZ 6.12.12+bpo-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.12.12-1~bpo12+1 (2025-02-23) x86_64 GNU/Linux
Code:
jellyfin:
image: lscr.io/linuxserver/jellyfin:${JELLYFIN_RELEASE}
container_name: jellyfin
environment:
TZ: America/Los_Angeles
PGID: "1000"
PUID: "1000"
URL: "XYZ.xyz"
LIBVA_DRIVER_NAME: iHD
VAAPI_DRIVER: iHD
QSV_DEVICE: /dev/dri/renderD128
DOCKER_MODS: "linuxserver/mods:jellyfin-opencl-intel"
group_add:
- "105" # Change this to match your "render" host group id and remove this comment
volumes:
- /etc/localtime:/etc/localtime:ro
- ${STORAGE_APP_PREFIX?:error}jellyfin/config:/config
- /mnt/storage:/storage
- /tmp:/transcode
devices:
- /dev/dri/renderD128:/dev/dri/renderD128
restart: unless-stopped
I've attached the log of ffmpeg. I've tried to follow the setup in the guide but still seeing issues and don't know where else to look.
For current parts: https://pcpartpicker.com/user/Molinamos/saved/CFYvRB