mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-04 15:28:23 +00:00
add IsInterlaced param
This commit is contained in:
parent
316b1c9b7b
commit
3e15b28b18
13 changed files with 88 additions and 20 deletions
|
|
@ -277,6 +277,7 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
|||
state.TargetPacketLength,
|
||||
state.TargetTimestamp,
|
||||
state.IsTargetAnamorphic,
|
||||
state.IsTargetInterlaced,
|
||||
state.TargetRefFrames,
|
||||
state.TargetVideoStreamCount,
|
||||
state.TargetAudioStreamCount,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue