Examples

To compute the MD5 hash of the input converted to raw audio and video, and store it in the file 'out.md5':

ffmpeg -i INPUT -f md5 out.md5

You can print the MD5 to stdout with the command:

ffmpeg -i INPUT -f md5 -

See also the and muxers.