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.1328388129.txt.gz · Last modified: 2012/02/04 20:42 by cerberus