摘要:
&1'); $video_info = getVideoInfo($pic); function getVideoInfo($file){ ob_start(); passthru(sprintf(FFMPEG_CMD, $file)); $video_info = ob_get_contents(); ob_end_clean(); ... 阅读全文
posted @ 2017-04-14 10:08
小蘑菇~
阅读(2986)
评论(0)
推荐(0)