@@ -5596,18 +5596,12 @@ <h2>Cache</h2>
5596
5596
<dt><tt class="docutils literal"><span class="pre">--no-cache</span></tt></dt>
5597
5597
<dd>Turn off input stream caching. See <tt class="docutils literal"><span class="pre">--cache</span></tt>.</dd>
5598
5598
<dt><tt class="docutils literal"><span class="pre">--cache-secs=<seconds></span></tt></dt>
5599
- <dd><p class="first">Deprecated. Once this option is removed, there will be no way to limit the
5600
- cache size by time (only by size with <tt class="docutils literal"><span class="pre">--demuxer-max-bytes</span></tt>). This option
5601
- is considered useless, since there is no good reason to limit the cache by
5602
- time, and the default value of this option is already something very high.
5603
- The interaction with the other cache options is also confusing.</p>
5604
- <p class="last">How many seconds of audio/video to prefetch if the cache is active. This
5599
+ <dd>How many seconds of audio/video to prefetch if the cache is active. This
5605
5600
overrides the <tt class="docutils literal"><span class="pre">--demuxer-readahead-secs</span></tt> option if and only if the cache
5606
5601
is enabled and the value is larger. The default value is set to something
5607
5602
very high, so the actually achieved readahead will usually be limited by
5608
5603
the value of the <tt class="docutils literal"><span class="pre">--demuxer-max-bytes</span></tt> option. Setting this option is
5609
- usually only useful for limiting readahead.</p>
5610
- </dd>
5604
+ usually only useful for limiting readahead.</dd>
5611
5605
<dt><tt class="docutils literal"><span class="pre">--cache-on-disk=<yes|no></span></tt></dt>
5612
5606
<dd><p class="first">Write packet data to a temporary file, instead of keeping them in memory.
5613
5607
This makes sense only with <tt class="docutils literal"><span class="pre">--cache</span></tt>. If the normal cache is disabled,
0 commit comments