| 24 | | a separate process(the script is designed to be run out of cron) also |
| 25 | | allows the encoding process to get "nice'd" to an appropriate priority |
| 26 | | so it doesn't bring down your server. It also means that it is very |
| 27 | | easy to graft support for embedded video onto any existing cms that |
| 28 | | stores video in the file system. |
| | 24 | a separate process also allows the encoding process to get "nice'd" |
| | 25 | to an appropriate priority so it doesn't bring down your server. |
| | 26 | It also means that it is very easy to graft support for embedded |
| | 27 | video onto any existing cms that stores video in the file system. |
| | 28 | |
| | 29 | This script uses Twisted networking framework, to run every 60 seconds |
| | 30 | or whatever you like, and scan a directory files for new videos to |
| | 31 | encode. |