diff options
author | Gerion Entrup <gerion.entrup@t-online.de> | 2014-07-30 01:53:32 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-07-31 02:54:17 +0200 |
commit | dc315cdb4ecffb7ec4d3496f1d0c8d0c123f0a7b (patch) | |
tree | 73bbaa54d6a83092d80709ef18c1059b5be06eec /doc/indevs.texi | |
parent | 467e9d618685212d5b8d8f0c71d7b459ce6cc3a2 (diff) | |
download | ffmpeg-dc315cdb4ecffb7ec4d3496f1d0c8d0c123f0a7b.tar.gz |
doc: add very basic libcdio documentation
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc/indevs.texi')
-rw-r--r-- | doc/indevs.texi | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/indevs.texi b/doc/indevs.texi index 4ca12ff6cc..e0e7e6711b 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 +@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: +@example +ffmpeg -f libcdio -i /dev/sr0 cd.wav +@end example + @section libdc1394 IIDC1394 input device, based on libdc1394 and libraw1394. |