[FFmpeg-cvslog] [ffmpeg.org]: r222 - trunk/src/index

diego subversion
Sun Dec 14 16:04:46 CET 2008


Author: diego
Date: Sun Dec 14 16:04:45 2008
New Revision: 222

Log:
Reword descriptions of the parts contained within FFmpeg.


Modified:
   trunk/src/index

Modified: trunk/src/index
==============================================================================
--- trunk/src/index	(original)
+++ trunk/src/index	Sun Dec 14 16:04:45 2008
@@ -29,23 +29,20 @@
 </p>
 
 <ul>
-<li><tt>ffmpeg</tt> is a command line tool to convert one video file
-format to another. It also supports grabbing and encoding in real time
-from a TV card.</li>
+<li><tt>ffmpeg</tt> is a command line tool to convert multimedia files
+between formats.</li>
 
-<li><tt>ffserver</tt> is an HTTP (RTSP is being developed) multimedia
-streaming server for live broadcasts. Time shifting of live broadcast
-is also supported.</li>
+<li><tt>ffserver</tt> is a multimedia streaming server for live
+broadcasts.</li>
 
 <li><tt>ffplay</tt> is a simple media player based on <a
-href="http://www.libsdl.org/">SDL</a> and on the FFmpeg libraries.</li>
+href="http://www.libsdl.org/">SDL</a> and the FFmpeg libraries.</li>
 
-<li><tt>libavcodec</tt> is a library containing all the FFmpeg
-audio/video encoders and decoders. Most codecs were developed from
-scratch to ensure best performances and high code reusability.</li>
+<li><tt>libavcodec</tt> is a library containing decoders and encoders
+for audio/video codecs.</li>
 
-<li><tt>libavformat</tt> is a library containing parsers and
-generators for all common audio/video formats.</li>
+<li><tt>libavformat</tt> is a library containing demuxers and
+muxers for multimedia container formats.</li>
 
 </ul>
 




More information about the ffmpeg-cvslog mailing list