mirror of https://github.com/FFmpeg/FFmpeg.git
This option limits the CPU time used by ffmpeg to the number of seconds specified. After this time, the OS sends a SIGXCPU signal, which we handle and attempt to exit cleanly. If the process is stuck, the OS will deliver a SIGKILL one second later, forcibly terminating the process. This functionality is useful in automated setups where a runaway ffmpeg process would otherwise go undetected. Originally committed as revision 21347 to svn://svn.ffmpeg.org/ffmpeg/trunkrelease/0.6
parent
5e7dfb7de1
commit
ffcc6e24f5
3 changed files with 26 additions and 0 deletions
Loading…
Reference in new issue