In our application we have a requirement to display the duration of the video which is uploaded in dam. Since the meta information does not have duration field. We followed the steps in the below link, but we were unable to get the duration of the video.
"The Adobe AEM Quickstart and Web Application."
Apart from having the video duration displayed using javascript, Is there a way to display it using aem. Please provide your valuable inputs. Thanks
Solved! Go to Solution.
Views
Replies
Total Likes
Dear Sir or Madam,
You may decide to utilize getDuration method from the FFMpegWrapper. This method contains data received from the FFMpeg tool installed on your machine[0].
[0] "The Adobe AEM Quickstart and Web Application."
Regards,
Peter
Views
Replies
Total Likes
Dear Sir or Madam,
You may decide to utilize getDuration method from the FFMpegWrapper. This method contains data received from the FFMpeg tool installed on your machine[0].
[0] "The Adobe AEM Quickstart and Web Application."
Regards,
Peter
Views
Replies
Total Likes
Are you looking at running a workflow on a video in the DAM and have that workflow inspect the video and obtain info. Purhaps you can write a custom workflow step - using "The Adobe AEM Quickstart and Web Application."
Views
Replies
Total Likes
Hi,
Where exactly do you want to display video duration?
Is it in asset viewer, if yes, please check below.
Views
Replies
Total Likes