命令在Linux的CLI上运行。
ffmpeg-concat -t circleopen -d 750 -o /var/www/html/testing_video/huzzah.mp4 /var/www/html/testing_video/1.mp4 /var/www/html/testing_video/2.mp4 /var/www/html/testing_video/3.mp4 2>&1
完全可以在CLI上工作。但是,当我使用php文件中的shell_exec命令时,会出现错误。
无法创建OpenGL上下文 在module.exports(/usr/lib/node_modules/ffmpeg-concat/lib/context.js:24:11) 在module.exports(/usr/lib/node_modules/ffmpeg-concat/lib/render-frames.js:19:21) 在module.exports(/usr/lib/node_modules/ffmpeg-concat/lib/index.js:53:32) 在
无论如何我调试代码函数正在调用并且参数width和height正在传递,但仍返回null。
节点版本:v8.11.3