diff options
author | Georg Lippitsch <georg.lippitsch@gmx.at> | 2012-07-05 16:00:51 +0200 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-07-06 11:47:50 +0200 |
commit | 60270eb482ed43b370bb2a9c5350cc3d54e61a0f (patch) | |
tree | 8327c730f928e01866bc09f47854a5682899c194 | |
parent | e0d6b9094c07d8de6e6223d5baf274374725e802 (diff) | |
download | ffmpeg-60270eb482ed43b370bb2a9c5350cc3d54e61a0f.tar.gz |
doc/indevs/iec61883: document requirements for iec61883 device
Signed-off-by: Stefano Sabatini <stefasab@gmail.com>
-rw-r--r-- | doc/indevs.texi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/indevs.texi b/doc/indevs.texi index dd167b8060..fed0fbff2b 100644 --- a/doc/indevs.texi +++ b/doc/indevs.texi @@ -183,6 +183,10 @@ See also @url{http://linux-fbdev.sourceforge.net/}, and fbset(1). FireWire DV/HDV input device using libiec61883. +To enable this input device, you need libiec61883, libraw1394 and +libavc1394 installed on your system. Use the configure option +@code{--enable-libiec61883} to compile with the device enabled. + The iec61883 capture device supports capturing from a video device connected via IEEE1394 (FireWire), using libiec61883 and the new Linux FireWire stack (juju). This is the default DV/HDV input method in Linux |