diff options
author | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2013-01-09 23:13:40 +0100 |
---|---|---|
committer | Carl Eugen Hoyos <cehoyos@ag.or.at> | 2013-01-09 23:13:40 +0100 |
commit | c20ce9ad699a1750f8ada828830dea1d19b74ad1 (patch) | |
tree | 59c2018f8eb4b6c91da436f2dfb1c204ab9dfe60 /doc/muxers.texi | |
parent | 8514d5bcf7808da20b3ae469651ed850dca34af6 (diff) | |
download | ffmpeg-c20ce9ad699a1750f8ada828830dea1d19b74ad1.tar.gz |
Add -movflags rtphint documentation.
Diffstat (limited to 'doc/muxers.texi')
-rw-r--r-- | doc/muxers.texi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi index 2f62d6351d..c3e4e63c43 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -346,6 +346,8 @@ This option is implicitly set when writing ismv (Smooth Streaming) files. Run a second pass moving the moov atom on top of the file. This operation can take a while, and will not work in various situations such as fragmented output, thus it is not enabled by default. +@item -movflags rtphint +Add RTP hinting tracks to the output file. @end table Smooth Streaming content can be pushed in real time to a publishing |