Foobar2000:Components/Audio MD5 (foo audiomd5): Difference between revisions
(Created page with "Other components {{infobox foobar2000 component | name = Audio MD5 | screenshot = | caption = | mod...") |
mNo edit summary |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 9: | Line 9: | ||
| released = {{start date and age|2020|10|07}} | | released = {{start date and age|2020|10|07}} | ||
| released_ref = | | released_ref = | ||
| stable_release = 0.6. | | stable_release = 0.6.5 | ||
| stable_release_date = | | stable_release_date = 2023-09-08 | ||
| preview_release = | | preview_release = | ||
| preview_release_date = | | preview_release_date = | ||
| foobar2000_minimum = 1. | | foobar2000_architecture = x86 32-bit, x86 64-bit | ||
| foobar2000_minimum = 1.5 | |||
| foobar2000_ui_module = | | foobar2000_ui_module = | ||
| use = Other | | use = Other | ||
Line 21: | Line 22: | ||
==Description== | ==Description== | ||
A tool for generating and verifying MD5 checksum of audio data. Uses ffmpeg.exe and supports all formats FFmpeg supports. | A tool for generating and verifying MD5 checksum of audio data. Uses ffmpeg.exe and supports all formats FFmpeg supports. | ||
==Configuration== | |||
Audio MD5 can be configured in <code>Preferences > Advanced > Tools > Audio MD5</code> | |||
Note: By default the checksum will not match the MD5 of various lossless audio formats. Those codecs calculate the checksum from the uncompressed PCM data before the compression is done. This component works on the already compressed binary data. | |||
The checksum won't match generic MD5 checksum tools either. The use of ffmpeg allows ignoring all non-audio related bits of the file so tag edits won't ruin the checksums. | |||
Since version 0.5 there is an advanced configuration option to switch lossless format checksum to be calculated from the decoded PCM output. | |||
==Required== | |||
You must provide path to the ffmpeg.exe binary (downloaded separately) in <code>Preferences > Advanced > Tools > Audio MD5 > FFmpeg bin path</code> | |||
==External links== | ==External links== | ||
* [https://foobar.hyv.fi/2.0/?view=foo_audiomd5 | * [https://foobar.hyv.fi/2.0/?view=foo_audiomd5 Official Component page] |
Latest revision as of 16:07, 11 December 2023
Audio MD5 | |
---|---|
foo_audiomd5 | |
Developer(s) | Case |
Release information | |
Initial release | October 7, 2020; 4 years ago |
Stable release | 0.6.5 (September 8, 2023) |
foobar2000 compatibility | |
Architecture | x86 32-bit, x86 64-bit |
Minimum version | 1.5 |
UI module(s) | N/A |
Additional information | |
Use | Other |
License | Modified ISC License |
View all components |
Description
A tool for generating and verifying MD5 checksum of audio data. Uses ffmpeg.exe and supports all formats FFmpeg supports.
Configuration
Audio MD5 can be configured in Preferences > Advanced > Tools > Audio MD5
Note: By default the checksum will not match the MD5 of various lossless audio formats. Those codecs calculate the checksum from the uncompressed PCM data before the compression is done. This component works on the already compressed binary data. The checksum won't match generic MD5 checksum tools either. The use of ffmpeg allows ignoring all non-audio related bits of the file so tag edits won't ruin the checksums.
Since version 0.5 there is an advanced configuration option to switch lossless format checksum to be calculated from the decoded PCM output.
Required
You must provide path to the ffmpeg.exe binary (downloaded separately) in Preferences > Advanced > Tools > Audio MD5 > FFmpeg bin path