mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-16 05:53:03 +03:00
allow customization of ffmpeg path
This commit is contained in:
@@ -9,6 +9,7 @@ namespace MediaBrowser.Model.Configuration
|
||||
public bool EnableThrottling { get; set; }
|
||||
public int ThrottleDelaySeconds { get; set; }
|
||||
public string HardwareAccelerationType { get; set; }
|
||||
public string EncoderAppPath { get; set; }
|
||||
|
||||
public EncodingOptions()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user