Commit 2d57fe05 by 冷斌

fix bug

parent 0634ebc4
......@@ -48,6 +48,7 @@ class ToTs
pclose(popen('start /wait /B ' . $fpos, 'r'));
} else {
$cmd = 'PATH=$PATH ' . $fpos . ' >/dev/null >/dev/null 2>/var/log/ffmpeg.log';
echo $cmd;die;
exec($cmd);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment