[FFmpeg-cvslog] r24739 - trunk/doc/protocols.texi
stefano
subversion
Sat Aug 7 23:06:46 CEST 2010
Author: stefano
Date: Sat Aug 7 23:06:46 2010
New Revision: 24739
Log:
Apply misc docs fixes spotted by Diego.
Modified:
trunk/doc/protocols.texi
Modified: trunk/doc/protocols.texi
==============================================================================
--- trunk/doc/protocols.texi Sat Aug 7 23:06:43 2010 (r24738)
+++ trunk/doc/protocols.texi Sat Aug 7 23:06:46 2010 (r24739)
@@ -26,7 +26,7 @@ Physical concatenation protocol.
Allow to read and seek from many resource in sequence as if they were
a unique resource.
-An URL accepted by this protocol has the syntax:
+A URL accepted by this protocol has the syntax:
@example
concat:@var{URL1}|@var{URL2}|...|@var{URLN}
@end example
@@ -83,7 +83,7 @@ be used to test muxers without writing a
Some examples follow.
@example
-# Write the MD5 hash of the encoded AVI file in the file output.avi.md5.
+# Write the MD5 hash of the encoded AVI file to the file output.avi.md5.
ffmpeg -i input.flv -f avi -y md5:output.avi.md5
# Write the MD5 hash of the encoded AVI file to stdout.
More information about the ffmpeg-cvslog
mailing list