#6336: No Way to Cleanly Terminate ffmpeg.exe while capturing screen
-------------------------------------+-----------------------------------
Reporter: dbareis | Owner:
Type: defect | Status: closed
Priority: normal | Component: ffmpeg
Version: unspecified | Resolution: invalid
Keywords: | Blocked By:
Blocking: | Reproduced by developer: 0
Analyzed by developer: 0 |
-------------------------------------+-----------------------------------
Comment (by stephane_gourichon):
# A working solution
Using taskkill without the /F option, works for mewith FFMpeg 4.0.1 64bit
on Windows 10 when ffmpeg creates mp4 files:
{{{
taskkill /im ffmpeg.exe
}}}
Resulting MP4 files can be read with usual tools.
# Opinion
Also, I understand that FFMpeg developers consider this outside of the
scope of FFMpeg but is rather a matter of using OS provided interprocess
communication tools.
--
Ticket URL: <https://trac.ffmpeg.org/ticket/6336#comment:17>
FFmpeg <https://ffmpeg.org>
FFmpeg issue tracker
_______________________________________________
FFmpeg-trac mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-trac