0
我正在使用ffmpeg從視頻獲取縮略圖。它的工作正常。但是shell_exec函數返回null。shell_exec返回null ffmpeg用於生成視頻縮略圖
我的命令,
$return=shell_exec('C:\ffmpeg\bin\ffmpeg.exe -i D:\wamp\www\test\demo.mov -f image2 -vframes 1 D:\wamp\www\test\test.jpg');
var_dump($return);
我可以從中得到的返回值?請幫我:)
Thanks @Martin Konecny。它工作正常:) – Manu 2014-10-11 07:04:34