From 515c081f794c0e020241956f291381361e28489a Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Wed, 25 Feb 2009 05:27:29 +0000 Subject: Add support MP4 movies also. Flowplayer supports them and can stream them using the h264streaming plugin. Everything else is a fairly minor change. --- core/helpers/graphics.php | 1 + 1 file changed, 1 insertion(+) (limited to 'core/helpers/graphics.php') 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 { -- cgit v1.2.3