summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorMarton Balint <cus@passwd.hu>2020-09-05 23:29:24 +0200
committerMarton Balint <cus@passwd.hu>2020-12-03 18:32:57 +0100
commitff373bb4a87a5b17dfa82aba5c7e74b125298fa8 (patch)
tree4198d61592a79d804d3fc0fce7b3ccc760351ee3 /doc
parenteca12f4d5a9231b0e6b71f55525518f104877ee6 (diff)
avdevice/decklink_dec: add support for 50/60 fps timecode
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'doc')
-rw-r--r--doc/indevs.texi5
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/indevs.texi b/doc/indevs.texi
index 62b6ebb3e3..3924d03908 100644
--- a/doc/indevs.texi
+++ b/doc/indevs.texi
@@ -353,6 +353,11 @@ Timecode type to include in the frame and video stream metadata. Must be
@samp{rp188hfr}, @samp{rp188any}, @samp{vitc}, @samp{vitc2}, or @samp{serial}.
Defaults to @samp{none} (not included).
+In order to properly support 50/60 fps timecodes, the ordering of the queried
+timecode types for @samp{rp188any} is HFR, VITC1, VITC2 and LTC for >30 fps
+content. Note that this is slightly different to the ordering used by the
+DeckLink API, which is HFR, VITC1, LTC, VITC2.
+
@item video_input
Sets the video input source. Must be @samp{unset}, @samp{sdi}, @samp{hdmi},
@samp{optical_sdi}, @samp{component}, @samp{composite} or @samp{s_video}.