From: Good Guy Date: Wed, 9 Sep 2020 01:46:38 +0000 (-0600) Subject: MatN review and Andrea fixes X-Git-Tag: 2021-05~59 X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcin-manual-latex.git;a=commitdiff_plain;h=0f8f41b54c705202f1db39e1adc6b8164b8c9275 MatN review and Andrea fixes --- diff --git a/common/settings.tex b/common/settings.tex index e2c68bb..38ab809 100644 --- a/common/settings.tex +++ b/common/settings.tex @@ -136,6 +136,8 @@ %\renewcommand{\@pnumwidth}{3em} % memoir class, more space between chapter number and text. \setlength{\cftfigurenumwidth}{4em} % memoir class, more space between figure number and text. +\setlength{\cftsectionnumwidth}{2.7em} % memoir class, more space between section number and text +\setlength{\cftsubsectionnumwidth}{3.6em} % memoir class, more space between subsection number and text \renewcommand{\nomname}{Glossary} % glossary name diff --git a/parts/Installation.tex b/parts/Installation.tex index fcb40c7..027c0e0 100644 --- a/parts/Installation.tex +++ b/parts/Installation.tex @@ -269,7 +269,16 @@ the \texttt{Exec=cin} line to be The preceding directions for doing a single-user build may work without being root on some distros except for the \texttt{bld\_prepare.sh} -and creating the desktop icon. +and creating the desktop icon. For example in Arch Linux installing without being root +works using the following steps: + +\begin{lstlisting}[style=sh] +git clone --depth 1 "git://git.cinelerra-gg.org/goodguy/cinelerra.git" cinelerra5 +cd /home/user/cinelerra5/cinelerra-5.1 +./autogen.sh +./configure --prefix=/usr --without-oss --with-single-user --with-booby +make && make install 2>&1 | tee /tmp/cin5.log] +\end{lstlisting} \subsection{Notable Options and Caveats}% diff --git a/parts/Windows.tex b/parts/Windows.tex index 474f3af..1bfd054 100644 --- a/parts/Windows.tex +++ b/parts/Windows.tex @@ -30,8 +30,8 @@ layout, and revert to the default positions to reposition all 4 windows to the original screen configuration. On dual headed displays, the \textit{Default positions} operation only uses the one monitor to display the windows, but as you can see in the -\textit{Window} pulldown you have more options to change that. Usage -with dual monitors is explained +\textit{Window} pulldown you have more options to change that with the +2 \textit{tile} options. Usage with dual monitors is explained in~\nameref{sec:playback_a_b}. \subsection{Video and Audio Tracks and Navigation}% @@ -106,7 +106,7 @@ Shortcuts, \texttt{Ctrl-Pgup} and \texttt{Ctrl-Pgdown}, change the track zoom to \emph{Automation type} is used for selecting one of the following: Audio Fade, Video Fade, Zoom, Speed, X, or Y (X and Y are for the compositor's Camera and Projector). When an auto line is present on the timeline and is being manipulated, a small square the same color as the line will be shown to -the left of the Automation type. This is just an indicator to make it easy to see what is being worked. +the left of the Automation type when the left mouse button is pressed. This is just an indicator to make it easy to see what is being worked. The \emph{curve zoom} affects the curves for the selected \emph{automation type} in all the tracks of that type and determines the value range for those curves. Use the tumbler arrows to the left of the numbers for the minimum value and the tumblers to the right for the maximum value, or manually enter the values in the text box. @@ -121,7 +121,7 @@ It has no function without that flag set. There are 3 additional pieces of information in the line immediately below the \textit{zoom panel}. In the lower left hand corner there could be messages such as "Welcome to \CGG{}" when there is no need to display a red-colored error message or a line that reads "Rendering took H:MM:SS" after a render -has just been completed. Or when working with an auto, a small square the color of that auto line, will be +has just been completed. Or when working with an auto, a small square the color of the last changed auto line, will be present along with its keyframe type, location on the timeline, and its current value. This is simply for easy recognition of what is being worked. The second piece of helpful information is all the way to the right which is a long rectangular box indicating the percentage completion of a render. Finally @@ -138,11 +138,13 @@ The Track Menu contains a number of options: \begin{description} \item[Attach Effect] opens a dialog box of effects applicable to the type of track of audio or video. - \item[Move up] moves the selected track one step up in the stack of its corresponding type - audio or video. - \item[Move down] moves the selected track one step down in the stack of its corresponding type - audio or video. + \item[Move up] moves the tracks one step up in the stack with the top track going to the bottom. +This is applicable to all armed and disarmed tracks. + \item[Move down] moves the tracks one step down in the stack with the bottom track going to +the top. This is applicable to all armed and disarmed tracks. \item[Delete track] removes the track from the timeline. \item[Add Track] adds a track of the same media type as the one selected, audio or video, above the selected track. - \item[Find in Resources] that media file will be highlighted in the media folder in the Resources window. If the + \item[Find in Resources] the media file on that track at the location of the insert pointer will be highlighted in the media folder in the Resources window. If the Resources window is closed, media is found and highlighted but the Resources window is not displayed. \item[Show edit] will point out the exact start and stop points along with the length of the current edit on that track as well as the media name, track name and number, and edit number. @@ -151,8 +153,8 @@ The Track Menu contains a number of options: media. In Drag and Drop editing mode, if you select multiple edits all of those clips will have their title name changed. \item[Bar color] allows the user to select a specific color for the title bar. This helps to more easily locate a piece of media. - \item[Swap up] moves the selected track one step up in the stack of its corresponding type - audio or video. - \item[Swap down] moves the selected track one step down in the stack of its corresponding type - audio or video. + \item[Swap up] moves the selected track one step up in the stack. Disarmed tracks affect the results. + \item[Swap down] moves the selected track one step down in the stack. Disarmed tracks affect the results. \item[Resize Track] resizes the track; this is only applicable to video tracks. \item[Match Output Size] resizes the track to match the current output size; this is only applicable to video tracks. \end{description}