FFmpeg exited with code 1 - 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: FFmpeg exited with code 1 (/t-ffmpeg-exited-with-code-1) |
FFmpeg exited with code 1 - Trance Kat - 2023-07-08 Hello all. I recently purchased an HP EliteDesk 800 G3 i5-7500 for the iGPU (my main server is dual Xeon) to use with Jellyfin. When I attempt to play a file that requires transcoding, I get an error from Jellyfin: Playback Error The client isn't compatible with the media and the server isn't sending a compatible media format. The error in the logs(https://pastebin.com/YCXicTb9): Code: [16:52:39] [ERR] [26] Jellyfin.Api.Helpers.TranscodingJobHelper: FFmpeg exited with code 1 The file is an HEVC with AAC audio. The client is a wimpy chromebook. The file does play directly. I'm at a loss as to what I can do to fix this. I am grateful to any help. Thank you in advance! The environment: Code: tino:~# cat /etc/os-release docker-compose.yml content Code: ###################### RE: FFmpeg exited with code 1 - thornbill - 2023-07-09 Ffmpeg output is logged separately. If you can share the ffmpeg log it should include details as to why it exited. |