I want to restrict publishing of original file in video asset if it is above 200 Mb. Is there any configuration where I can enter file type and size limit for video publishing ?
It is already added in namespace editor interface. Adding the custom metadata is not an issue. Retrieving it using asset.getMetadata() is causing the issue
I have created a new custom namespace for the asset metadata. I am able to add the custom metadata to the asset. But while retrieving using asset,getMetadata it comes as ns2:<customname>
the add size workflow adds the size but not dam:sha1.Metadata processor workflow step fails to add the property for mp3,mp4 (but works fine for ai/eps files). Just wondering if there is any configuration which disables adding dam:size,dam:sha1
It is just filling up the log whenever asset is previewedError in getting image dimension for rendition : originalorg.apache.commons.imaging.ImageReadException: Can't parse this format. at org.apache.commons.imaging.Imaging.getImageParser(Imaging.java:761) at org.apache.commons.imaging...