mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-28 04:52:18 +00:00
add vaapi support
This commit is contained in:
parent
f57a0e6b81
commit
2e65c32ede
5 changed files with 186 additions and 117 deletions
|
|
@ -10,6 +10,7 @@ namespace MediaBrowser.Model.Configuration
|
|||
public int ThrottleDelaySeconds { get; set; }
|
||||
public string HardwareAccelerationType { get; set; }
|
||||
public string EncoderAppPath { get; set; }
|
||||
public string VaapiDevice { get; set; }
|
||||
|
||||
public EncodingOptions()
|
||||
{
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue