FFMEPG permission problem, is there any alternative solution instead of FFMPEG?
- by caglaror
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