Skip to content
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.

Encoder FFmpeg Apple ProRes

Xaymar edited this page May 16, 2023 · 9 revisions

Apple ProRes (via FFmpeg) 🟢Windows Linux MacOS

Apple ProRes is a high quality intermediate codec used for insanely fast editing performance, at the cost of extreme CPU, Memory and Disk requirements compared to other codecs. The implemenation here is derived from reverse engineered work, which many claim to be inferior, but that has yet to actually be proven with proper data and comparison.

Version Information
Status Version
🔴Added 0.8
🟠Unstable 0.9
🟢Stable 0.10
⚠️Deprecated N/A
❌Removed N/A

Settings

This encoder shares some settings between all other FFmpeg based encoders. Please take a look at this document to learn more about them.

Profile

The profile/preset at which to encode ProRes footage at. Depending on the FFmpeg version, the following may be available:

  • 422 Proxy (APCO): YUV 4:2:2 Subsampling
  • 422 Lite/LT (APCS): YUV 4:2:2 Subsampling
  • 422 Standard (APCN): YUV 4:2:2 Subsampling
  • 422 High Quality/HQ (APCH): YUV 4:2:2 Subsampling
  • 4444 High Quality/HQ (AP4H): YUVA 4:4:4:4 Subsampling
  • 4444 Extreme Quality/XQ (AP4X): YUVA 4:4:4:4 Subsampling
Clone this wiki locally