开发者

Node.js Piping-how to write?

开发者 https://www.devze.com 2023-03-27 07:25 出处:网络
I need to figure out how I can give exec permissions to write. var exec = require(\'child_process\').exec;

I need to figure out how I can give exec permissions to write.

var exec = require('child_process').exec;
exec('ffmpeg -i file.ogv -f mp4 file.mp4', function(err, stdout, stderr){
});
// ffmpeg c开发者_如何学Goonverts one video file to another.

How can I do this?


I used node-fluent to take care of this, it works better/grants permissions.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号