diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2013-10-29 15:57:13 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2013-10-29 18:30:27 +0100 |
commit | 61c1f2cb1e7ef80725d3ae5e8af267add60d058e (patch) | |
tree | 2ed5e51bdc642c50e461b87dcb4584cfe650abc9 /doc | |
parent | ce55e667facbaf0e7aa8d543b114b28d22c2a250 (diff) | |
download | ffmpeg-61c1f2cb1e7ef80725d3ae5e8af267add60d058e.tar.gz |
doc/muxers: add definitory line for the MOV/MP4/ISMV muxer
Also rename section name, to match the other ones adopting the muxer name
(rather than the related upcased standard name).
Diffstat (limited to 'doc')
-rw-r--r-- | doc/muxers.texi | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/muxers.texi b/doc/muxers.texi index bd7088b0b1..ae5301c4bb 100644 --- a/doc/muxers.texi +++ b/doc/muxers.texi @@ -386,7 +386,9 @@ ffmpeg -i INPUT -f md5 - See also the @ref{framemd5} muxer. -@section MOV/MP4/ISMV +@section mov/mp4/ismv + +MOV/MP4/ISMV (Smooth Streaming) muxer. The mov/mp4/ismv muxer supports fragmentation. Normally, a MOV/MP4 file has all the metadata about all packets stored in one location |