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

Posted by caglaror on Stack Overflow See other posts from Stack Overflow or by caglaror
Published on 2010-12-21T12:41:16Z Indexed on 2010/12/21 12:54 UTC
Read the original article Hit count: 257

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 folder, 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

© Stack Overflow or respective owner

Related posts about Windows

Related posts about iis