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

Adobe Summit 2023 [19th to 23rd March, Las Vegas and Virtual] | Complete AEM Session & Lab list
SOLVED

Video Rendition

Avatar

Level 2

Hi,

AEM OOB supports following video types:

video/x-f4v
video/x-flv
video/mpeg
video/x-m4v
video/quicktime
video/mp4
video/mpeg
video/ogg
video/dvd
video/webm
video/3gpp2
video/3gpp
video/x-msvideo
video/x-ms-wmv

For each of the video type, I am required to create two renditions of
Quality        Aspect ratio(H:W)
1080            16:9
360              16:9

One way I could find out is by customizing the FFMpeg Transcoding process step of DAM Update Asset Workflow.
To customize the same, I need to create a video profile providing the height-width of the output video alongwith output video format. Then provide the profile in arguments of the FFMpeg Transcoding step.

Here lies my question.
Since, I am required to create two renditions for all the input video types, do I have to create ~28 video profiles?
Or is there some better way available ?

 

Regards

1 Accepted Solution

Avatar

Correct answer by
Employee

it does not depend on the input formats you want to support, but on the output video format, which you specify in the profile. So you just need to create two profiles

1 Reply

Avatar

Correct answer by
Employee

it does not depend on the input formats you want to support, but on the output video format, which you specify in the profile. So you just need to create two profiles