mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-07-16 05:43:54 +03:00
[PR #9029] Add dts to list of audio codecs which require ffmpeg strict -2 #11949
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/jellyfin/jellyfin/pull/9029
State: closed
Merged: Yes
Changes
Adds dts to the list of audio codecs where ffmpeg will throw asking us to opt into experimental support. This is seen when the original content is based on dts and we don't acopy using ffmpeg.
Note: I haven't tested this locally, as my server is currently 200+ miles away from me with no way to remotely install a new version. Looking at my logs and the logs in the original this happens on DTS media that's transcoded, so it should be easy to test...
Issues
Fixes #8804