User Tools

Site Tools


ffmpeg_term

This is an old revision of the document!


How To Manually Terminate FFmpeg Process

On Windows

Option 1

1. Download and extract the ffmpeg kill.bat from the attached ZIP file

FFmpeg.zp

2. Enjoy

Option 2

1. create FFmpeg kill.bat
2. edit file with notepad.exe
3. add this code

taskkill /im ffmpeg.exe 

4. save bat file
5. enjoy

On Linux/BSD/Solaris

1. From command prompt type

kill -e -q ffmpeg
ffmpeg_term.1328388084.txt.gz · Last modified: 2012/02/04 20:41 by cerberus