mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-04 15:16:38 +00:00
Check videoRotation in video stream copy
Signed-off-by: nyanmisaka <nst799610810@gmail.com>
This commit is contained in:
parent
5cb6ac521a
commit
fc251265d9
3 changed files with 41 additions and 36 deletions
|
|
@ -91,6 +91,12 @@ namespace MediaBrowser.Controller.MediaEncoding
|
|||
/// <value>The codec tag.</value>
|
||||
public string CodecTag { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the rotation.
|
||||
/// </summary>
|
||||
/// <value>The video rotation angle, usually 0 or +-90/180.</value>
|
||||
public string Rotation { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets or sets the framerate.
|
||||
/// </summary>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue