Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
piersdeseilligny committed Jan 9, 2020
2 parents 048a9d9 + eede7fc commit af7dc2c
Showing 1 changed file with 19 additions and 4 deletions.
23 changes: 19 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# ProRes.Editor
<img src="/ProResMetadata/ProResMetadata/icon.png" width="256">

## What


This is a tool built in .net to view and edit the metadata embedded in ProRes videos, on a frame-by-frame basis, via a simple UI.


Expand All @@ -19,13 +20,27 @@ It does so with a naive byte-level analysis, which means that this application d

The tool performs a thorough analysis of the file when it is first opened, finding the offset of every prores frame, and the QuickTime `colr` atom, if applicable. This may take a few seconds, depending on the size of the file and your configuration, however the replacement of the metadata is then near-instant.

# Features

* Replacing the color primary, transfer function, and color matrix in the quicktime `colr` atom and in every single prores frame

* Replacing the "Creator ID" in the ProRes frames

* Examining and comparing all available frame metadata in ProRes video.

* Warning of any inconsistencies in colour metadata (This is what the "Errors" tab is for)

* Batch processing multiple files


# Download

**[Download portable .zip for Windows]()**
**THIS SHOULDN'T CORRUPT YOUR PRORES FILES, BUT PLEASE USE AT YOUR OWN RISK!**

**[Download .zip for Windows](https://github.com/piersdeseilligny/prores.editor/releases/download/v1.0/Windows.zip)**

**[Download .app for Mac]()**
**[Download .app for Mac](https://github.com/piersdeseilligny/prores.editor/releases/download/v1.0/Mac.zip)**

*Please note that this tool has not been tested extensively on Mac. But it should work.*

Built with [Eto](https://github.com/picoe/Eto).
Built with [Eto](https://github.com/picoe/Eto).

0 comments on commit af7dc2c

Please sign in to comment.