Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in / Register
Toggle navigation
F
ffmpeg.wasm-core
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Linshizhi
ffmpeg.wasm-core
Commits
6bcc6fd5
Commit
6bcc6fd5
authored
Jun 05, 2016
by
Stefano Sabatini
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
doc/muxers/mpegts: apply misc consistency/formatting fixes
parent
4b562044
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
15 additions
and
15 deletions
+15
-15
muxers.texi
doc/muxers.texi
+15
-15
No files found.
doc/muxers.texi
View file @
6bcc6fd5
...
@@ -907,41 +907,41 @@ and @code{service_name}. If they are not set the default for
...
@@ -907,41 +907,41 @@ and @code{service_name}. If they are not set the default for
The muxer options are:
The muxer options are:
@table @option
@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
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
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.
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
Set the transport_stream_id (default 0x0001). This identifies a
transponder in DVB.
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.
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
Set the program service_type (default @var{digital_tv}), see below
a list of pre defined values.
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).
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).
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.
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).
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
Override the default PCR retransmission time (default 20ms), ignored
if variable muxrate is selected.
if variable muxrate is selected.
@item pat_period @var{number}
@item pat_period @var{number}
Maximal time in seconds between PAT/PMT tables.
Maximal time in seconds between PAT/PMT tables.
@item sdt_period @var{number}
@item sdt_period @var{number}
Maximal time in seconds between SDT tables.
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.
Set minimum PES packet payload in bytes.
@item
-
mpegts_flags @var{flags}
@item mpegts_flags @var{flags}
Set flags (see below).
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
Preserve original timestamps, if value is set to 1. Default value is -1, which
results in shifting timestamps so that they start from 0.
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).
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
This option allows updating stream structure so that standard consumer may
detect the change. To do so, reopen output AVFormatContext (in case of API
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
...
@@ -957,7 +957,7 @@ ffmpeg -i source2.ts -codec copy -f mpegts -tables_version 1 udp://1.1.1.1:1111
@end example
@end example
@end table
@end table
Option
mpegts_service_type
accepts the following values:
Option
@option{mpegts_service_type}
accepts the following values:
@table @option
@table @option
@item hex_value
@item hex_value
...
@@ -978,7 +978,7 @@ Advanced Codec Digital SDTV service.
...
@@ -978,7 +978,7 @@ Advanced Codec Digital SDTV service.
Advanced Codec Digital HDTV service.
Advanced Codec Digital HDTV service.
@end table
@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
@table @option
@item resend_headers
@item resend_headers
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment