[FFmpeg-cvslog] doc: add very basic libcdio documentation

Gerion Entrup git at videolan.org
Thu Jul 31 03:18:11 CEST 2014


ffmpeg | branch: release/2.3 | Gerion Entrup <gerion.entrup at t-online.de> | Wed Jul 30 01:53:32 2014 +0200| [1f58590e1e1793133b4558d475a26497d5400373] | committer: Michael Niedermayer

doc: add very basic libcdio documentation

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
(cherry picked from commit dc315cdb4ecffb7ec4d3496f1d0c8d0c123f0a7b)

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=1f58590e1e1793133b4558d475a26497d5400373
---

 doc/indevs.texi |   15 +++++++++++++++
 1 file changed, 15 insertions(+)

diff --git a/doc/indevs.texi b/doc/indevs.texi
index 4205808..5cac07f 100644
--- a/doc/indevs.texi
+++ b/doc/indevs.texi
@@ -483,6 +483,21 @@ ffplay -f lavfi "movie=test.avi[out0];amovie=test.wav[out1]"
 
 @end itemize
 
+ at section libcdio
+
+Audio-CD input device based on cdio.
+
+To enable this input device during configuration you need libcdio
+installed on your system.
+
+This device allows playing and grabbing from an Audio-CD.
+
+For example to copy with @command{ffmpeg} the entire Audio-CD in /dev/sr0,
+you may run the command:
+ at example
+ffmpeg -f libcdio -i /dev/sr0 cd.wav
+ at end example
+
 @section libdc1394
 
 IIDC1394 input device, based on libdc1394 and libraw1394.



More information about the ffmpeg-cvslog mailing list