This is an automated email from the ASF dual-hosted git repository.
nick pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/tika.git
The following commit(s) were added to refs/heads/main by this push:
new 356cf44 TIKA-3318 Document the units of xmpDM:duration as seconds by
default
356cf44 is described below
commit 356cf44e6c426ad4411bb2c8a945597dbac4543c
Author: Nick Burch <[email protected]>
AuthorDate: Sun Mar 14 19:24:43 2021 +0000
TIKA-3318 Document the units of xmpDM:duration as seconds by default
---
tika-core/src/main/java/org/apache/tika/metadata/XMPDM.java | 1 +
1 file changed, 1 insertion(+)
diff --git a/tika-core/src/main/java/org/apache/tika/metadata/XMPDM.java
b/tika-core/src/main/java/org/apache/tika/metadata/XMPDM.java
index ce78145..60a3d1e 100644
--- a/tika-core/src/main/java/org/apache/tika/metadata/XMPDM.java
+++ b/tika-core/src/main/java/org/apache/tika/metadata/XMPDM.java
@@ -173,6 +173,7 @@ public interface XMPDM {
/**
* "The duration of the media file."
+ * Value is in Seconds, unless xmpDM:scale is also set.
*/
Property DURATION = Property.externalReal("xmpDM:duration");