diff options
Diffstat (limited to 'ffmpegServer.js')
| -rw-r--r-- | ffmpegServer.js | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ffmpegServer.js b/ffmpegServer.js index 0ab0e6a..da3d1ba 100644 --- a/ffmpegServer.js +++ b/ffmpegServer.js @@ -44,6 +44,7 @@ wss.on('connection', function connection(ws, req) { '-f', 'flv', '-max_muxing_queue_size', '99999', + '-preset', 'veryfast', //'-vf', 'mpdecimate', '-vsync', 'vfr', //'-vf', 'mpdecimate,setpts=N/FRAME_RATE/TB', @@ -80,4 +81,4 @@ wss.on('connection', function connection(ws, req) { ws.terminate(); }); -});
\ No newline at end of file +}); |
