You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: EncodeProres.md
+3-5Lines changed: 3 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ parent: Codec Comparisons
8
8
# ProRes <aname="prores"></a>
9
9
There are four ProRes encoders, Prores, Prores_ks, Prores_aw and prores_videotoolbox, which is a hardware based OSX M1 encoder/decoder (ffmpeg version 5 or higher).
10
10
11
-
From [https://trac.ffmpeg.org/wiki/Encode/VFX](https://trac.ffmpeg.org/wiki/Encode/VFX)the recommendation is to use Prores_ks with -profile:v 3and the qscale of 11 unless you are on OSX where we would recommend using prores_videotoolbox.
11
+
If you are doing lighting or compositing reviews the recommendation is to use Prores_ks with -profile:v 3. If you are able we would recommend using [OpenAPV](https://academysoftwarefoundation.github.io/EncodingGuidelines/EncodeOpenAPV.html) or prores_videotoolbox over prores_ks, and look at a 444 10-bit or 12-bit encode, since they both give a superior result.
12
12
13
13
The two encoders we are reviewing are:
14
14
*[Prores_ks](#Prores_ks)
@@ -20,8 +20,6 @@ While ProRes does support up to 12 bits of resolution, prores_ks can only encode
0 commit comments