[FFmpeg-devel] [PATCH 1/4] Document "cache" protocol
Andrey Utkin
andrey.krieger.utkin at gmail.com
Sat Jun 15 22:03:38 CEST 2013
---
doc/protocols.texi | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/doc/protocols.texi b/doc/protocols.texi
index a91103a..911e555 100644
--- a/doc/protocols.texi
+++ b/doc/protocols.texi
@@ -49,6 +49,16 @@ Read angle 2 of playlist 4 from BluRay mounted to /mnt/bluray, start from chapte
-playlist 4 -angle 2 -chapter 2 bluray:/mnt/bluray
@end example
+ at section cache
+
+Caching wrapper for input stream.
+
+Caches the input stream to temporary file. It brings seeking capability to live streams.
+
+ at example
+cache:@var{URL}
+ at end example
+
@section concat
Physical concatenation protocol.
--
1.8.1.5
More information about the ffmpeg-devel
mailing list