ffmpeg.ffprobe(filePath, (error, metadata) => { const duration = metadata.format.duration; console.log(duration);
Up to