You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Error: ffmpeg exited with code 1: Conversion failed!
at ChildProcess.<anonymous> (/home/r/Projects/webscrapping/node_modules/fluent-ffmpeg/lib/processor.js:167:22)
at ChildProcess.emit (events.js:310:20)
at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12)
Emitted 'error' event on FfmpegCommand instance at:
at emitEnd (/home/r/Projects/webscrapping/node_modules/fluent-ffmpeg/lib/processor.js:413:16)
at endCB (/home/r/Projects/webscrapping/node_modules/fluent-ffmpeg/lib/processor.js:524:13)
at handleExit (/home/r/Projects/webscrapping/node_modules/fluent-ffmpeg/lib/processor.js:155:11)
at ChildProcess. (/home/r/Projects/webscrapping/node_modules/fluent-ffmpeg/lib/processor.js:167:11)
at ChildProcess.emit (events.js:310:20)
at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12)
I tried the same with command line ffmpeg and it works correctly (hint: if the problem also happens this way, this is an ffmpeg problem and you're not reporting it to the right place)
I have included full stderr/stdout output from ffmpeg
The text was updated successfully, but these errors were encountered:
Version information
Code to reproduce
(note: if the problem only happens with some inputs, include a link to such an input file)
Expected results
Concatenate the videos onto one output.mp4 file
Observed results
events.js:287
throw er; // Unhandled 'error' event
^
Error: ffmpeg exited with code 1: Conversion failed!
Emitted 'error' event on FfmpegCommand instance at:
at emitEnd (/home/r/Projects/webscrapping/node_modules/fluent-ffmpeg/lib/processor.js:413:16)
at endCB (/home/r/Projects/webscrapping/node_modules/fluent-ffmpeg/lib/processor.js:524:13)
at handleExit (/home/r/Projects/webscrapping/node_modules/fluent-ffmpeg/lib/processor.js:155:11)
at ChildProcess. (/home/r/Projects/webscrapping/node_modules/fluent-ffmpeg/lib/processor.js:167:11)
at ChildProcess.emit (events.js:310:20)
at Process.ChildProcess._handle.onexit (internal/child_process.js:275:12)
Checklist
The text was updated successfully, but these errors were encountered: