Chapter 721: getAvailableContainers()
Core Idea
:::warning We are phasing out Remotion WebCodecs and are moving to Mediabunny!
Key Concepts
Code Examples
const containers = getAvailableContainers();
console.log(containers);
- What it demonstrates: Usage pattern for getAvailableContainers() from the official docs.
Key Takeaways
- Understand as a type when working with getAvailableContainers().
- Understand see also when working with getAvailableContainers().
Connects To
- Buffer Writer: related page in the WebCodecs (@remotion/webcodecs) section.
- can Copy Audio Track: related page in the WebCodecs (@remotion/webcodecs) section.
- can Copy Video Track: related page in the WebCodecs (@remotion/webcodecs) section.