On Thu, Jun 27, 2019 at 20:35:51 +0200, Carl Eugen Hoyos wrote:
> Am Do., 27. Juni 2019 um 18:57 Uhr schrieb Peter B. <[email protected]>:
>
> > It's actually just for hashing the content (single hash, instead
> > of framemd5), so playability is not really a concern.
>
> libavutil also supports (several) single hash functions.

There's also the "hash" muxer with various hash functions (and its
alias muxer "md5").

$ ffmpeg -i input -map 0:a -c:a copy -f hash -
or
$ ffmpeg -i input -map 0:a -c:a copy -hash md5 -f hash -
if you prefer MD5.

Moritz
_______________________________________________
ffmpeg-user mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/ffmpeg-user

To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".

Reply via email to