Node.js管道 - 怎么写?

时间:2011-08-09 14:00:58

标签: javascript node.js child-process fs

我需要弄清楚如何赋予exec写权限。

var exec = require('child_process').exec;
exec('ffmpeg -i file.ogv -f mp4 file.mp4', function(err, stdout, stderr){
});
// ffmpeg converts one video file to another.

我该怎么做?

1 个答案:

答案 0 :(得分:0)

我使用node-fluent来处理这个问题,它可以更好地/授予权限。