From 1cabdaa865adb6a03589908cedc00de9c93d7448 Mon Sep 17 00:00:00 2001 From: Fabio Varesano Date: Fri, 12 Jan 2007 19:54:41 +0000 Subject: Some progress on video conversion. Now works! Just schedule video_render.php to be executed every XX seconds... and your videos will be converted!!! Lot of work is still needed however. --- plugins/video_ffmpeg_helper/video_ffmpeg_helper.module | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/video_ffmpeg_helper/video_ffmpeg_helper.module') diff --git a/plugins/video_ffmpeg_helper/video_ffmpeg_helper.module b/plugins/video_ffmpeg_helper/video_ffmpeg_helper.module index 16db8f4..b765538 100644 --- a/plugins/video_ffmpeg_helper/video_ffmpeg_helper.module +++ b/plugins/video_ffmpeg_helper/video_ffmpeg_helper.module @@ -157,7 +157,7 @@ function video_ffmpeg_helper_admin_settings() { '#type' => 'textfield', '#title' => t('Video thumbnailer options'), '#description' => t('Provide the ffmpeg options to configure the video conversion. Available argument values are: ').'
  1. '.t('%videofile (the video file to convert)').'
  2. '.t('%convertfile (a newly created file to store the converted file)').'
', - '#default_value' => variable_get('video_ffmpeg_helper_auto_converter_options', '-y -i %videofile -f flv %convertfile'), + '#default_value' => variable_get('video_ffmpeg_helper_auto_converter_options', '-y -i %videofile -f flv -ar 22050 %convertfile'), ); $form['autoconv']['video_ffmpeg_helper_auto_converter_busy_video_path'] = array( '#type' => 'textfield', -- cgit v1.2.3