Index: ffmpeg_converter.module
===================================================================
--- ffmpeg_converter.module	(revision 772)
+++ ffmpeg_converter.module	(revision 771)
@@ -946,7 +946,7 @@
   
   // Prepare FFmpeg options.
   $options = array();
-  $options[] = "-ss $offset";  
+  $options[] = "-itsoffset -$offset";  
   $options[] = "-i '$file'";
   $options[] = "-vcodec mjpeg -vframes 1 -an -f rawvideo -s '$size'";
   $options[] = $pad;
