mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-09-26 08:37:17 +00:00
add IgnoreDts option
This commit is contained in:
parent
7ef16a449a
commit
7ee588060d
7 changed files with 56 additions and 22 deletions
|
|
@ -39,6 +39,16 @@ namespace MediaBrowser.Controller.MediaEncoding
|
|||
|
||||
public bool ReadInputAtNativeFramerate { get; set; }
|
||||
|
||||
public bool IgnoreDts
|
||||
{
|
||||
get { return MediaSource.IgnoreDts; }
|
||||
}
|
||||
|
||||
public bool IgnoreIndex
|
||||
{
|
||||
get { return MediaSource.IgnoreIndex; }
|
||||
}
|
||||
|
||||
public string OutputContainer { get; set; }
|
||||
|
||||
public string OutputVideoSync
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue