![]() |
Transcoding changes aspect ratio to 4:3 - 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 changes aspect ratio to 4:3 (/t-transcoding-changes-aspect-ratio-to-4-3) |
Transcoding changes aspect ratio to 4:3 - cmrt - 2025-08-17 Hi! I'm running Jellyfin 10.10.7 in a Debian 14 (forky/testing) LXC Container on Proxmox 9, with an Intel ARC A380 passed through for hardware transcoding. I installed Jellyfin directly via apt. I am trying to watch a 4k HDR video, and for some reason the aspect ratio of the transcoded video (any bitrate/resolution) is being forced from 16:9 down to 4:3. I tried, with the same result: * Firefox 141.0.3 (64-bit) also on Debian, * Chrome 139.0.7258.127 (Official Build) (64-bit) (Debian) * Jellyfin 2.6.3 on Android 16 ffprobe on the original video says
From the transcoding log, it seems that the transcode is using Intel QSV (expected) to convert to AV1, packing it in an hls container. Notably, this output says that it's maintaining the aspect ratio.
But "Playback Info" in the browser tells me that the "Video resolution" is "3840x2901" (a.k.a. 4:3), which is not the expected 3840x2160 from the ffmpeg "output" section. The Android transcode is to H.264 and lower resolution, but the aspect ratio is correct
I found a reddit thread in which someone is having what appears to be the same issue (https://www.reddit.com/r/selfhosted/comments/1lbguya/jellyfin_squishes_a_169_video_into_43_ratio/), but they didn't give many details. Does anyone have any idea what this could be caused by? Thanks! |