Re: [FFmpeg-user] essence MD5 for still images

2018-01-09 Thread Carl Eugen Hoyos
2018-01-09 22:25 GMT+01:00 *** : > On the same subject Appears to be a different subject, but most of all, please remember not to top-post on this mailing list. > when calculating the MD5 of an audio WAV file ffmpeg > defaults to 16 bit. No, ffmpeg does not default to "16

Re: [FFmpeg-user] essence MD5 for still images

2018-01-09 Thread ***
On the same subject, when calculating the MD5 of an audio WAV file ffmpeg defaults to 16 bit. If the input is 24 bit it is my understanding that it needs to be explicitly reflected in the command as -c:a pcm_s24le otherwise the resulting MD5 will not be accurate. Are there comparable variations

Re: [FFmpeg-user] essence MD5 for still images

2018-01-06 Thread Carl Eugen Hoyos
2018-01-06 20:38 GMT+01:00 *** : > Somewhere I discovered that ffmpeg will create essence > MD5s for supported still image formats. And audio and video. (From FFmpeg's pov, an image format is a video format.) > I began using the following command to verify that > the image

[FFmpeg-user] essence MD5 for still images

2018-01-06 Thread ***
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

Re: [FFmpeg-user] essence MD5

2016-10-12 Thread Reto Kromer
ganesh.ire...@syda.org wrote: >ffmpeg -i "INPUT" -map 0:a -f md5 -hash md5 - Add "-loglevel quiet". ___ ffmpeg-user mailing list ffmpeg-user@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-user To unsubscribe, visit link above, or email

Re: [FFmpeg-user] essence MD5

2016-10-12 Thread Carl Eugen Hoyos
2016-10-12 14:16 GMT+02:00 : > I want to generate an essence MD5 for WAV files and then > populate that value into a field in a DAM system. Just curious: What is a DAM system? > I have tested two commands to generate the essence MD5 > hash. > > ffmpeg -i INPUT -map 0:a

[FFmpeg-user] essence MD5

2016-10-12 Thread Ganesh.Irelan
Hello, Non-developer here... I want to generate an essence MD5 for WAV files and then populate that value into a field in a DAM system. I have tested two commands to generate the essence MD5 hash. ffmpeg -i INPUT -map 0:a -f md5 OUTPUT.md5 ffmpeg -i "INPUT" -map 0:a -f md5 -hash md5 -