Hello
Somewhere I discovered that ffmpeg will create essence MD5s for supported still image formats. I began using the following command to verify that the image essence did not change in photos after their IPTC metadata is revised. Because there is no documentation of such a use case on the ffmpeg site nor anywhere else on the web I have begun to doubt that this is a valid use of ffmpeg or this command. Is anyone else doing this? Even if you aren’t I would appreciate any comments or observations that you care to share. ffmpeg -i INPUT -map 0:v -f md5 OUTPUT.md5 Thank you Kevin Irelan _______________________________________________ ffmpeg-user mailing list [email protected] http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
