mirror of
https://github.com/Alfresco/alfresco-transform-core.git
synced 2025-08-14 17:58:27 +00:00
ATS-812: PoC for FFmpeg T-Engine (WIP) - add conversion to animated gif
- circular inspiration ( https://hub.alfresco.com/t5/alfresco-content-services-blog/hackathon-project-animated-gif-transformer/ba-p/311115 )
This commit is contained in:
@@ -13,6 +13,7 @@
|
||||
{"sourceMediaType": "video/mp4", "targetMediaType": "audio/mpeg" },
|
||||
{"sourceMediaType": "video/mp4", "targetMediaType": "image/png" },
|
||||
{"sourceMediaType": "video/mp4", "targetMediaType": "image/jpeg" },
|
||||
{"sourceMediaType": "video/mp4", "targetMediaType": "image/gif" },
|
||||
{"sourceMediaType": "video/quicktime", "targetMediaType": "video/mp4" }
|
||||
],
|
||||
"transformOptions": [
|
||||
|
@@ -13,6 +13,7 @@
|
||||
{"sourceMediaType": "video/mp4", "targetMediaType": "audio/mpeg" },
|
||||
{"sourceMediaType": "video/mp4", "targetMediaType": "image/png" },
|
||||
{"sourceMediaType": "video/mp4", "targetMediaType": "image/jpeg" },
|
||||
{"sourceMediaType": "video/mp4", "targetMediaType": "image/gif" },
|
||||
{"sourceMediaType": "video/quicktime", "targetMediaType": "video/mp4" }
|
||||
],
|
||||
"transformOptions": [
|
||||
|
Reference in New Issue
Block a user