-
Type:
Improvement
-
Status: Need Info
-
Resolution: Unresolved
-
Affects Version/s: 5.2.N
-
Fix Version/s: None
-
Component/s: Tika, POI, and Metadata Extraction
-
Labels:None
-
Bug Priority:
-
ACT Numbers:
00888376
Summary:
It doesn't appear to be possible to extract the duration of videos from MP4 and MOV video files.
However, it does appear to be possible to extract durations when using Tika libraries starting in 1.9 and higher.
https://tika.apache.org/1.9/api/org/apache/tika/metadata/XMPDM.html#DURATION
The customer is asking Alfresco update to the last version of Tika library. It can then add the new duration metadata in the TikaAutoMetadataExtracter.properties and map it to Alfresco data model by using:
xmpDM\:duration=MAP_IN_YOUR_STANDARD_MODEL
Reason
The customer would like to have the duration extracted because they need it from a functional perspective. Customer needs it just for visualization purposes.