summaryrefslogtreecommitdiff
path: root/doc/demuxers.texi
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2015-08-13 13:19:20 +0200
committerStefano Sabatini <stefasab@gmail.com>2015-08-14 12:08:57 +0200
commit819dc7aa0be9b10d036660ab60f79d25571a861d (patch)
tree0af1e7a822bf94f7b2f3bd9d2af681a78c752efc /doc/demuxers.texi
parentae2cb9290ac23565f0a6b07d7c3e5ca5b62ea7b6 (diff)
doc/demuxers/mpegts: update documentation
The description is yet crappy, it merely copies the description of the added and undocumented options and their value range. More descriptive documentation is welcome.
Diffstat (limited to 'doc/demuxers.texi')
-rw-r--r--doc/demuxers.texi13
1 files changed, 13 insertions, 0 deletions
diff --git a/doc/demuxers.texi b/doc/demuxers.texi
index e45e1afd9f..dc07b918ef 100644
--- a/doc/demuxers.texi
+++ b/doc/demuxers.texi
@@ -414,13 +414,26 @@ ffmpeg -framerate 10 -pattern_type glob -i "*.png" out.mkv
MPEG-2 transport stream demuxer.
+This demuxer accepts the following options:
@table @option
+@item resync_size
+Set size limit for looking up a new synchronization. Default value is
+65536.
@item fix_teletext_pts
Overrides teletext packet PTS and DTS values with the timestamps calculated
from the PCR of the first program which the teletext stream is part of and is
not discarded. Default value is 1, set this option to 0 if you want your
teletext packet PTS and DTS values untouched.
+
+@item ts_packetsize
+Output option carrying the raw packet size in bytes.
+Show the detected raw packet size, cannot be set by the user.
+
+@item scan_all_pmts
+Scan and combine all PMTs. The value is an integer with value from -1
+to 1 (-1 means automatic setting, 1 means enabled, 0 means
+disabled). Default value is -1.
@end table
@section rawvideo