Index: lib/ezimage/classes/ezimageshellhandler.php
===================================================================
--- lib/ezimage/classes/ezimageshellhandler.php	(revision 21087)
+++ lib/ezimage/classes/ezimageshellhandler.php	(working copy)
@@ -99,6 +99,13 @@
             }
         }
 
+        if ( $frameRangeParameters && isset( $frameRangeParameters[$sourceMimeData['name']] ) )
+        {
+            $sourceMimeData['url'] .= $frameRangeParameters[$sourceMimeData['name']];
+        }
+
+        $argumentList[] = eZSys::escapeShellArgument( $sourceMimeData['url'] );
+
         if ( $filters !== false )
         {
             foreach ( $filters as $filterData )
@@ -107,13 +114,6 @@
             }
         }
 
-        if ( $frameRangeParameters && isset( $frameRangeParameters[$sourceMimeData['name']] ) )
-        {
-            $sourceMimeData['url'] .= $frameRangeParameters[$sourceMimeData['name']];
-        }
-
-        $argumentList[] = eZSys::escapeShellArgument( $sourceMimeData['url'] );
-
         $destinationURL = $destinationMimeData['url'];
         if ( $this->UseTypeTag )
             $destinationURL = $this->tagForMIMEType( $destinationMimeData ) . $this->UseTypeTag . $destinationURL;
