blob: e909c22e42cde84b0d7a82d1f2e5d29a04c295ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
diff -u -r1.18 -r1.19
--- gallery2/modules/ffmpeg/classes/FfmpegToolkit.class 2005/08/23 03:49:42 1.18
+++ gallery2/modules/ffmpeg/classes/FfmpegToolkit.class 2005/10/23 01:41:30 1.19
@@ -96,7 +96,7 @@
$outputMimeType = null;
switch($operationName) {
case 'convert-to-image/jpeg':
- $args = array('-f', 'singlejpeg', '-t', '0.001', '-y', $tmpFilename);
+ $args = array('-f', 'mjpeg', '-t', '0.001', '-y', $tmpFilename);
if (isset($context['ffmpeg.offset'])) {
array_unshift($args, '-ss', $context['ffmpeg.offset']);
unset($context['ffmpeg.offset']);
|