


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
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
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