在php

时间:2015-06-27 18:36:13

标签: php ffmpeg

$command = "ffmpeg -i '" . $img_full_name . "' -vf scale=200:200 '" . $img_thumb_name . "'" ;

    $output=shell_exec($command);   
    echo $output;
    die;

我正在使用此代码在php中执行命令,但它让我空白。如果我在ssh上直接执行它,则相同的命令有效。

0 个答案:

没有答案