-
Notifications
You must be signed in to change notification settings - Fork 12
Encode
Giuliano Catrambone edited this page Sep 4, 2024
·
9 revisions
Encode a video, audio or image.
It is possible to specify a single encoding profile or a set of profiles, in this last case several encodings will be executed and several media files will be generated.
The encoding will be done by an Encoder selected among the default pool associated to the Workspace or it is possible to specify the pool of Encoders to be used.
It is also possible to specify a filter to be applied during the encoding. Example of filters are:
-
overlay text
-
draw box
-
crop
-
...
- command details (HTTP POST)
- Encode JSON format (body of the POST)
-
Here follows some examples (body of the POST)
- simple (JSON example)
- add a new content and encode it using the same workflow (JSON example)
- add two new contents, concat, cut and encode it using the same workflow (JSON example)
- add two new contents, concat, cut and encode it using the same workflow. The temporary files (the initial two sources and the concat file) will be removed (JSON example)
- tutorial videos: https://www.youtube.com/@CatraMMS/videos
- support email: [email protected]
- info email: [email protected]
- MMS GUI: https://mms-gui.catramms-cloud.com/catramms
- REST MMS API: https://app.swaggerhub.com/apis-docs/giulianoc/MediaManagementService
- API base URL: https://mms-api.catramms-cloud.com/catramms/1.0.1/...
- Delivery URL (authorization by parameter): https://delivery.catramms-cloud.com/catramms/1.0.1/...
- Delivery URL (authorization by path): https://delivery-path.catramms-cloud.com/catramms/1.0.1/...
- Push binary URL: https://binary.catramms-cloud.com/catramms/1.0.1/...
-
Tutorial
- User registration
- Add content - Pull
- Add content, on success send an email
- Two Tasks (Add content) to be executed in parallel
- Add a set of video encoding profiles
- Add two contents, send an email, concat, cut and encode
- Add a single image profile (Logo)
- Add a video, an image, encode the image, overlay the encoded image on the video
-
Workflow Ingestion
Workflow As Library
Add-Remove Content
Delivery
Social Network Delivery
Encoding (video-audio-image)
Media activities
Overlay
Frame Processing
Recorder
Communication
Utilities
Computer Vision