2016-10-12 14:16 GMT+02:00 <[email protected]>: > 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 -f md5 OUTPUT.md5 > ffmpeg -i "INPUT" -map 0:a -f md5 -hash md5 - > > Neither of these is ideal. The first one puts the value in a > separate file. (That's what you asked for) > The second puts it amongst other info in the console making > it difficult to parse out as in the following example. Only one line is printed to stdout. An alternative is to use -loglevel warning or error or fatal. > This e-mail (including any attachments) is intended only for > use by the addressee(s) named herein and may contain > legally privileged and/or confidential information. Please avoid this when sending emails to a public mailing list. Carl Eugen _______________________________________________ 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".
