diff --git a/transcoders/video_ffmpeg.inc b/transcoders/video_ffmpeg.inc
index b519e77..a3c83e6 100644
--- a/transcoders/video_ffmpeg.inc
+++ b/transcoders/video_ffmpeg.inc
@@ -12,7 +12,7 @@ class video_ffmpeg implements transcoder_interface {
   private $name = 'Locally Installed Transcoders (FFMPEG/Handbreke/Mcoder)';
   private $value = 'video_ffmpeg';
   protected $params = array();
-  protected $thumb_command = '-i !videofile -an -y -f mjpeg -ss !seek -vframes 1 !thumbfile';
+  protected $thumb_command = '-ss !seek -i !videofile -an -y -f mjpeg -vframes 1 !thumbfile';
   protected $nice;
 
   public function __construct() {
