ffmpeg.exe + PHP + IIS, 怎么调用?
就是,PHP 运行在windows2003 IIS 上,如何?调用ffmpeg.exe
有人建议用 system()函数,例如
sytem("G:/app/ffmpeg.exe -y -i G:/files/1_temp -ss 0 -vframes 1 -an -sameq -f image2 -s 140x102 G:/files/1_temp_small.jpg")
做截图。可是我运行了,结果失败。
我搜了一下,好多人都有这个问题,不知道最后都怎么解决的?有没有解决的?