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
When the SIGKILL is sent the process does not exit. I tried using stream as an input.
I tried downgrading to 2.0.1 where I get an error but the process does not finish anyways.
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:
When the SIGKILL is sent the process does not exit. I tried using stream as an input.
I tried downgrading to 2.0.1 where I get an error but the process does not finish anyways.
Version information
Code to reproduce
(note: if the problem only happens with some inputs, include a link to such an input file)
Expected results
The process is killed, an error is thrown.
Observed results
No error is caught, the process is still alive and the file is still written to.
Checklist
The text was updated successfully, but these errors were encountered: