A little while ago I wrote this small tool to view/edit the colour metadata in Prores and Quicktime video files. I've recently polished it a bit so that it's available for the wider community (free and open-source under the MIT License, contributions welcome!).
It's cross-platform and supports:
Download from the Microsoft Store
Download .zip for macOS (I would have submitted to the Mac App Store, but cannot really afford Apple's $100/year developer program, especially for a free and open-source app)
The file analysis itself is quite naive: it scans files at the byte-level, looking for the quicktime header and/or prores frames, and then patches them with the requested modifications. So it might be a little rough around the edges, but it's worked with pretty much anything I've thrown at it.
If anyone has any feature requests/feedback/thoughts, I'll happily have a look
It's cross-platform and supports:
- Replacing the color primary, transfer function, color matrix, and creator ID of QuickTime/ProRes videos
- Examining and comparing all available frame metadata
- Warning of any inconsistencies in the metadata (in the "Errors" tab), for example if any of the prores frames define the color primary differently from the QuickTime nclc atom.
- Batch processing multiple files
- Exporting JSON files containing the probed metadata
Download from the Microsoft Store
Download .zip for macOS (I would have submitted to the Mac App Store, but cannot really afford Apple's $100/year developer program, especially for a free and open-source app)
The file analysis itself is quite naive: it scans files at the byte-level, looking for the quicktime header and/or prores frames, and then patches them with the requested modifications. So it might be a little rough around the edges, but it's worked with pretty much anything I've thrown at it.
If anyone has any feature requests/feedback/thoughts, I'll happily have a look