DC 4.5.1
Mar 11, 2016
Part of the new DAM 4.5.1 release is represented by the support offered for the new DAM for Sitecore module. The 2 main changes are:
Support in the installer to choose between DAM For Sitecore 4 and DAM for Sitecore 5
Default previews
For the time being, these changes are disabled, therefore you will not be able to see or react on them.
How to access/use the new implementation?
When starting the installer a drop-down menu will be visible which will enable you to select one of the following values:
Empty - do not install any of the DAM for Sitecore modules
DAM for Sitecore 4 - which will install DAM for Sitecore module 4
DAM for Sitecore 5 - which will install DAM for Sitecore module 5
If you have chosen to install DAM for Sitecore 5, the installer will automatically import the default previews assets to the catalog folder Default previews. It will also add the required configuration to the Config Manager in DAM for Sitecore → Config → Default previews. The import process will create upload jobs for the assets, but will not wait for them to finish. This means that when you log in to the DAM Center after upgrading/installing, you may see that some jobs are running. The default previews will work when these jobs have finished.
Default previews
The default preview feature is used through the asset-streamer. The point of this feature is to have the asset-streamer deliver another media file, if the requested file was not found, so the user does not get 404 file not found.
You configure this in the config manager under the tab "Default previews".
How the new implementation works?
Default previews
In this example we request a thumb of an asset which is of the type excel. Is has no thumb to return and returns 404 - File or directory not found.
/dmm3bwsv3/27_3_11_9_11_0_fdeb8e2f-4fa8-4f96-a394-3e6d6db53ebb_False.jpg?mptdid=0
If we then assume the configuration for the default preview is made and then call the same url again.
/dmm3bwsv3/27_3_11_9_11_0_fdeb8e2f-4fa8-4f96-a394-3e6d6db53ebb_False.jpg?mptdid=0
Now it should return an substitute image. See the next section on how to configure this.
How to configure the new implementation?
CreatedADGroupsAndUsers
CreatedADGroupsAndUsers have moved.
It now resides in the dam center .zip file. From version 4.5.1 you will find it here:
4.5.1\4.5.1.zip\CreateADGroupsAndUsers
Default previews
To configure the default previews, there are 4 steps to go through:
Upload the substitute assets to the catalog folder called Default preview icons. It is important that you place them there, because there is a workflow (AssetSyncFolder) that automatically publishes to the channel folder Default preview icons.
Create the formats you want your substitute assets to be transcoded into and then create a profile with these formats.
Add this profile to Profiles and destinations in config manager. Only add this one time pointing to the channel folder Default preview icons. We recommend that you add this to the relevant version.
Go to the config version where you want to enable the default preview feature. In the screenshot you can see that we have configured it for Dam For Sitecore version 5.0.0.
Note: The Default previews is an iterative metagroup. The group consists of 4 fields:
Assettype (required)
The assettype you want a substitute for.
Preview Asset (required)
The asset you want as the subsitute.
Input Mediaformat
Select the mediaformat that this substitute should match up against.
Output Mediaformat
Select the mediaformat that the selected substitute asset should be returned in.
The assetstreamer logic when default preview is configured
If the requested assetId and mediaformatId did not return any content, then we go into the default preview logic.
a) Get default configuration for the version bound in the accesskey. If empty, it fall back to the dam center version to see if it has any configuration.
b) Test if there is any configuration for the requested assettype.
c) We then test if there is any configuration where Input mediaformat equals the requested mediaformat and the output mediaformat is set. Then we try to stream that format for the configured preview asset.
d) If c did not find anything, then we find the first configuration, where input mediaformat equals 0 and streams that with the requested mediaformat or the output mediaformat if defined.
e) return 404 if none of the above was a success.On the config version you just added the default previews to, you have to set the config param Default Preview Destination to the destination where the substitute assets are published to. Most of the time this will be FrontenData SM.
Adaptive Bitrate
A new video quality has been added to the DamCenter: "Adaptive Bitrate HQ"
How to Add the format
Go to System Tools / Profiles
Select the profile "Digizuite™ Video Portal Videos"
Select "Adaptive Bitrate HQ" in the "Format qualities" drop down.
Click the "+" icon
Click Save.
See Video Portal Installation & Configuration guide, for instructions regarding the ConfigManager configuration.
How to remove the format
Go to System tools / Profiles.
Select the "Digizuite™ Video Portal Videos" profile
Select the "Adaptive Bitrate HQ" in the format qualities list.
Click on the "-" icon
Click Save
Requirements
Batch System version 2.4.21 or newer
Warning
If the Adaptive Bitrate feature is not used, the "Adaptive Bitrate HQ" quality should be deselected, as it places a high load on the transcode system.
Transcode system changes
Identify
Media that are imported into the DamCenter are now identified as a Source Format Type.
the following source Formats are used;
AssetType | Source Format Name | ItemGuid |
|---|---|---|
1: Video | VIDEO | 0A66E709-820F-4B06-B7EB-7F919EF7EAF8 |
2: Audio | AUDIO | 0F5DCE2C-B26E-41D6-85A9-97A0B9F11A33 |
4: Image | IMAGE | DAEA5597-FA75-4EB3-9931-46003E5B61DE |
5: Powerpoint | Powerpoint | CD3F3DF0-171E-4145-AD76-7EDBFE63FC44 |
6: Html | HTML | FE442EED-B527-4CE5-A215-DC8E6124DA6F |
10: InDesign | Adobe InDesign | 82660883-CF9F-42BB-B9D0-B89DE68B8821 |
14: PDF | Adobe PDF | C38805CE-0EB3-4B2B-92EE-4BFCFF350C85 |
16: Photoshop | Adobe Photoshop | B4370524-C458-4EEB-879B-FF11E970C7DD |
17: Illustrator | Adobe Illustrator | 59AEF300-C815-43DD-B673-CD7286C6C1DC |
Transcode Settings
All transcodes are reconfigured, "Any Source" is only allowed for transcodes that accept all source formats, such as Source Copy.
This requires a manual step for custom formates when update is finished all Any Source formates for cusom formates needs to be changed to the corect source format.
a new flag is added to transcode settings "OnlyExplicitUse", if this flag is set the transcode can only be used, when referenced directly by transcodeId.
When creating new transcodes, Source Format should be selected.
Profiles
The possibility to add transcodes to a profile is removed, only Media Formats allowed.
All Profiles has been converted to this new paradigm.
Assettype Configuration
AssetType configuration has been changed, now Preview formats are selected by Media Format.
What has been released?
What is in the next release?
The next release it will contain bug fixes.