Task Interface
A task is an abstract concept. Media processing includes various types of tasks, such as transcoding tasks, screenshot tasks, and media information tasks. In a task, there are three key pieces of information: input, output, and parameters. Input and output settings define the input file during task execution and the target file after execution, while parameters are used to configure the detailed settings for executing specific functions. A task supports both synchronous and asynchronous modes.
Synchronization task: User-side synchronous submission of pending tasks.
Asynchronous task: Tasks enter the media processing queue in submission order and by priority.
|
basic processing | audio and video transcoding | |
| Top speed codec transcoding | |
| video-to-GIF | |
| video frame capture | |
| audio and video transmuxing (segmentation) | |
| audio and video stitching | |
| video watermark | |
| Retrieve media information | |
Image quality enhancement |
Image quality enhancement (including super-resolution, frame interpolation, color enhancement, and other features) | |
| Video quality scoring | |
copyright protection | digital watermark | |
Intelligent Editing | video tag | |
| highlights | |
| intelligent cover | |
intelligent voice | audio noise reduction | |
| voice separation | |
| Text To Speech (TTS) | |
| Automatic Speech Recognition (ASR) | |
Synchronization task | Video screenshot | |
| Retrieve media information | |
| Private m3u8 | |
Template Interface
For media processing features (such as audio/video transcoding, audio/video stitching, video frame capture, and video-to-GIF), when creating a task or workflow in Cloud Infinite, you need to specify the template to be used. The template page provides system preset templates, and you can also customize templates according to your own business needs. For the media processing template API, please refer to Media Processing Template. Workflow Interface
The workflow in media processing refers to the process of automating the handling of specified uploaded files by configuring multiple single task operations. For workflow API calls, please refer to Workflow API. Batch Task Processing Interface
Batch task processing performs single-task operations on designated existing files or automates processing according to operations configured in workflows. For API calls, please refer to Batch Data Processing API.