开发者

FFMEPG permission problem, is there any alternative solution instead of FFMPEG?

开发者 https://www.devze.com 2023-01-31 09:49 出处:网络
We have some kind of permenant permission problem on FFMPEG.exe to write JPEG file on to HDD. We are using IIS and try all permission methods to ffmepg.exe, its including folder,folders, cmd.exe and a

We have some kind of permenant permission problem on FFMPEG.exe to write JPEG file on to HDD. We are using IIS and try all permission methods to ffmepg.exe, its including folder,folders, cmd.exe and any executable file, related fol开发者_如何学Pythonder, file. Also we tried many many command examples. But never went beyond the "permission denied" error messages. We give up. Do you know another alternative solution to pick images from flv, f4v movie files? Or %100 quaranteed method to achive this permission control on IIS? Thank you. ---last code we try variables etc. aren't shown here.

jpegYapKomutu = videoEditorKlasoru &"\ffmpeg.exe -i " & videoEditorKlasoru & "\deneme.flv" &" -s 480×360 -ss 00:00:"&saniyesi&" -vframes 1 -f mjpeg "&  "C:\Webhome\normworks\caglarorhan\deneme.jpg"
        WScript.Run "%COMSPEC% /C dir" & jpegYapKomutu


Most likely IIS is running under an anonymous account. Try setting the Application Pool to run as a specific user account that has permission to execute ffmpeg.

There's some info here


"Permission denied"-problems have nothing to do with FFMPEG, and you will get the same problems with any other tool.

By the way, this question probably belongs on https://serverfault.com/

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号