| Port details |
- hdrprobe Fast HDR, HDR10+, and Dolby Vision metadata inspector
- 1.0.1_1 multimedia
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: michiel@vanbaak.eu
 - Port Added: 2026-07-27 23:18:56
- Last Update: 2026-09-08 10:38:00
- Commit Hash: 7316461
- License: MIT
- WWW:
- https://github.com/matthane/hdrprobe
- Description:
- hdrprobe is a single native binary that answers one question quickly:
what HDR and dynamic metadata does this file actually carry?
It does the work that normally requires mediainfo, ffprobe,
dovi_tool, and hdr10plus_tool together
without launching subprocesses in the hot path, writing temp files,
or extracting a full RPU stream to disk first.
It memory-maps the file and reads only the bytes it needs,
so it stays fast regardless of file size.
¦ ¦ ¦ ¦ 
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- hdrprobe>0:multimedia/hdrprobe
- To install the port:
- cd /usr/ports/multimedia/hdrprobe/ && make install clean
- To add the package, run one of these commands:
- pkg install multimedia/hdrprobe
- pkg install hdrprobe
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: hdrprobe
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1787159465
SHA256 (rust/crates/anstream-1.0.0.crate) = 824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d
SIZE (rust/crates/anstream-1.0.0.crate) = 28916
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- rust>=1.98.0 : lang/rust
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- multimedia_hdrprobe
- USES:
- cargo
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
1.0.1_1 08 Sep 2026 10:38:00
    |
Mikael Urankar (mikael)  |
lang/rust: Bump revisions after 1.98.1
PR: 298139 |
1.0.1 26 Aug 2026 02:53:51
    |
Hiroki Tagato (tagattie)  Author: Michiel van Baak Jansen |
multimedia/hdrprobe: Update to 1.0.1
Changelog:
- https://github.com/matthane/hdrprobe/releases/tag/v1.0.0
- https://github.com/matthane/hdrprobe/releases/tag/v1.0.1
PR: 297691
Reported by: Michiel van Baak Jansen <michiel@vanbaak.eu> (maintainer) |
0.8.0 27 Jul 2026 08:21:36
    |
Hiroki Tagato (tagattie)  Author: Michiel van Baak Jansen |
multimedia/hdrprobe: Add port: Fast HDR, HDR10+, and Dolby Vision metadata
inspector
hdrprobe is a single native binary that answers one question quickly:
what HDR and dynamic metadata does this file actually carry?
It does the work that normally requires mediainfo, ffprobe,
dovi_tool, and hdr10plus_tool together
without launching subprocesses in the hot path, writing temp files,
or extracting a full RPU stream to disk first.
It memory-maps the file and reads only the bytes it needs,
so it stays fast regardless of file size.
WWW: https://github.com/matthane/hdrprobe
PR: 296984
Reported by: Michiel van Baak Jansen <michiel@vanbaak.eu> (new maintainer) |