docs/README.txt
changeset 25 3ee119b3968f
parent 12 240f2efa4a1f
--- a/docs/README.txt	Fri Dec 04 16:37:02 2015 +0100
+++ b/docs/README.txt	Fri Dec 04 16:37:21 2015 +0100
@@ -7,7 +7,7 @@
 pyams_media is a Pyramid/PyAMS extension package used to automatically convert and
 display medias, actually audio and video files.
 
-Medias conversion is based on FFmpeg binary, which must be available on the web server.
+Medias conversion is based on libAV tools, which must be available on the web server.
 
 
 Medias conversions
@@ -15,7 +15,7 @@
 
 Medias conversion implies several pre-requisites:
 
- - the ''ffmpeg'' executable must be available in your path;
+ - the ''avconv'' and ''avprobe'' executables must be available in your path;
 
  - you have to rely a ZEO connection handling a blobs cache directory;
 
@@ -34,7 +34,7 @@
     pyams_media.tcp_handler = 127.0.0.1:5556
 
 PyAMS control panel allows you to define several conversion settings, for example to define which audio and video
-formats should be available, as well as a few FFmpeg conversion settings (frame size, bitrate, sampling...).
+formats should be available, as well as a few libAV conversion settings (frame size, bitrate, sampling...).
 
 Conversion is launched automatically in the background as soon as a media file is added to any content. Converted
 medias are stored in the ZODB as blob files in the original media file annotations.