minor updates
authorGood Guy <good1.2guy@gmail.com>
Thu, 4 Jun 2020 02:52:04 +0000 (20:52 -0600)
committerGood Guy <good1.2guy@gmail.com>
Thu, 4 Jun 2020 02:52:04 +0000 (20:52 -0600)
parts/Installation.tex
parts/Plugins.tex
parts/Windows.tex

index 5c1fe947a4ccbfd58aa731f0c26fd07e4748fadc..3787cd58e98aeaa32c2d6201198031e191a6c227 100644 (file)
@@ -85,8 +85,8 @@ cd cinelerra5/cinelerra-5.1
 
 \begin{lstlisting}[style=sh]
 ./blds/bld_prepare.sh <os> # where <os> represents the
 
 \begin{lstlisting}[style=sh]
 ./blds/bld_prepare.sh <os> # where <os> represents the
-                           # Operating System of centos,
-                           # fedora, suse, ubuntu, mint, debian.
+                           # Operating System of
+                           # centos, fedora, suse, ubuntu, mint, debian.
 ./autogen.sh
 ./configure --prefix=/usr  # optional parameters can be added here
 make 2>&1 | tee log        # make and log the build
 ./autogen.sh
 ./configure --prefix=/usr  # optional parameters can be added here
 make 2>&1 | tee log        # make and log the build
index dca6b07b6f4c123eb26d5ef5b7c3105fd11c1ccf..e4fbce96c3cc2b11342421a318f02b877f150a7c 100644 (file)
@@ -104,6 +104,15 @@ Two other effect types available in the Attach Effect dialog are \textit{Shared
     \item The insertion point or selected region must start inside the other effects.
 \end{itemize}
 
     \item The insertion point or selected region must start inside the other effects.
 \end{itemize}
 
+Before going into further detail about how to use \textit{Shared effects}, an easier
+alternative method of application which is especially useful for Audio tracks is
+available.  In this method, all you have to do is use the \textit{Audio} pulldown and
+choose \textit{Attach effect}, highlight the effect you would like and make sure the
+default of \textit{Attach single standalone and share others} is checked on.  It will
+automatically be a "Shared Effect" on all audio tracks (be sure to disarm any audio
+tracks that you do not want to have the effect shared on).  This method also works for
+Video tracks using the \textit{Video} pulldown choice of \textit{Attach effect}.
+
 In the case of a shared track, there must be another track on the timeline of the same type as the track you are applying an effect to. If you right clicked on a video track to attach an effect, there will not be anything in the shared tracks column if no other video track exists. The same applies equally to audio tracks in that another audio track must exist. Shared tracks are often used as layers for titles, curves and keyframes.
 
 If shared effects or shared tracks are available, they appear in the shared effects and shared tracks columns when you used the \textit{Attach effect} option (RMB on a track). When the green colored checkmark is clicked OK, anything highlighted in the column is attached under the current track.
 In the case of a shared track, there must be another track on the timeline of the same type as the track you are applying an effect to. If you right clicked on a video track to attach an effect, there will not be anything in the shared tracks column if no other video track exists. The same applies equally to audio tracks in that another audio track must exist. Shared tracks are often used as layers for titles, curves and keyframes.
 
 If shared effects or shared tracks are available, they appear in the shared effects and shared tracks columns when you used the \textit{Attach effect} option (RMB on a track). When the green colored checkmark is clicked OK, anything highlighted in the column is attached under the current track.
@@ -2157,6 +2166,15 @@ Figure~\ref{fig:perspective01} show the results of the 4 different smoothing opt
     \label{fig:perspective01}
 \end{figure}
 
     \label{fig:perspective01}
 \end{figure}
 
+Just a side note about the possibility of ending up with a divide by 0 case when manipulating
+the endpoints.  Sometimes this results in a single frame anomaly but you can workaround this
+by setting the X value for the middle keyframe of a series to just a little more than 0,
+such as .01 so that dividing by 0 is avoided. The actual cause of the problem is that the
+interpolated X1..X4 auto coordinates used by perspective eventually have x1==x2, x3==x4, so
+that all points x are scaled by zero. Another solution is to tweak the frame count to an even
+number, so that the center is not over the point where x1==x2, x3==x4, or perturb the midpoint
+position a little so that the answers are not exactly zero.
+
 \subsection{Polar}%
 \label{sub:polar}
 
 \subsection{Polar}%
 \label{sub:polar}
 
index cd1cc8c1aa41572900e2d2df721a20de83f38c3b..4bdd075cbb5098769193c79e20b511df305825e1 100644 (file)
@@ -404,7 +404,10 @@ The main window pulldowns as pointed out in figure~\ref{fig:insertion-points} ar
     \item[File]  options for loading, saving, and rendering as described in other sections (\ref{cha:load_save_and_the_EDL}).
     \item[Edit]  edit functions; most of which have shortcuts that you will quickly learn (\ref{cha:editing}).
     \item[Keyframes]  keyframe options which are described in the Keyframe section (\ref{cha:keyframes}).
     \item[File]  options for loading, saving, and rendering as described in other sections (\ref{cha:load_save_and_the_EDL}).
     \item[Edit]  edit functions; most of which have shortcuts that you will quickly learn (\ref{cha:editing}).
     \item[Keyframes]  keyframe options which are described in the Keyframe section (\ref{cha:keyframes}).
-    \item[Audio]  audio functions such as \textit{Add track}, \textit{Attach transition/effect}.
+    \item[Audio]  audio functions such as \textit{Add track}, \textit{Attach effect}
+and \textit{Attach transition}.  The \textit{Attach effect} is especially useful when
+you need the effect to be applied to all related audio tracks as a \textit{Shared effect}
+and is described as an alternative method of application in section \ref{sec:shared_effect_tracks}.
     \item[Video]  video functions such as \textit{Add track, Default/Attach transition, Render effect}.
     \item[Tracks]  move or delete tracks are the most often used.
     \item[Settings]  much of this is described elsewhere with the most frequently used to include
     \item[Video]  video functions such as \textit{Add track, Default/Attach transition, Render effect}.
     \item[Tracks]  move or delete tracks are the most often used.
     \item[Settings]  much of this is described elsewhere with the most frequently used to include
@@ -1429,7 +1432,8 @@ Figure~\ref{fig:info_asset_details} shows the \textit{Detail} box to click on th
 \label{sub:user_folders_bins}
 
 Creating folders that are more specific to a particular project is helpful in better organizing your work.  
 \label{sub:user_folders_bins}
 
 Creating folders that are more specific to a particular project is helpful in better organizing your work.  
-This can be done by utilizing the files already loaded to the \textit{master} Media or Clips folders in the Resources window.  
+This can be done by utilizing the files already loaded to the \textit{master} Media or Clips folders in the Resources window.  The general rule is you can only drag clips to a ClipUserBin and you can only drag media to a MediaUserBin.
+
 Below are steps illustrating an easy way to set up a folder.
 
 %TODO Below part need to be rewriten
 Below are steps illustrating an easy way to set up a folder.
 
 %TODO Below part need to be rewriten