Expand my Community achievements bar.

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

View solution in original post

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