Index: trunk/extensions/OggHandler/README |
— | — | @@ -16,11 +16,18 @@ |
17 | 17 | Download source: http://ffmpeg.mplayerhq.hu/download.html |
18 | 18 | About the bug: http://bugzilla.mplayerhq.hu/show_bug.cgi?id=892 |
19 | 19 | |
| 20 | +Suggested configure line for minimal functionality: |
| 21 | + |
| 22 | +./configure --disable-demuxers --disable-muxers --disable-decoders --disable-encoders \ |
| 23 | + --disable-ffserver --disable-ffplay --enable-encoder=mjpeg --enable-muxer=mjpeg \ |
| 24 | + --enable-decoder=theora --enable-demuxer=ogg --disable-network \ |
| 25 | + --build-suffix=-still |
| 26 | + |
20 | 27 | Set the FFmpeg binary location with: |
21 | 28 | |
22 | 29 | $wgFFmpegLocation = '/path/to/ffmpeg'; |
23 | 30 | |
24 | | -after the require line above. |
| 31 | +after the require line in LocalSettings.php. |
25 | 32 | |
26 | 33 | Cortado |
27 | 34 | ------- |