mirror of
https://github.com/jellyfin/jellyfin.git
synced 2026-08-03 22:40:09 +00:00
add new guide settings
This commit is contained in:
parent
dcfda6d777
commit
6a7fabc3bd
14 changed files with 256 additions and 166 deletions
|
|
@ -235,6 +235,8 @@ namespace MediaBrowser.MediaEncoding.Encoder
|
|||
throw new ResourceNotFoundException("ffprobe not found");
|
||||
}
|
||||
|
||||
path = newPaths.Item1;
|
||||
|
||||
if (!ValidateVersion(path))
|
||||
{
|
||||
throw new ResourceNotFoundException("ffmpeg version 3.0 or greater is required.");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue