Index: trunk/extensions/OggHandler/README |
— | — | @@ -10,9 +10,15 @@ |
11 | 11 | ------ |
12 | 12 | |
13 | 13 | We use FFmpeg for creating still images of videos, you will need a copy on your |
14 | | -server. Unfortunately the current version of FFmpeg has a bug which makes it |
15 | | -extremely slow when used in this way. Our ffmpeg-bugfix.diff will fix this. |
| 14 | +server. |
16 | 15 | |
| 16 | +Some old versions of FFmpeg had a bug which made it extremely slow to seek in |
| 17 | +large theora videos in order to generate a thumbnail. This is fixed in the |
| 18 | +current version. If you are using an old version of FFmpeg and find that |
| 19 | +performance is extremely poor (tens of seconds) to generate thumbnails of |
| 20 | +theora videos that are several minutes or more in length, try applying our |
| 21 | +ffmpeg-bugfix.diff. |
| 22 | + |
17 | 23 | Download source: http://ffmpeg.mplayerhq.hu/download.html |
18 | 24 | About the bug: https://roundup.mplayerhq.hu/roundup/ffmpeg/issue159 |
19 | 25 | |
— | — | @@ -32,9 +38,16 @@ |
33 | 39 | Cortado |
34 | 40 | ------- |
35 | 41 | |
36 | | -The cortado directory contains a fork of the Cortado Java applet by Fluendo. For |
37 | | -information about the original project see: |
| 42 | +Wikimedia maintains a fork of the Cortado Java applet by Fluendo. SVN access to |
| 43 | +the source code is at: |
38 | 44 | |
| 45 | + http://svn.wikimedia.org/svnroot/mediawiki/trunk/cortado/ |
| 46 | + |
| 47 | +A .jar file compiled from this tree is provided in the OggHandler directory for |
| 48 | +your convenience. |
| 49 | + |
| 50 | +For information about the original project see: |
| 51 | + |
39 | 52 | http://www.flumotion.net/cortado/ |
40 | 53 | |
41 | 54 | See LICENSE.cortado, LICENSE.jheora and LICENSE.smoke for license information. |