mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-27 04:08:33 +00:00
Add EnableAudioVbrEncoding to TranscodingProfile
This will allow the client selectively disable VBR audio when it causes problems. Signed-off-by: gnattu <gnattuoc@me.com>
This commit is contained in:
parent
78929418cc
commit
0381c5a288
9 changed files with 78 additions and 26 deletions
|
|
@ -508,6 +508,14 @@ namespace MediaBrowser.Controller.MediaEncoding
|
|||
}
|
||||
}
|
||||
|
||||
public bool EnableAudioVbrEncoding
|
||||
{
|
||||
get
|
||||
{
|
||||
return BaseRequest.EnableAudioVbrEncoding;
|
||||
}
|
||||
}
|
||||
|
||||
public int HlsListSize => 0;
|
||||
|
||||
public bool EnableBreakOnNonKeyFrames(string videoCodec)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue