diff options
author | klaatu <klaatu@member.fsf.org> | 2016-07-27 20:22:43 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2016-07-30 06:03:51 +0700 |
commit | 8dc5abb227b1593b9d8638663e2538da05f1332c (patch) | |
tree | ed15b1217b2ee2e7ef2329cff56b8c2d9c6f43e8 /multimedia/aces_container/README | |
parent | 25418cc20adaee204828707bbee3d9c266b5204c (diff) |
multimedia/aces_container: Added (ACES file writer).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'multimedia/aces_container/README')
-rw-r--r-- | multimedia/aces_container/README | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/multimedia/aces_container/README b/multimedia/aces_container/README new file mode 100644 index 0000000000000..cbe0bedb95a41 --- /dev/null +++ b/multimedia/aces_container/README @@ -0,0 +1,16 @@ +A reference implementation for an ACES container file writer intended +to be used with the Academy Color Encoding System (ACES). The +resulting file is compliant with the ACES container specification +(SMPTE S2065-4). + +NOT included in this reference implementation: + +* Stereo channels +* EndOfFileFiller +* Arbitrary attributes and naming validations +* half type attributes +* keycode value validations + +You'll want this if you are working in an ACES workflow, in the motion +picture industry, and do not otherwise have anything to output to an +ACES file (for instance, if you are using ctlrender independently).
\ No newline at end of file |