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

[code]

  taskkill /im ffmpeg.exe

[/code]

4. save bat file
5. enjoy

On Linux/BSD/Solaris

1. From command prompt type

[code]
kill -e -q ffmpeg
[/code]

ffmpeg_term.1328388005.txt.gz · Last modified: 2012/02/04 20:40 by cerberus