Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGeorg Lippitsch <georg.lippitsch@gmx.at>2012-07-13 01:36:05 +0400
committerGeorg Lippitsch <georg.lippitsch@gmx.at>2012-11-13 22:44:21 +0400
commit15b02ddee033aec69e75e2c1cdc3de085133d959 (patch)
treef395bdb46ec6b5b0f16288a9daa34f9acb118797 /doc
parent7c76eaeca2791261d3f4f5c98c95f44abdbd879a (diff)
Update iec61883 to handle multiple devices, and allow
selection of DV device by its GUID
Diffstat (limited to 'doc')
-rw-r--r--doc/indevs.texi7
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