SDK Reference
Encoders
Choose codec and container for your target platform.
SDK Reference
Choose codec and container for your target platform.
| Format | Codec | Alpha | Typical Use |
|---|---|---|---|
| MP4 | H.264 | No | Universal playback |
| WebM | VP9 | Yes | Web transparency |
| MOV | ProRes | Yes | Professional editing |
| PNG Sequence | PNG | Yes | Frame-by-frame VFX |
| Format | Best For | Tradeoff |
|---|---|---|
| webm | Transparent web delivery | Not ideal for all legacy players |
| mov | Professional editing workflows | Larger files |
| mp4 | Universal playback | No alpha channel |
Encoders belongs to the SDK Reference section and covers choose codec and container for your target platform.
The page is written for developers and operators who need predictable video background removal behavior in production, not just a one-off demo request.
Before you promote this workflow, test it with at least one short clip, one longer clip, and one visually difficult clip from your actual product or customer segment.
For support and debugging, persist the original input reference, selected model, output format, credit usage, and final job status alongside your internal user or project id.
| Question | Answer |
|---|---|
| Is Encoders required for every integration? | Use it when the topic affects your setup, quality target, or operational workflow. |
| What should I test before going live? | Verify success, failure, timeout, retry, and insufficient-credit paths with realistic video files and the same output format you plan to ship. |
| How does this connect to the rest of the API? | Most workflows connect upload or source URL handling, job creation, status polling, output retrieval, usage tracking, and operational logging. |