diff options
author | Stefano Sabatini <stefasab@gmail.com> | 2012-12-26 17:42:45 +0100 |
---|---|---|
committer | Stefano Sabatini <stefasab@gmail.com> | 2012-12-27 15:47:15 +0100 |
commit | 7e0676a7155ab13917e938136b2caaca6c8767f6 (patch) | |
tree | 431a8944ccc78ba280016177929038c0a16d1a82 /doc | |
parent | 750382d5c88339d2bde17851455403bdc75e9a60 (diff) | |
download | ffmpeg-7e0676a7155ab13917e938136b2caaca6c8767f6.tar.gz |
doc/ffmpeg-formats: extend documentation for the probesize parameter
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ffmpeg-formats.texi | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/ffmpeg-formats.texi b/doc/ffmpeg-formats.texi index 6b58aa2dcb..03e4f30ac3 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. |