jellyfin / jellyfin-webos

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

preferred transcode audio codec setting FLAC not working #234

Closed 24fpsDaVinci closed 3 months ago

24fpsDaVinci commented 3 months ago

when setting Preferred transcode audio codec to FLAC, the track is instead transcoded to AAC.

Other options like OPUS work as intended.

dmitrylyzo commented 3 months ago

How many audio channels?

24fpsDaVinci commented 3 months ago

6 channels

dmitrylyzo commented 3 months ago

6 channels

Since FLAC with more than 2 audio channels is not well supported in webOS (https://github.com/jellyfin/jellyfin-webos/issues/146), it has been limited to 2 channels for video (https://github.com/jellyfin/jellyfin-web/pull/5452). In your case it means that Jellyfin selects the next supported codec to support 6 audio channels - AAC.

24fpsDaVinci commented 3 months ago

Ok, looks like they chose to preserve channels with AAC instead of downmixing. thank you