jellyfin / jellyfin-webos

WebOS Client for Jellyfin
https://jellyfin.org
Mozilla Public License 2.0
623 stars 60 forks source link

DTS gets re-encoded for no reason #212

Closed Dark-Noir closed 3 months ago

Dark-Noir commented 3 months ago

I got a mkv with DTS audio which gets re-encoded to AAC for no reason. When I disable audio re-encoding for my user it just plays fine directly as DTS TV: LG OLED C3

Has probably nothing to do with this issue but why get my AV1 video re-encoded to HEVC when my PGS subtitles not compatible? I disabled AV1 encoding because lack of hardware power, but why is it needed to re-encode the whole video only because of the subs? It's more a general question 😅

dmitrylyzo commented 3 months ago

I got a mkv with DTS audio which gets re-encoded to AAC for no reason.

https://github.com/jellyfin/jellyfin-webos/issues/172 already fixed by https://github.com/jellyfin/jellyfin-web/pull/5053

I disabled AV1 encoding because lack of hardware power, but why is it needed to re-encode the whole video only because of the subs?

PGS are image-based subtitles, which are not generally supported. So they must be encoded into the video stream - transcoding.

Dark-Noir commented 3 months ago

172 already fixed by jellyfin/jellyfin-web#5053

Is there any known ETA on this, the merge is already few months old?

PGS are image-based subtitles, which are not generally supported. So they must be encoded into the video stream - transcoding.

Ah okay, makes sense, thanks for clarifying ^^

anthonylavado commented 3 months ago

It is part of the 10.9 release, currently expected for end of April.