Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我遇到了一个可怕的问题。我一直在搜索,一整天都在谷歌搜索,但找不到这个问题的答案..
我正在尝试使用 PHP 中的 FFmpeg 将 5 张图片转换为视频。我的 php.ini 中安装了 FFmpeg 扩展。
尝试运行此命令:
<?php exec("ffmpeg -r 25 -qscale 2 -i %05d.jpg output.mp4"); ?>
但它给了我一个没有错误或其他东西的空白页。有谁能够帮我 ?