From ee7510bb8efeff8081e53fff9e26df00c53feebf Mon Sep 17 00:00:00 2001 From: Piers Deseilligny <42496508+piersdeseilligny@users.noreply.github.com> Date: Sat, 9 May 2020 11:22:45 +0100 Subject: [PATCH] Update README.md --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 7d11016..79b85f6 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ ## 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. +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. It can be compared to the BBC's [qtff-parameter-editor](https://github.com/bbc/qtff-parameter-editor) tool, although prores.editor uses a different approach behind the scenes, and significantly improves the user experience. ![Screenshots](https://i.imgur.com/pa4ahVC.png) @@ -11,7 +11,7 @@ This is a tool built in .net to view and edit the metadata embedded in ProRes vi ## Why ProRes is capable of specifying the color primary, transfer function, and color matrix to be used when viewing the file. However this information may be incorrect for a variety of reasons (Generally the tool used to encode the file was unaware or incapable of producing this data). This can result in ProRes videos being played back with inaccurate colors or post-production tools incorrectly transcoding them. -**This tool allows you to view and modify this metadata.** +**This tool allows you to view, analyse, and modify this metadata.** ## How