You are here

constant VIDEO_RENDERING_NICE in Video 5

Same name and namespace in other branches
  1. 6 plugins/video_ffmpeg_helper/video_render.php \VIDEO_RENDERING_NICE
  2. 6.2 plugins/video_ffmpeg_helper/video_render.php \VIDEO_RENDERING_NICE
1 use of VIDEO_RENDERING_NICE
_video_render_get_command in plugins/video_ffmpeg_helper/video_render.php
Get a string cointaining the command to be executed including options

File

plugins/video_ffmpeg_helper/video_render.php, line 31
Renders a video. This script is called concurrently by video_scheduler.php This script has to be launched with "php video_render.php nid vid" If you are not using sites/default/settings.php as your settings file, add an optional parameter…

Code

define('VIDEO_RENDERING_NICE', 'nice -n 19');