Open ahmadsukabul opened 1 year ago
ffmpeg(fileToTranscode) .addOptions(option) .output(fileHls) .on('progress', function (progress) { console.log(progress) console.log( 'Processing: ' + parseInt(progress.percent) + '% done, filename: ' + data.filename + ', quality: ' + data.quality ) }) .on('error', function (err, stdout, stderr) { }) .run() } catch (error) { }
log progress { frames: 34277, currentFps: 37, currentKbps: NaN, targetSize: NaN, timemark: '00:23:49.71' }
Can confirm, running in a Lambda function
Can confirm, running on Macbook Air with Apple M1 chip
Version information
Code to reproduce