Node-Media-Server icon indicating copy to clipboard operation
Node-Media-Server copied to clipboard

扩展自定义参数

Open wyulang opened this issue 1 year ago • 2 comments

argv.splice(argv.length, 0, ...x264); argv.splice(argv.length, 0, ...aac); argv.splice(argv.length, 0, ...outPath);

加个自定义参数 如:parameter为自定义参数 argv.splice(argv.length, 0, ...parameter);

或者如: 整个都由自定义参数组成 this.ffmpeg_exec = spawn(this.conf.ffmpeg, parameter);

wyulang avatar Sep 02 '22 02:09 wyulang

提交pr和用例

illuspas avatar Sep 02 '22 02:09 illuspas

你这个没法加上额外参数

wyulang avatar Sep 02 '22 02:09 wyulang