diff -drup a/libraries/phpvideotoolkit/phpvideotoolkit.php5.php b/libraries/phpvideotoolkit/phpvideotoolkit.php5.php
--- a/libraries/phpvideotoolkit/phpvideotoolkit.php5.php	Wed Jan 16 17:41:10 2013
+++ b/libraries/phpvideotoolkit/phpvideotoolkit.php5.php	Thu Feb  7 10:25:49 2013
@@ -1852,8 +1852,8 @@ class PHPVideoToolkit {
     // See http://ffmpeg.org/trac/ffmpeg/wiki/Seeking%20with%20FFmpeg
     $seconds = $this->formatTimecode($extract_begin_timecode, $timecode_format, '%st', $frames_per_second);
     if ($seconds > 5) {
-      $this->addCommand('-ss', $this->formatTimecode($seconds - 5, $timecode_format, '%hh:%mm:%ss:%ms', $frames_per_second), TRUE);
-      $this->addCommand('-ss', $this->formatTimecode(5, $timecode_format, '%hh:%mm:%ss:%ms', $frames_per_second), FALSE);
+      $this->addCommand('-ss', $this->formatTimecode($seconds - 5, $timecode_format, '%hh:%mm:%ss.%ms', $frames_per_second), TRUE);
+      $this->addCommand('-ss', $this->formatTimecode(5, $timecode_format, '%hh:%mm:%ss.%ms', $frames_per_second), FALSE);
     }
     else {
       $this->addCommand('-ss', $extract_begin_timecode);
