标签: php ffmpeg
我通过此命令行在单个视频上应用水印;
ffmpeg -i input.mp4 -i watermark.png -filter_complex "overlay" output.mp4
使用php在Linux服务器上批处理的代码行是什么?