summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormikey <mikey@cinecert.com>2012-03-07 19:29:06 +0000
committermikey <>2012-03-07 19:29:06 +0000
commit12c2894876202fe20285bc5efaa7417611e29827 (patch)
treee5809570dd5fd613cd9c44bd456bf3091cdfc920
parent64fc2d94daefe495cf01ce480c4d93a930c8bc8f (diff)
added references tonew commands in README.
-rwxr-xr-xREADME12
1 files changed, 10 insertions, 2 deletions
diff --git a/README b/README
index 716bcd0..18e2371 100755
--- a/README
+++ b/README
@@ -87,7 +87,15 @@ platforms. Others may work as well.
Utilities
-asdcp-test - Writes, reads and verifies AS-DCP (MXF) track files.
+asdcp-test - Writes, reads and verifies AS-DCP (MXF) track files.
+
+asdcp-wrap - Writes AS-DCP (MXF) track files.
+
+asdcp-unwrap - Extracts essence from AS-DCP (MXF) track files.
+
+asdcp-info - Displays information about AS-DCP (MXF) track files.
+
+asdcp-util - Calculates digests and generates random numbers and UUIDs.
kmfilegen - Writes and verifies large files using a platform-
independent format. Use it to test issues related to large files.
@@ -114,7 +122,7 @@ utilities all respond to -h.
Change History
-2012-02-22 - bug fixes, enhancements 1.9.45
+2012-03-06 - bug fixes, enhancements 1.9.45
o Removed ASDCP::Timestamp, all items that were of that class are now
of class Kumu::Timestamp
o Refactored Kumu::Timestamp to use KM_tai for internal representation