我想连接一组视频我的数组是
$interFIFO // array(
0=>test1.mpg,
1=>test2.mpg,
2=>test3.mpg,
3=>test4.mpg,
);// array count may be increase some time
我知道连接 2 个视频文件及其工作文件,我的代码是
shell_exec("cat test1.mpg test2.mpg > test_all.mpg");
上面的代码工作文件,我得到了结果。
我的问题是使用 php 和avconv连接超过 2 个视频