diff options
Diffstat (limited to 'transcoders')
-rw-r--r-- | transcoders/video_ffmpeg.inc | 6 |
1 files changed, 6 insertions, 0 deletions
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'), |