From 8f1f6e3d94558ca076b3d93f2a36e262f9dbd8ae Mon Sep 17 00:00:00 2001 From: glen201 Date: Fri, 24 Jul 2009 22:03:46 +0000 Subject: Fixed no timestamp on ffmpeg converted videos Removed duplicative defines at top of files #522148 by captix: fixed (Commit #242492 improperly marked): video_image updated to default promote of Image node to false if video_image Promote and Image Project module Promote settings not configured --- plugins/video_ffmpeg_helper/video_scheduler.php | 7 ------- 1 file changed, 7 deletions(-) (limited to 'plugins/video_ffmpeg_helper/video_scheduler.php') diff --git a/plugins/video_ffmpeg_helper/video_scheduler.php b/plugins/video_ffmpeg_helper/video_scheduler.php index 8c2d6ce..6ee08df 100644 --- a/plugins/video_ffmpeg_helper/video_scheduler.php +++ b/plugins/video_ffmpeg_helper/video_scheduler.php @@ -19,13 +19,6 @@ * video_scheduler.php configuration */ -// set to the ffmpeg executable -define('VIDEO_RENDERING_FFMPEG_PATH', '/home2/heidisof/bin/./ffmpeg'); - -// set to the temp file path. -//IMPORTANT: the user who runs this script must have permissions to create files there. If this is not the case the default php temporary folder will be used. -define('VIDEO_RENDERING_TEMP_PATH', '/tmp/video'); - // number of conversion jobs active at the same time define('VIDEO_RENDERING_FFMPEG_INSTANCES', 5); -- cgit v1.2.3