summaryrefslogtreecommitdiff
path: root/doc/indevs.texi
diff options
context:
space:
mode:
authorMarton Balint <cus@passwd.hu>2016-01-12 03:09:37 +0100
committerMarton Balint <cus@passwd.hu>2016-01-29 01:42:15 +0100
commit995c7a6f5ad480d706b22e97609e2cce2f305e4b (patch)
tree292c406bb2219f41f9fb69ae49495ff36b333385 /doc/indevs.texi
parent98e94dff7a59972879ad149e313b5b8535bd4d1a (diff)
lavd/decklink_dec: add support for teletext
It uses the libzvbi slicer, therefore teletext capture requires libzvbi. Reviewed-by: Deti Fliegl <deti@fliegl.de> Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'doc/indevs.texi')
-rw-r--r--doc/indevs.texi10
1 files changed, 10 insertions, 0 deletions
diff --git a/doc/indevs.texi b/doc/indevs.texi
index 6cf626d104..a3ed0e7405 100644
--- a/doc/indevs.texi
+++ b/doc/indevs.texi
@@ -236,6 +236,16 @@ Defaults to @option{false}.
If set to @samp{1}, video is captured in 10 bit v210 instead
of uyvy422. Not all Blackmagic devices support this option.
+@item teletext_lines
+If set to nonzero, an additional teletext stream will be captured from the
+vertical ancillary data. This option is a bitmask of the VBI lines checked,
+specifically lines 6 to 22, and lines 318 to 335. Line 6 is the LSB in the mask.
+Selected lines which do not contain teletext information will be ignored. You
+can use the special @option{all} constant to select all possible lines, or
+@option{standard} to skip lines 6, 318 and 319, which are not compatible with all
+receivers. Capturing teletext only works for SD PAL sources in 8 bit mode.
+To use this option, ffmpeg needs to be compiled with @code{--enable-libzvbi}.
+
@end table
@subsection Examples