Somehow I found that if the parsing found an error #11 and exited the ffmpeg process was still running orphan. Example: ``` $ ffbar -ss 00:00:22 -t 1777 -i foo.mp4 -r 15 -ac 1 -ar 22050 -vf scale=960:-1 bar.mp4 Fatal error: exception End_of_file ```
Somehow I found that if the parsing found an error #11 and exited the ffmpeg process was still running orphan.
Example: