This repository was archived by the owner on May 22, 2025. It is now read-only.
Filter error is not passed onto the error handler #477
Open
Description
In my case ffmpeg throws following error
ffmpeg exited with code 1: Output pad "default" with type audio of
the filter instance "Parsed_anull_0" of anull not connected to any
destination
Error opening filters!
--
Error: ffmpeg exited with code 1: Output pad "default" with type
audio of the filter instance "Parsed_anull_0" of anull not connected to
any destination
Error opening filters!
at ChildProcess.<anonymous>
(/home/michael-heuberger/binarykitchen/code/videomail.io/node_modules/fluent-ffmpeg/lib/processor.js:167:22)
at emitTwo (events.js:87:13)
at ChildProcess.emit (events.js:172:7)
at Process.ChildProcess._handle.onexit
(internal/child_process.js:200:12)
This uncaught error does not seem to be passed onto the .on('error', function() {...});
handler. But it should be. A possible bug?