mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-12-27 19:24:47 +03:00
Moved ffmpeg to the controller project and added ffprobe
This commit is contained in:
parent
59a3dcc8c1
commit
3e86104641
@@ -164,8 +164,8 @@ namespace MediaBrowser.Api.HttpHandlers
|
||||
startInfo.RedirectStandardOutput = true;
|
||||
startInfo.RedirectStandardError = true;
|
||||
|
||||
startInfo.FileName = ApiService.FFMpegPath;
|
||||
startInfo.WorkingDirectory = ApiService.FFMpegDirectory;
|
||||
startInfo.FileName = Kernel.Instance.ApplicationPaths.FFMpegPath;
|
||||
startInfo.WorkingDirectory = Kernel.Instance.ApplicationPaths.FFMpegDirectory;
|
||||
startInfo.Arguments = GetCommandLineArguments();
|
||||
|
||||
Logger.LogInfo(startInfo.FileName + " " + startInfo.Arguments);
|
||||
|
||||
Reference in New Issue
Block a user