Index: trunk/extensions/TimedMediaHandler/README |
— | — | @@ -42,7 +42,8 @@ |
43 | 43 | == FFmpeg == |
44 | 44 | |
45 | 45 | We use FFmpeg for creating still images of videos, and for transcoding webm |
46 | | -videos. For best experience use the latest release of ffmpeg |
| 46 | +videos. For best experience use the latest release of ffmpeg. At a minimum ffmpeg 0.6.1 was the |
| 47 | +first version to include WebM support. |
47 | 48 | |
48 | 49 | You can download static ffmpeg builds for multiple platforms at: |
49 | 50 | http://firefogg.org/nightly/ |
— | — | @@ -94,7 +95,8 @@ |
95 | 96 | == ffmpeg2theora == |
96 | 97 | |
97 | 98 | We use ffmpeg2theora for extract metadata from videos, you will need a copy on your |
98 | | -server. For best experience use the latest release of ffmpeg2theora |
| 99 | +server. For best experience use the latest release of ffmpeg2theora. At a minimum you need to use |
| 100 | +ffmpeg2thoera 0.27 |
99 | 101 | |
100 | 102 | You can download static ffmpeg2theora builds for multiple platforms at: |
101 | 103 | http://firefogg.org/nightly/ |