mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-23 23:20:51 +01:00
[PR #9029] [MERGED] Add dts to list of audio codecs which require ffmpeg strict -2 #11769
Labels
No labels
area:database
awaiting-feedback
backend
blocked
breaking change: web api
bug
build
ci
confirmed
discussion needed
dotnet future
downstream
duplicate
EFjellyfin.db
enhancement
feature
future
github-actions
good first issue
hdr
help wanted
invalid
investigation
librarydb
live-tv
lyrics
media playback
music
needs testing
nuget
performance
platform
pull-request
question
regression
release critical
requires-web
roadmap
security
security
stale
support
syncplay
ui & ux
upstream
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: starred/jellyfin#11769
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
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?
📋 Pull Request Information
Original PR: https://github.com/jellyfin/jellyfin/pull/9029
Author: @DavidFair
Created: 1/7/2023
Status: ✅ Merged
Merged: 1/9/2023
Merged by: @Bond-009
Base:
master← Head:Support_dts_transcoding📝 Commits (2)
4eeb522Add dts to list of audio codecs which require strict -2abeadc6Add DavidFair to contributors📊 Changes
2 files changed (+4 additions, -2 deletions)
View changed files
📝
CONTRIBUTORS.md(+1 -0)📝
Jellyfin.Api/Controllers/DynamicHlsController.cs(+3 -2)📄 Description
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
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.