diff options
author | Milos Zivkovic <zivkovic@teralogics.com> | 2020-06-08 11:56:37 +0200 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2020-07-03 00:24:59 +0200 |
commit | c4e08682437e5bbdf4c5cf514969c9f5488819c7 (patch) | |
tree | 2be7f1cac5c90563e0e5f8d20f8a5a3506b2d023 /doc/indevs.texi | |
parent | 4979afdb858b6312c7250afde2d669c2880651ce (diff) | |
download | ffmpeg-c4e08682437e5bbdf4c5cf514969c9f5488819c7.tar.gz |
avdevice/decklink_dec: add support for extracting and outputing klv from vanc
Signed-off-by: Milos Zivkovic <zivkovic@teralogics.com>
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'doc/indevs.texi')
-rw-r--r-- | doc/indevs.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/indevs.texi b/doc/indevs.texi index 6f5afaf344..0f33fc66d8 100644 --- a/doc/indevs.texi +++ b/doc/indevs.texi @@ -398,6 +398,12 @@ are dropped till a frame with timecode is received. Option @var{timecode_format} must be specified. Defaults to @option{false}. +@item enable_klv(@emph{bool}) +If set to @option{true}, extracts KLV data from VANC and outputs KLV packets. +KLV VANC packets are joined based on MID and PSC fields and aggregated into +one KLV packet. +Defaults to @option{false}. + @end table @subsection Examples |