1.0.22 • Published 4 years ago
@bunchtogether/ffmpeg-process-manager v1.0.22
FFmpeg Process Manager
Usage
// Process Manager
const { FFmpegProcessManager } = require('@bunchtogether/ffmpeg-process-manager');
// ffmpeg process manager instance
// @param updateIntervalSeconds {integer=10} Emits the status event at every <integer> secs
// @param useSystemBinary {boolean=false} Uses system ffmpeg binary rather than
// the ffmpeg-static ones when set to true
// @returns <FFmpegProcessManager>
const processManager = new FFmpegProcessManager({
updateIntervalSeconds: 10,
useSystemBinary: false
})
const { startFFprobe } = require('@bunchtogether/ffmpeg-process-manager');
// ffprobe check
// @param args {string[]} ffprobe input arguments
// @param useSystemBinary {boolean=false} Uses system ffmpeg binary rather than
// the ffmpeg-static ones when set to true
const data = await startFFprobe(args, useSystemBinary);
1.0.22
4 years ago
1.0.21
4 years ago
1.0.20
5 years ago
1.0.19
5 years ago
1.0.18
5 years ago
1.0.17
5 years ago
1.0.16
5 years ago
1.0.15
5 years ago
1.0.14
6 years ago
1.0.13
6 years ago
1.0.12
6 years ago
1.0.11
6 years ago
1.0.10
6 years ago
1.0.9
6 years ago
1.0.8
6 years ago
1.0.7
6 years ago
1.0.6
6 years ago
1.0.5
6 years ago
1.0.4
6 years ago
1.0.2
6 years ago