From 62445ba04006fc8cebde23f8bc0161089c204422 Mon Sep 17 00:00:00 2001 From: Good Guy Date: Sun, 19 Jan 2020 15:05:42 -0700 Subject: [PATCH] a few more fixes by MatN --- common/settings.tex | 6 ++++-- parts/Multi5s.tex | 4 ++-- parts/Recording.tex | 8 ++++---- parts/Stuff.tex | 19 +++++++++---------- 4 files changed, 19 insertions(+), 18 deletions(-) diff --git a/common/settings.tex b/common/settings.tex index 019ea85..d63ef04 100644 --- a/common/settings.tex +++ b/common/settings.tex @@ -8,7 +8,7 @@ \parindent=0.0cm % first indent in section \righthyphenmin=2 % hyphen last charecter -\setsecnumdepth{subsubsection} % section numration depth +\setsecnumdepth{subsubsection} % section numeration depth @@ -28,10 +28,12 @@ %\renewcommand{\afterchaptertitle}{\par\nobreak\medskip\hrule\vskip %\afterchapskip} %} -\chapterstyle{madsen} % one of chapter header style for memoir documentclass +\chapterstyle{madsen} % one of chapter header style for memoir documentclass %\renewcommand{\printchaptername}{\normalfont\large\scshape Chapter} \renewcommand{\chapterheadstart}{} %\renewcommand{\beforechapskip}{\vspace{2pt}} +%\renewcommand{\@pnumwidth}{3em} % memoir class, more space between chapter number and text. +\setlength{\cftfigurenumwidth}{3.5em} % memoir class, more space between figure number and text. \renewcommand{\nomname}{Glossary} % glossary name diff --git a/parts/Multi5s.tex b/parts/Multi5s.tex index 075f7ba..af13a7b 100644 --- a/parts/Multi5s.tex +++ b/parts/Multi5s.tex @@ -224,10 +224,10 @@ The Mixer with the master track generally does not move, everything else will be \subsection{Recover Mixer Windows}% \label{sub:recover_mixer_windows} -\begin{wrapfigure}[14]{O}{0.4\linewidth} +\begin{wrapfigure}[18]{O}{1em + 0.3\textwidth} \vspace{-8ex} \centering - \includegraphics[width=0.7\linewidth]{images/mixer-patchbay01.png} + \includegraphics[width=0.3\textwidth]{images/mixer-patchbay01.png} \caption{Mixer patchbay} \label{fig:mixer-patchbay01} \end{wrapfigure} diff --git a/parts/Recording.tex b/parts/Recording.tex index 260bdcb..995b947 100644 --- a/parts/Recording.tex +++ b/parts/Recording.tex @@ -388,7 +388,7 @@ Figure~\ref{fig:two-monitors01} shows 2 monitors (could just as well be a big-sc \begin{figure}[htpb] \centering \includegraphics[width=0.8\linewidth]{images/two-monitors01.png} - \caption{} + \caption{Dual screen - initial} \label{fig:two-monitors01} \end{figure} @@ -397,7 +397,7 @@ Figure~\ref{fig:two-monitors02} shows 2 monitors with Tile right (b key) where a \begin{figure}[htpb] \centering \includegraphics[width=0.8\linewidth]{images/two-monitors02.png} - \caption{} + \caption{Dual screen - Cinelerra and desktop on different screens} \label{fig:two-monitors02} \end{figure} @@ -406,7 +406,7 @@ Figure~\ref{fig:two-monitors03} shows 2 monitors with Compositor window on the 2 \begin{figure}[htpb] \centering \includegraphics[width=0.8\linewidth]{images/two-monitors03.png} - \caption{} + \caption{Dual screen - Cinelerra compositor on own screen windowed} \label{fig:two-monitors03} \end{figure} @@ -415,7 +415,7 @@ Figure~\ref{fig:two-monitors04} shows 2 monitors with Compositor window on the 2 \begin{figure}[htpb] \centering \includegraphics[width=0.8\linewidth]{images/two-monitors04.png} - \caption{} + \caption{Dual screen - Cinelerra compositor on own screen full screen} \label{fig:two-monitors04} \end{figure} diff --git a/parts/Stuff.tex b/parts/Stuff.tex index 4cfe501..5d7a98f 100644 --- a/parts/Stuff.tex +++ b/parts/Stuff.tex @@ -94,7 +94,7 @@ To recap, position is usually set in the program as a location that is between a Since some users prefer the insertion pointer to reflect the same as the Compositor a choice is available. For playing forward, there is a preference option which results in what looks like 1 was added to the frame displayed in the Compositor window. To enable this mode, check the box \texttt{Always show next frame}, and this will be saved to \texttt{.bcast5}. The option checkbox is in the \texttt{Settings $\rightarrow$ Preferences $\rightarrow$ Appearance} tab and when checked, any forward \textit{plays} in the Compositor window show the same frame as you would with a seek. Reverse plays and plays using a selection or In/Out pointers (with \texttt{Ctrl}) work the same as without this preference set. But you will no longer see the odd behavior where if you frame advance forward and then frame advance backward, the displayed frame does not change -- instead it will change and look more natural. A color indicator that shows in the main track canvas timeline and the compositor timeline reminds the user which mode is currently active. The cursor in the compositor turns \textit{red} for default mode and \textit{white} for \textit{Always show next frame} mode. The top portion of the insertion cursor in the track canvas mirrors this, with red for default and white otherwise. -Figure~\ref{fig:cursor01} using the default \textit{playing} method where the frame in the compositor is the one that was just played; in this case play was in the forward direction. Note that the insertion pointer in the main track canvas shows 01:20 but the compositor show 01:19 so you know what you last saw. Also, the cursor/cursor tops in both windows is red.\todo{I make copy/paste from your examples; but no arrow is displayed} +Figure~\ref{fig:cursor01} using the default \textit{playing} method where the frame in the compositor is the one that was just played; in this case play was in the forward direction. Note that the insertion pointer in the main track canvas shows 01:20 but the compositor show 01:19 so you know what you last saw. Also, the cursor/cursor tops in both windows is red. \begin{figure}[htpb] \centering @@ -135,6 +135,14 @@ This can create a visible effect of a switch in color in the Compositor, usually The cause of the issue is that X11 is RGB only and it is used to draw the \textit{refresh frame}. So single step is always drawn in RGB. To make a YUV frame into RGB, a color model transfer function is used. The math equations are based on color\_space and color\_range. In this case, color\_range is the cause of the \textit{gray} offset. The \textit{YUV mpeg} color range is $[16..235]$ for Y, $[16..240]$ for UV, and the color range used by \textit{YUV jpeg} is $[0..255]$ for YUV. +\begin{wrapfigure}[11]{O}{0.5\textwidth} + \vspace{-5ex} + \centering + \includegraphics[width=0.5\textwidth,keepaspectratio]{images/color.png} + \caption{Color space and Color range} + \label{fig:color} +\end{wrapfigure} + The mpeg YUV color range $[16..235]$ looks sort of like an old TV if it is viewed on a display with jpeg range $[0..255]$. A common expression for the short \textit{mpeg} color range is \textit{compressed} color range. If you are using color compressed data with no display decompression, or using uncompressed data and the display is configured to use compression, the color range will appear \textit{squished} or \textit{stretched}, as too gray or too much contrast. The \texttt{use X11 direct when possible} preference with X11 as your video driver, generally means that you value speed over color range. When you use this feature and the color range preference is mismatched, the color switch offsets will still appear. This is a personal choice solely for improved speed. @@ -148,15 +156,6 @@ There is now program code to look for RGB versus YUV color model mismatches. Yo \item[YUV color range] default choice is JPEG, alternate is MPEG \end{description} - -\begin{figure}[htpb] - \centering - \includegraphics[width=0.6\linewidth,keepaspectratio]{images/color.png} - \captionsetup{labelformat=empty, textformat=empty} - \caption[Color space and Color range]{No text} - \label{fig:color} -\end{figure} - \section{Simple Animation (Festival)}% \label{sec:simple_animation_festival} -- 2.26.2