【发布时间】:2019-11-05 10:38:14
【问题描述】:
从 php 执行 ffprobe 命令(在 windows 主机上)没有输出任何想法如何解决这个问题?
$batexec = ("C:\\Users\\Administrator\\Desktop\\nginx\\nginx\\ffmpeg\\bin\\ffprobe.exe ffprobe -v quiet -print_format json -show_streams -show_format rtmp://example.com/live/live");
shell_exec($batexec);
echo $batexec;
【问题讨论】:
标签: php exec shell-exec ffprobe