mirror of
https://gitlab.rlp.net/proj-wise2526-video2document/video2document.git
synced 2026-06-15 18:01:52 +02:00
cleaned up ffmpegextractor.js
This commit is contained in:
@@ -1,6 +1,3 @@
|
||||
const EventEmitter = require('events');
|
||||
const audioEvents = new EventEmitter();
|
||||
|
||||
// Ensure ffmpeg binary is available
|
||||
if (!ffmpegPath) {
|
||||
throw new Error('FFmpeg binary not found!');
|
||||
|
||||
Reference in New Issue
Block a user