From 14c097ff41e0410784aa1fdae7b4312ec70ff5e0 Mon Sep 17 00:00:00 2001 From: Heshan Date: Mon, 14 Mar 2011 20:58:44 +0530 Subject: Move common codes from the insert and update, and formate the helper thumbnails --- transcoders/video_ffmpeg.inc | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'transcoders') diff --git a/transcoders/video_ffmpeg.inc b/transcoders/video_ffmpeg.inc index 791b5ca..14f40c5 100644 --- a/transcoders/video_ffmpeg.inc +++ b/transcoders/video_ffmpeg.inc @@ -296,6 +296,12 @@ class video_ffmpeg implements transcoder_interface { '#collapsible' => TRUE, '#collapsed' => TRUE, ); + $form['autothumb']['video_thumb_save_all'] = array( + '#type' => 'checkbox', + '#title' => t('Save all thumbnails in file_manged table'), + '#description' => t('Save all auto created thumbnails to the file_managed table.'), + '#default_value' => variable_get('video_thumb_save_all', TRUE), + ); $form['autothumb']['video_thumb_path'] = array( '#type' => 'textfield', '#title' => t('Path to save thumbnails'), -- cgit v1.2.3