![]() |
Transcoding FFmpeg error 218 - Printable Version +- Jellyfin Forum (https://forum.jellyfin.org) +-- Forum: Support (https://forum.jellyfin.org/f-support) +--- Forum: Troubleshooting (https://forum.jellyfin.org/f-troubleshooting) +--- Thread: Transcoding FFmpeg error 218 (/t-transcoding-ffmpeg-error-218) |
RE: Transcoding FFmpeg error 218 - TheDreadPirate - 2024-11-12 Can you share your docker compose? RE: Transcoding FFmpeg error 218 - aazam476 - 2024-11-12 (2024-11-12, 01:53 PM)TheDreadPirate Wrote: Can you share your docker compose? I am using Linuxserver's docker image, but the issue that is happening occurs when using either the official image or Linuxserver's image. Code: version: '3' RE: Transcoding FFmpeg error 218 - TheDreadPirate - 2024-11-12 I revisited your original post. I noticed you have decode acceleration enabled for HEVC, which your GPU does not support. Dashboard > Playback > Transcoding. Check MPEG2, VC1, VP8, and H264 for the decode section. Uncheck everything else. This will cause those codecs to decode on the CPU instead of the GPU. RE: Transcoding FFmpeg error 218 - aazam476 - 2024-11-12 After fixing a few other errors by restarting the docker stack and fixing folder permissions, it works! Thanks so much! RE: Transcoding FFmpeg error 218 - Kiwa - 2024-11-21 Hi, sorry for the delay, I've been very busy. Jellyfin has been running all this time without any issues since the last reboot. Today I updated the GPU firmware (via Windows 11 bare metal) and motherboard BIOS. If this problem occurs again I will investigate further and post new LOGS in case something changes. Thanks. |