diff options
author | Ubaldo Porcheddu <ubaldo@eja.it> | 2021-05-18 13:56:00 +0200 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2021-05-20 23:07:46 +0200 |
commit | 36b16a30dbb14ce2e42a54c3dae54b40b51a3f87 (patch) | |
tree | 0a97220624f0ff77dbc16117b1ea82fb90b63afa /doc/muxers.texi | |
parent | f597041d57bae314977705dca7d83c819bde6651 (diff) | |
download | ffmpeg-36b16a30dbb14ce2e42a54c3dae54b40b51a3f87.tar.gz |
avformat/mpegtsenc: add NIT support
With some minor changes by Marton Balint:
- removed trailing whitespace
- fixed network_descriptors_length
- fixed reserved_future_use flag in the start of the section
- removed unused program variable
- emit first NIT after PAT
- some other cosmetics
Signed-off-by: Ubaldo Porcheddu <ubaldo@eja.it>
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'doc/muxers.texi')
-rw-r--r-- | doc/muxers.texi | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi index e1c6ad0829..e77055e7ef 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -1876,6 +1876,8 @@ Reemit PAT and PMT at each video frame. Conform to System B (DVB) instead of System A (ATSC). @item initial_discontinuity Mark the initial packet of each stream as discontinuity. +@item nit +Emit NIT table. @end table @item mpegts_copyts @var{boolean} @@ -1897,8 +1899,11 @@ Maximum time in seconds between PAT/PMT tables. Default is @code{0.1}. @item sdt_period @var{duration} Maximum time in seconds between SDT tables. Default is @code{0.5}. +@item nit_period @var{duration} +Maximum time in seconds between NIT tables. Default is @code{0.5}. + @item tables_version @var{integer} -Set PAT, PMT and SDT version (default @code{0}, valid values are from 0 to 31, inclusively). +Set PAT, PMT, SDT and NIT version (default @code{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 @code{AVFormatContext} (in case of API usage) or restart @command{ffmpeg} instance, cyclically changing |