2023-08-03, 07:52 AM
(This post was last modified: 2023-08-03, 08:51 AM by toaster. Edited 1 time in total.)
Hi,
I'm encountering the same problem. In the mkv-file the values are PixelWidth=720, PixelHeight=576, DisplayWidth=1024, DisplayHeight=576, DisplayUnit=Default(0). The underlying MPEG2 Video file also seems to have set the AspectRatio=16:9. When I play the video with VLC the DisplayWidth and DisplayHeight seem to be taken into account since the aspect ratio changes when I change those values, but when I stream it with Jellyfin the aspect ratio isn't right. The logs show that the transcoding with ffmpeg produces an output video with 704x576 resolution. The problem occurs with the webplayer and also the internal player on the android app.
Edit:
Just realized it's transcoding not remuxing for me, but I think the problem is similar enough.
I'm encountering the same problem. In the mkv-file the values are PixelWidth=720, PixelHeight=576, DisplayWidth=1024, DisplayHeight=576, DisplayUnit=Default(0). The underlying MPEG2 Video file also seems to have set the AspectRatio=16:9. When I play the video with VLC the DisplayWidth and DisplayHeight seem to be taken into account since the aspect ratio changes when I change those values, but when I stream it with Jellyfin the aspect ratio isn't right. The logs show that the transcoding with ffmpeg produces an output video with 704x576 resolution. The problem occurs with the webplayer and also the internal player on the android app.
Edit:
Just realized it's transcoding not remuxing for me, but I think the problem is similar enough.