Index: trunk/extensions/TimedMediaHandler/TimedMediaThumbnail.php |
— | — | @@ -31,7 +31,8 @@ |
32 | 32 | $cmd .= ' -ss ' . ($offset - 2); |
33 | 33 | $offset = 2; |
34 | 34 | } |
35 | | - $cmd .= ' -i ' . wfEscapeShellArg( $options['file']->getPath() ); |
| 35 | + $srcPath = $options['file']->getLocalRefPath(); |
| 36 | + $cmd .= ' -y -i ' . wfEscapeShellArg( $srcPath ); |
36 | 37 | $cmd .= ' -ss ' . $offset . ' '; |
37 | 38 | |
38 | 39 | // Set the output size if set in options: |