[FFmpeg-devel] [PATCH 2/2] Document file protocol options
Andrey Utkin
andrey.krieger.utkin at gmail.com
Sun Jul 7 19:56:36 CEST 2013
---
doc/protocols.texi | 10 ++++++++++
1 file changed, 10 insertions(+)
diff --git a/doc/protocols.texi b/doc/protocols.texi
index e8427aa..9f99a9b 100644
--- a/doc/protocols.texi
+++ b/doc/protocols.texi
@@ -129,6 +129,16 @@ The ff* tools default to the file protocol, that is a resource
specified with the name "FILE.mpeg" is interpreted as the URL
"file:FILE.mpeg".
+This protocol accepts the following options.
+
+ at table @option
+ at item truncate
+Truncates existing files on write, if set to 1. Value 0 prevents truncating. Default value is 1.
+
+ at item blocksize
+Set I/O operation block size, in bytes. Default value is 4096.
+ at end table
+
@section ftp
FTP (File Transfer Protocol).
--
1.8.1.5
More information about the ffmpeg-devel
mailing list