From 023d02c9504e308ba5a295cd1846f2508b3dd9c2 Mon Sep 17 00:00:00 2001 From: Mohammad AlSaleh Date: Mon, 15 Jan 2024 01:16:07 +0300 Subject: DOCS/man: more words about --teletext-page Signed-off-by: Mohammad AlSaleh --- DOCS/man/options.rst | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'DOCS/man') diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst index cb700e92c4..65c90904c7 100644 --- a/DOCS/man/options.rst +++ b/DOCS/man/options.rst @@ -2764,9 +2764,18 @@ Subtitles packets with the same ReadOrder as earlier packets. ``--teletext-page=<-1-999>`` + Select a teletext page number to decode. + This works for ``dvb_teletext`` subtitle streams, and if FFmpeg has been - compiled with support for it. `-1` matches all pages. `0` (default) matches - all subtitle pages. + compiled with support for it. + + Values ``1-999`` are for individual pages. Special value ``0`` (default) + matches all subtitle pages. Special value ``-1`` matches all pages. + + Note that page ``100`` is the default start page of actual teletext. It is + also the former default value of this option. + + See the ``libzvbi-teletext`` section in FFmpeg documentation for details. Default: 0 -- cgit v1.2.3