-
Notifications
You must be signed in to change notification settings - Fork 199
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does this support Linux? #102
Comments
yeah I am seeing the same thing. |
Honest Advice: Use this fork for Linux - https://github.com/mtebenev/MediaToolkit.NetCore |
You are able to specify custom path to ffmpeg (have to be installed, ofc).
|
you need install ffmpeg on linux yum install ffmpeg -y C# code like this :
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
Does this support linux?, I try to run it on AWS EC2, (Centos 7), but I got the following:
I am pretty sure the directory already had 777 and root access
===========
2019-09-14 09:20:23.712 +07:00 [ERR] FFMpeg.GetVideoThumbnailAsync: System.ComponentModel.Win32Exception (13): Permission denied
at Interop.Sys.ForkAndExecProcess(String filename, String[] argv, String[] envp, String cwd, Boolean redirectStdin, Boolean redirectStdout, Boolean redirectStderr, Boolean setUser, UInt32 userId, UInt32 groupId, Int32& lpChildPid, Int32& stdinFd, Int32& stdoutFd, Int32& stderrFd, Boolean shouldThrow)
at System.Diagnostics.Process.StartCore(ProcessStartInfo startInfo)
at System.Diagnostics.Process.Start()
at System.Diagnostics.Process.Start(ProcessStartInfo startInfo)
at MediaToolkit.Engine.StartFFmpegProcess(EngineParameters engineParameters)
at MediaToolkit.Engine.FFmpegEngine(EngineParameters engineParameters)
at PrimeBiometry.Models.FFMpeg.GetVideoThumbnailAsync() in
~
~
~
~
The text was updated successfully, but these errors were encountered: