Commit 2d7b5f09 authored by Stefano Sabatini's avatar Stefano Sabatini

Apply misc docs fixes spotted by Diego.

Originally committed as revision 24739 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 52c55330
...@@ -26,7 +26,7 @@ Physical concatenation protocol. ...@@ -26,7 +26,7 @@ Physical concatenation protocol.
Allow to read and seek from many resource in sequence as if they were Allow to read and seek from many resource in sequence as if they were
a unique resource. a unique resource.
An URL accepted by this protocol has the syntax: A URL accepted by this protocol has the syntax:
@example @example
concat:@var{URL1}|@var{URL2}|...|@var{URLN} concat:@var{URL1}|@var{URL2}|...|@var{URLN}
@end example @end example
...@@ -83,7 +83,7 @@ be used to test muxers without writing an actual file. ...@@ -83,7 +83,7 @@ be used to test muxers without writing an actual file.
Some examples follow. Some examples follow.
@example @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 ffmpeg -i input.flv -f avi -y md5:output.avi.md5
# Write the MD5 hash of the encoded AVI file to stdout. # Write the MD5 hash of the encoded AVI file to stdout.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment