X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=doc%2Fffmpeg-formats.texi;h=03e4f30ac31d56187e1c09a525126855da1e8150;hb=4765f635387cef3efb01e52e59d4f3add126a0e2;hp=14b9ed86f2e33f1fa8172d78e84ed851b699cd95;hpb=9b323a9b952897ca96818b84dbce7cba9e2d51de;p=ffmpeg diff --git a/doc/ffmpeg-formats.texi b/doc/ffmpeg-formats.texi index 14b9ed86f2e..03e4f30ac31 100644 --- a/doc/ffmpeg-formats.texi +++ b/doc/ffmpeg-formats.texi @@ -41,7 +41,10 @@ Reduce buffering. @end table @item probesize @var{integer} (@emph{input}) -Set probing size. +Set probing size in bytes, i.e. the size of the data to analyze to get +stream information. A higher value will allow to detect more +information in case it is dispersed into the stream, but will increase +latency. Must be an integer not lesser than 32. It is 5000000 by default. @item packetsize @var{integer} (@emph{output}) Set packet size. @@ -143,6 +146,7 @@ of -1 enables when required by target format. @include demuxers.texi @include muxers.texi +@include metadata.texi @chapter See Also