Files
com.xaymar.www/_guides/obs/high-quality-recording/prores.html
T
Michael Fabian 'Xaymar' Dirks 991ca2d19a Update Recording guides
2023-05-05 21:44:52 +02:00

29 lines
1.2 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
---
layout: default
category: "OBS"
title: "High Quality Recordings with ProRES (in OBS Studio)"
comments: true
date: "2022-01-13"
---
{% capture content %}ProRes only supports RGB and I444 and requires next to no additional setup, all you need to do is adjust the profile setting according to the table below. Due to there being no further profiles to support 4:4:4 at lower quality, 4:2:2 subsampling is used. This halves the horizontal chroma samples, while keeping the vertical chroma samples in tact not exactly ideal for text and other high contrast content.{% endcapture %}{% include blocks/paragraph.liquid content=content %}
{% capture content %}
<thead><tr>
<th width="10%">Option</th>
<th width="*">Effective Lossless</th>
<th width="*">Visually Lossless</th>
<th width="*">High Quality</th>
<th width="*">Acceptable Quality</th>
</tr></thead>
<tr>
<td>Profile</td>
<td>4444 Extreme Quality (AP4X)</td>
<td>4444 High Quality (AP4H)</td>
<td>422 High Quality (APCH)</td>
<td>422 Standard (APCN)</td>
</tr>
{% endcapture %}{% include blocks/table.liquid content=content %}
{% capture content %}{% include inline/link.liquid url="../" content="Back to the Guide" %}{% endcapture %}{% include blocks/paragraph.liquid align="center" content=content %}