User Tools

Site Tools


ffmpeg_term

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
ffmpeg_term [2012/02/04 20:40]
cerberus created
ffmpeg_term [2012/02/04 20:50] (current)
cerberus add MAC kill process :)
Line 5: Line 5:
  
  
-==== __Option 1__ ==== +==== Option 1 ====
  
 1. Download and extract the ffmpeg kill.bat from the attached ZIP file 1. Download and extract the ffmpeg kill.bat from the attached ZIP file
Line 14: Line 13:
 2. Enjoy 2. Enjoy
  
-==== __Option 2__ ====+==== Option 2 ====
  
 +1. Create FFmpeg kill.bat
 +2. Edit file with notepad.exe
 +3. Add this code
  
-1. create FFmpeg kill.bat +<code>taskkill /im ffmpeg.exe </code>
-2. edit file with notepad.exe +
-3. add this code+
  
-[code] +4Save bat file 
-    taskkill /im ffmpeg.exe +5. Enjoy
-[/code]+
  
-4. save bat file +===== On Linux/BSD/Solaris =====
-5. enjoy+
  
-====== On Linux/BSD/Solaris ======+1. From command prompt type
  
 +<code>kill -e -q ffmpeg</code>
  
-1. From command prompt type+===== On Mac ===== 
 + 
 +For MAC we have 2 options.  
 +  
 +1. To force-kill a process one has to send the KILL signal: 
 + 
 +  killall -KILL ffmpeg 
 + 
 +2. To kill a process that runs under a different user: (may ask for a password) 
 + 
 +  sudo killall -KILL ffmpeg
  
-[code] 
-kill -e -q ffmpeg 
-[/code] 
ffmpeg_term.1328388005.txt.gz · Last modified: 2012/02/04 20:40 by cerberus