Video convertor in AEM 6.1
I have a requirement where I need to override the asset download functionality in AEM 6.1 (OOTB sample page to download assets : http://localhost:4502/editor.html/content/geometrixx/en/company/press.html) to provide the user with other video formats, so that the video can be downloaded to the selected format.
Example : .mp4 file can be converted to .flv file while downloading.
Is there a way to convert video into different formats in CQ5. If I am not wrong , I hope we can use FFmpeg but client is not having license to that.
Please let me know if there are some other ways to that.
Also if there is any open source API’s are present in java for the same please let me know which might help out to resolve my issue to some extent.