Capítulo 129 de 988

Chapter 129: Rendering ProRes

Core Idea

Apple ProRes is a high-bitrate codec for video editing workflows. Use it when the rendered file is going into Final Cut Pro, Adobe Premiere Pro, DaVinci Resolve or another editor.

Key Concepts

  • Render a ProRes file<AvailableFrom v="2.1.7" />
  • Choosing a ProRes profile
  • Transparent ProRes
  • See also

Code Examples

npx remotion render MyComp out/video.mov --codec=prores
  • What it demonstrates: Usage pattern for Rendering ProRes from the official docs.

Reference Tables

ValueFFmpeg settingApproximate bitrateAlpha channel
"proxy"045 MbpsNo
"light"1102 MbpsNo
"standard"2147 MbpsNo
"hq" (default)3220 MbpsNo
"4444"4330 MbpsYes
"4444-xq"5500 MbpsYes

Key Takeaways

  1. Understand render a prores file<availablefrom v="2.1.7" /> when working with Rendering ProRes.
  2. Understand choosing a prores profile when working with Rendering ProRes.
  3. Understand transparent prores when working with Rendering ProRes.
  4. Understand see also when working with Rendering ProRes.

Connects To

  • Chromium Flags: related page in the Rendering & SSR section.
  • Compare ssr: related page in the Rendering & SSR section.
  • Dataset Render: related page in the Rendering & SSR section.