--- video.admin.inc
+++ (clipboard)
@@ -152,7 +152,7 @@
         '#collapsed' => TRUE
     );
     $form['conv']['autothumb']['advanced']['video_ffmpeg_thumbnailer_options'] = array(
-        '#type' => 'textfield',
+        '#type' => 'textarea',
         '#title' => t('Video thumbnailer options'),
         '#description' => t('Provide the options for the thumbnailer.  Available argument values are: ').'<ol><li>'.t('%videofile (the video file to thumbnail)').'<li>'.t('%thumbfile (a newly created temporary file to overwrite with the thumbnail)').'</ol>'.t('Only the first two are mandatory.  For example, older versions of ffmpeg should use something like: !old While newer versions should use something like: !new', array('!old' => "<div>-i %videofile -an -y -f mjpeg -ss %seek -vframes 1 %thumbfile</div>", '!new' => '<div>-i %videofile -an -y -f mjpeg -ss %seek -vframes 1 %thumbfile</div>')),
         '#default_value' => variable_get('video_ffmpeg_thumbnailer_options', '-i %videofile -an -y -f mjpeg -ss %seek -vframes 1 %thumbfile'),
@@ -203,7 +203,7 @@
         '#collapsed' => TRUE
     );
     $form['conv']['autoconv']['advanced']['video_ffmpeg_helper_auto_cvr_options'] = array(
-        '#type' => 'fieldset',
+        '#type' => 'textarea',
         '#title' => t('Video converter options'),
         '#description' => t('Provide the ffmpeg options to configure the video conversion.  Available argument values are: ').'<ul>'.
         '<li>'.t('%videofile (the video file to convert)').
