mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-06-23 15:30:56 -04:00
Swap aac encoders (again)
This commit is contained in:
parent
9c4e8f3381
commit
ec34eb2376
@ -528,7 +528,7 @@ namespace MediaBrowser.Api.Playback
|
|||||||
{
|
{
|
||||||
if (codec == AudioCodecs.Aac)
|
if (codec == AudioCodecs.Aac)
|
||||||
{
|
{
|
||||||
return "libvo_aacenc";
|
return "aac -strict experimental";
|
||||||
}
|
}
|
||||||
if (codec == AudioCodecs.Mp3)
|
if (codec == AudioCodecs.Mp3)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user