Examples

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

ffmpeg -i INPUT -f framemd5 out.md5

To print the information to stdout, use the command:

ffmpeg -i INPUT -f framemd5 -

See also the and muxers.