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 的 ffmpef 库将 mov 视频转换为 mp4。我正在使用给定的代码:
$cmd='ffmpeg -i sample.mov -sameq output.mp4'; echo exec($cmd);
它根本不起作用。即使我没有得到任何错误。谁能告诉我进行此转换的正确步骤。我尝试了很多代码示例,但对我不起作用。
使用-qscale 0而不是-sameq.
-qscale 0
-sameq