diff options
author | Georg Lippitsch <georg.lippitsch@gmx.at> | 2012-07-12 23:36:05 +0200 |
---|---|---|
committer | Georg Lippitsch <georg.lippitsch@gmx.at> | 2012-11-13 19:44:21 +0100 |
commit | 15b02ddee033aec69e75e2c1cdc3de085133d959 (patch) | |
tree | f395bdb46ec6b5b0f16288a9daa34f9acb118797 /doc/indevs.texi | |
parent | 7c76eaeca2791261d3f4f5c98c95f44abdbd879a (diff) | |
download | ffmpeg-15b02ddee033aec69e75e2c1cdc3de085133d959.tar.gz |
Update iec61883 to handle multiple devices, and allow
selection of DV device by its GUID
Diffstat (limited to 'doc/indevs.texi')
-rw-r--r-- | doc/indevs.texi | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/indevs.texi b/doc/indevs.texi index 8ac102b274..6ccd12c8e3 100644 --- a/doc/indevs.texi +++ b/doc/indevs.texi @@ -224,6 +224,13 @@ Set maxiumum size of buffer for incoming data, in frames. For DV, this is an exact value. For HDV, it is not frame exact, since HDV does not have a fixed frame size. +@item dvguid +Select the capture device by specifying it's GUID. Capturing will only +be performed from the specified device and fails if no device with the +given GUID is found. This is useful to select the input if multiple +devices are connected at the same time. +Look at /sys/bus/firewire/devices to find out the GUIDs. + @end table @subsection Examples |