[FFmpeg-cvslog] doc/muxers/md5: apply misc consistency fixes
Stefano Sabatini
git at videolan.org
Fri Apr 19 10:01:31 EEST 2024
ffmpeg | branch: master | Stefano Sabatini <stefasab at gmail.com> | Tue Apr 16 09:23:08 2024 +0200| [ac3460c61c3b59165da8e89958c84b03ed0a21d3] | committer: Stefano Sabatini
doc/muxers/md5: apply misc consistency fixes
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=ac3460c61c3b59165da8e89958c84b03ed0a21d3
---
doc/muxers.texi | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/doc/muxers.texi b/doc/muxers.texi
index af53613bbf..767477a25e 100644
--- a/doc/muxers.texi
+++ b/doc/muxers.texi
@@ -2905,26 +2905,28 @@ flag is set in the disposition of the corresponding stream.
@anchor{md5}
@section md5
-
MD5 testing format.
This is a variant of the @ref{hash} muxer. Unlike that muxer, it
defaults to using the MD5 hash function.
- at subsection Examples
+See also the @ref{hash} and @ref{framemd5} muxers.
+ at subsection Examples
+ at itemize
+ at item
To compute the MD5 hash of the input converted to raw
audio and video, and store it in the file @file{out.md5}:
@example
ffmpeg -i INPUT -f md5 out.md5
@end example
-You can print the MD5 to stdout with the command:
+ at item
+To print the MD5 hash to stdout:
@example
ffmpeg -i INPUT -f md5 -
@end example
-
-See also the @ref{hash} and @ref{framemd5} muxers.
+ at end itemize
@section mp3
More information about the ffmpeg-cvslog
mailing list