mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-01-24 07:30:57 +01:00
[PR #2715] [MERGED] Prefer to use libfdk_aac encoder for better audio quality when it is available #9014
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#9014
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/2715
Author: @nyanmisaka
Created: 3/30/2020
Status: ✅ Merged
Merged: 4/12/2020
Merged by: @joshuaboniface
Base:
master← Head:libfdk-aac📝 Commits (4)
db23660prefer to use libfdk_aac for better audio qualitycf98a1fupdate as per suggestionebb7590update as per suggestiond9b78a1update as per suggestion📊 Changes
2 files changed (+8 additions, -1 deletions)
View changed files
📝
MediaBrowser.Controller/MediaEncoding/EncodingHelper.cs(+7 -1)📝
MediaBrowser.MediaEncoding/Encoder/EncoderValidator.cs(+1 -0)📄 Description
Changes
This PR was proposed by @PeterCxy.
The library is also incompatible with GPL. Users would still need to supply their own build of FFmpeg to make this work, as libfdk_aac could not be redistributed.
https://ffmpeg.org/ffmpeg-all.html#libfdk_005faac
Issues
Fixes: https://github.com/jellyfin/jellyfin/issues/2705
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.