packages/docs/docs/renderer.mdx
import {TableOfContents} from './renderer/TableOfContents';
The @remotion/renderer package provides APIs for rendering video server-side.
The package is also internally used by the Remotion CLI and Remotion Lambda.
:::warning The configuration file has no effect when using these APIs. :::
See the Server-side rendering for some examples of how to use server-side rendering.
The following APIs are available in the @remotion/renderer package:
renderMedia() and renderFrames()?In Remotion 3.0, we added the renderMedia() API which combines renderFrames() and stitchFramesToVideo() into one simplified step and performs the render faster. Prefer renderMedia() if you can.