diff options
Diffstat (limited to 'core/helpers/graphics.php')
-rw-r--r-- | core/helpers/graphics.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/helpers/graphics.php b/core/helpers/graphics.php index 92e1c3f7..d30701a0 100644 --- a/core/helpers/graphics.php +++ b/core/helpers/graphics.php @@ -107,6 +107,7 @@ class graphics_Core { foreach ($ops as $target => $output_file) { if ($input_item->is_movie()) { // Convert the movie to a JPG first + $output_file = preg_replace("/...$/", "jpg", $output_file); movie::extract_frame($input_file, $output_file); $working_file = $output_file; } else { |