Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

edubey
edubey
Offline

Badges

Badges
41

Accepted Solutions

Accepted Solutions
392

Likes Received

Likes Received
297

Posts

Posts
1502

Discussions

Discussions
307

Questions

Questions
1195

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by edubey
Customize the badges you want to showcase on your profile
Re: Watermarking on Video Asset in AEM 6.4? - Adobe Experience Manager 11-02-2019
Yes, you can use 3rd party library.Change the OOTB workflow and add your custom workflow process which use library like ffmpeg to inject watermark in video. This can be a CPU intensive operation depends on video length and quality.Make sure to read the license of the library you choose you use.GitHub - bramp/ffmpeg-cli-wrapper: Java wrapper around the FFmpeg command line tool Or you can choose to use a 3rd party tool and add watermark outside of AEM and then upload final video in aem.

Views

1.7K

Likes

0

Replies

0
Re: AEM 6.4 SEO Queries - Adobe Experience Manager 10-02-2019
Answers to your question.1, yes, both are independent and each has their own purpose.2. AEM author should take care of this which creating content3. Same as 2nd, Author should be trained on SEO and taken care while creating content.

Views

2.0K

Likes

0

Replies

0
Re: Why my welcome screen showing distorted - Adobe Experience Manager 10-02-2019
This is very unusual, should not be happening. Few things you can try.1. Rebuild Client libs,2. Clear caching3. Make sure System user (at OS, not AEM) has all access to the location where AEM is running4. Ensure aem jar is not corrupted5. Check bundle status

Views

2.5K

Likes

0

Replies

0
Re: Offline Tar Compaction not Successful - Adobe Experience Manager 10-02-2019
Increase the provide RAM to the system, also check this Oak Offline Compaction - Improve performance, avoid memory issues and track progress

Views

1.5K

Likes

0

Replies

0
Re: Add config for User Synchronization - Adobe Experience Manager 10-02-2019
Can you delete the existing configs under /apps/system or /apps//config.author and config.publish?and then package those configs from lower environment?

Views

1.6K

Likes

0

Replies

0
Re: Unable to use drag and drop in AEM 6.3 - Adobe Experience Manager 10-02-2019
Attach the component ZIP if you can, also avoid using coral 2 and coral 3 together in same dialog

Views

3.0K

Likes

0

Replies

0
Re: Image upload on DAM not rendering - Adobe Experience Manager 10-02-2019
Image upload should have initiated DAM Asset Update workflow. Can you check if workflow has got stuck because of some reason?

Views

3.0K

Likes

0

Replies

2
Re: How to get AEM note properties from clientlibs-js? - Adobe Experience Manager 23-01-2019
As long as technical challenge is concerned, you can make a call to this url settings/hostconfiguration/jcr:content in json format and get the node data in response.On other note, if you are planning to do this in publish/prod you may have to double check. If these are secret keys, you may want to perform these operations in backend (java).

Views

1.5K

Likes

0

Replies

0
Re: Admin User/ Administrator Group - Adobe Experience Manager 08-01-2019
Make sure to user current user sessionSession userSession = slingRequest.getResourceResolver().adaptTo(Session.class);final UserManager userManager = slingRequest.getResourceResolver().adaptTo(UserManager.class);final User user = (User) userManager.getAuthorizable(userSession.getUserID());Boolean isadmin = user.isAdmin()

Views

8.6K

Likes

0

Replies

1
Re: Aem - Adobe Experience Manager 08-01-2019
Community will really appreciate if you can elaborate your question instead of aem .Also since page load performance is very generic question, there is no simple answer to it. Please provide more details like what type of page it is, do you have dispatcher? How many request are going back and forth? How much memory you have provide to AEM?

Views

5.5K

Likes

2

Replies

0
Likes from