From 450e503d2312af130e70b3c945f4a685d16033ec Mon Sep 17 00:00:00 2001 From: Good Guy Date: Sat, 4 May 2024 10:48:03 -0600 Subject: [PATCH] single character fix in Plugins for corrected punctuation of subsampling --- parts/Plugins.tex | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/parts/Plugins.tex b/parts/Plugins.tex index 1aa07a2..2fed365 100644 --- a/parts/Plugins.tex +++ b/parts/Plugins.tex @@ -1344,7 +1344,7 @@ Chroma Key (HSV)\protect\footnote{Credit for Plugin by Jerome Cornet \url{http:/ \subsubsection*{Requirements} \label{ssub:requirements} -The subject in the movie should have a good background. The lighting is crucial and good lighting during production will save you time with much less effort than in post-production. Another tip is to use a low-compressed, intraframe codec with as high a color depth as possible. In case of YUV-type source signal, it is better to have subsampling $4:4.4$ or $4:2:2$. +The subject in the movie should have a good background. The lighting is crucial and good lighting during production will save you time with much less effort than in post-production. Another tip is to use a low-compressed, intraframe codec with as high a color depth as possible. In case of YUV-type source signal, it is better to have subsampling $4:4:4$ or $4:2:2$. Here we assume that we have a good video, filmed on green (or blue) screen that we want to use. Important: make sure you are using a color model that has an alpha channel, such as \textit{RGBA8}, \textit{RGBAFloat}, \textit{YUVA8}. To change color model, go to \texttt{Settings $\rightarrow$ Format $\rightarrow$ Color Model}. \subsubsection*{Usage} -- 2.26.2