summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorStefano Sabatini <stefasab@gmail.com>2016-06-05 10:36:26 +0200
committerStefano Sabatini <stefasab@gmail.com>2016-06-14 12:11:04 +0200
commit6bcc6fd55d280a17ff3031813dfc18cdfaf7ec81 (patch)
treeb81dff80df1089ebcf09baadd19c570b81a3c8be /doc
parent4b5620446ada99829af146d16939c5634abcbf52 (diff)
downloadffmpeg-streaming-6bcc6fd55d280a17ff3031813dfc18cdfaf7ec81.zip
ffmpeg-streaming-6bcc6fd55d280a17ff3031813dfc18cdfaf7ec81.tar.gz
doc/muxers/mpegts: apply misc consistency/formatting fixes
Diffstat (limited to 'doc')
-rw-r--r--doc/muxers.texi30
1 files changed, 15 insertions, 15 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi
index c62d4b5..e0f99a9 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -907,41 +907,41 @@ and @code{service_name}. If they are not set the default for
The muxer options are:
@table @option
-@item -mpegts_original_network_id @var{number}
+@item mpegts_original_network_id @var{number}
Set the original_network_id (default 0x0001). This is unique identifier
of a network in DVB. Its main use is in the unique identification of a
service through the path Original_Network_ID, Transport_Stream_ID.
-@item -mpegts_transport_stream_id @var{number}
+@item mpegts_transport_stream_id @var{number}
Set the transport_stream_id (default 0x0001). This identifies a
transponder in DVB.
-@item -mpegts_service_id @var{number}
+@item mpegts_service_id @var{number}
Set the service_id (default 0x0001) also known as program in DVB.
-@item -mpegts_service_type @var{number}
+@item mpegts_service_type @var{number}
Set the program service_type (default @var{digital_tv}), see below
a list of pre defined values.
-@item -mpegts_pmt_start_pid @var{number}
+@item mpegts_pmt_start_pid @var{number}
Set the first PID for PMT (default 0x1000, max 0x1f00).
-@item -mpegts_start_pid @var{number}
+@item mpegts_start_pid @var{number}
Set the first PID for data packets (default 0x0100, max 0x0f00).
-@item -mpegts_m2ts_mode @var{number}
+@item mpegts_m2ts_mode @var{number}
Enable m2ts mode if set to 1. Default value is -1 which disables m2ts mode.
-@item -muxrate @var{number}
+@item muxrate @var{number}
Set a constant muxrate (default VBR).
-@item -pcr_period @var{numer}
+@item pcr_period @var{numer}
Override the default PCR retransmission time (default 20ms), ignored
if variable muxrate is selected.
@item pat_period @var{number}
Maximal time in seconds between PAT/PMT tables.
@item sdt_period @var{number}
Maximal time in seconds between SDT tables.
-@item -pes_payload_size @var{number}
+@item pes_payload_size @var{number}
Set minimum PES packet payload in bytes.
-@item -mpegts_flags @var{flags}
+@item mpegts_flags @var{flags}
Set flags (see below).
-@item -mpegts_copyts @var{number}
+@item mpegts_copyts @var{number}
Preserve original timestamps, if value is set to 1. Default value is -1, which
results in shifting timestamps so that they start from 0.
-@item -tables_version @var{number}
+@item tables_version @var{number}
Set PAT, PMT and SDT version (default 0, valid values are from 0 to 31, inclusively).
This option allows updating stream structure so that standard consumer may
detect the change. To do so, reopen output AVFormatContext (in case of API
@@ -957,7 +957,7 @@ ffmpeg -i source2.ts -codec copy -f mpegts -tables_version 1 udp://1.1.1.1:1111
@end example
@end table
-Option mpegts_service_type accepts the following values:
+Option @option{mpegts_service_type} accepts the following values:
@table @option
@item hex_value
@@ -978,7 +978,7 @@ Advanced Codec Digital SDTV service.
Advanced Codec Digital HDTV service.
@end table
-Option mpegts_flags may take a set of such flags:
+Option @option{mpegts_flags} may take a set of such flags:
@table @option
@item resend_headers
OpenPOWER on IntegriCloud