my chapter 5 completed
authorAndrea-Paz <gamberucci.andrea@gmail.com>
Sun, 19 May 2019 18:17:49 +0000 (20:17 +0200)
committerAndrea-Paz <gamberucci.andrea@gmail.com>
Sun, 19 May 2019 18:17:49 +0000 (20:17 +0200)
images/audio.png [new file with mode: 0644]
images/batch01.png [new file with mode: 0644]
images/batch02.png [new file with mode: 0644]
images/farm.png [new file with mode: 0644]
images/farm01.png [new file with mode: 0644]
images/index.png [new file with mode: 0644]
images/render.jpg [new file with mode: 0644]
images/render01.png [new file with mode: 0644]
images/render02.png [new file with mode: 0644]
images/yuv420.png [new file with mode: 0644]
parts/Editing.tex

diff --git a/images/audio.png b/images/audio.png
new file mode 100644 (file)
index 0000000..b16eed1
Binary files /dev/null and b/images/audio.png differ
diff --git a/images/batch01.png b/images/batch01.png
new file mode 100644 (file)
index 0000000..2b7aa86
Binary files /dev/null and b/images/batch01.png differ
diff --git a/images/batch02.png b/images/batch02.png
new file mode 100644 (file)
index 0000000..c7501e6
Binary files /dev/null and b/images/batch02.png differ
diff --git a/images/farm.png b/images/farm.png
new file mode 100644 (file)
index 0000000..5fb2018
Binary files /dev/null and b/images/farm.png differ
diff --git a/images/farm01.png b/images/farm01.png
new file mode 100644 (file)
index 0000000..7c8ab5e
Binary files /dev/null and b/images/farm01.png differ
diff --git a/images/index.png b/images/index.png
new file mode 100644 (file)
index 0000000..91b958b
Binary files /dev/null and b/images/index.png differ
diff --git a/images/render.jpg b/images/render.jpg
new file mode 100644 (file)
index 0000000..3cf8150
Binary files /dev/null and b/images/render.jpg differ
diff --git a/images/render01.png b/images/render01.png
new file mode 100644 (file)
index 0000000..444a33c
Binary files /dev/null and b/images/render01.png differ
diff --git a/images/render02.png b/images/render02.png
new file mode 100644 (file)
index 0000000..5a8d444
Binary files /dev/null and b/images/render02.png differ
diff --git a/images/yuv420.png b/images/yuv420.png
new file mode 100644 (file)
index 0000000..680940e
Binary files /dev/null and b/images/yuv420.png differ
index 868712fb0e97378d7ba6261a8bcd682bae948def..362dddbf16cac515f1c1b87ec115f7b8479b8dbe 100644 (file)
@@ -194,12 +194,13 @@ pasted one after the other, keeping the same order they have on the stack.
 
 \paragraph{Split --- blade cut and hard edges:} You can cut the tracks into 2 pieces on the timeline by putting the hairline cursor on the place you want to do a cut and then using the character “x” or the scissors tool (figure~\ref{fig:cut}). 
 
-\begin{wrapfloat}{figure}{O}{0pt}
+\begin{wrapfigure}[16]{O}{0.3\linewidth}
+    \vspace{-1ex}
     \centering
-    \includegraphics[width=0.3\linewidth]{images/cut.png}
+    \includegraphics[width=0.9\linewidth]{images/cut.png}
     \caption{Blade cut}
     \label{fig:cut}
-\end{wrapfloat}
+\end{wrapfigure}
 
  A \textit{cut} uses a non-empty selection region, where the \textit{blade cut} or \textit{split} has no duration in the selection, just a hairline.  As usual the use of cut when a selection is set, deletes/cuts the highlighted area.  In the case where an In point or an Out point exists on the timeline, the clip is split at the location of the In/Out point since it has priority over the cursor location.  A blade cut simply splits the edit into two edits.  In order to have the video and audio aligned, it works best to have Settings $\rightarrow$ Align cursor on frames.  When a blade cut occurs, the edges are created as \textit{hard edges}.  These are edges that cannot be deleted by track optimizations.
 Cinelerra has built-in optimization on the timeline.  So that whenever two parts on the timeline are sequential frames, it automatically optimizes by making them into 1 item.  So if you are cutting, dragging, editing, or whatever and somehow frame \# 40 ends up right next to frame \# 41, it optimizes them together.  This optimization affects many areas throughout the program code.
@@ -586,10 +587,11 @@ Now to use this feature, create a track with edits that have trims on the left a
 
 \paragraph{Cutting/Snapping edits} cuts from an edit handle to the insert point. 
 There are Edit Panel buttons which normally are used to move to the previous or next edit handle/label.
-\begin{wrapfloat}{figure}{r}{0pt}
+\begin{wrapfigure}[5]{r}{0.2\linewidth}
+    \vspace{-1ex}
     \centering
-    \includegraphics[width=0.2\linewidth]{images/snap.png}
-\end{wrapfloat}
+    \includegraphics[width=0.7\linewidth]{images/snap.png}
+\end{wrapfigure}
 They look like tags and the letter E on the menu bar and are oriented forward/backward.  These same buttons can be used to \textit{cut} from the insert pointer to the previous or next edit/label when the \texttt{ctrl+alt} keys are both pressed when the buttons are used.  They \textit{snap} off the media instead of doing the standard re-positioning.  This is useful to minimize the number of operations necessary to cut between edits/labels.
 
 Instead of using the edit panel buttons, you can more easily use the following keyboard shortcuts to perform the same functions:
@@ -899,19 +901,71 @@ event: (0, 0, 0x0)
 
 The following is the default setting for the ShuttlePROv2 and ShuttleXpress (table~\ref{tab:shuttleprov2} and table~\ref{tab:xpress}):
 
-%\begin{sidewaystable}   
-%    \centering
-%    \begin{tabular}{c c c c c c c c}       
-%        \toprule
-%        & K1 & & K2 & & K3 & & K4 \\
-%        & Label & & Future use & & Future use & & Clip \\
-%        &       & & Splice (viewer) & & Copy & & Overwrite (viewer) \\
-%        \midrule
-        
-%    \caption{ShuttlePROv2 key default arrangement for Cinelerra / Composer / Viewer}
-%    \label{tab:shuttleprov2}    
-%    \end{tabular}
-
-%\end{sidewaystable}
+\begin{landscape}   
+    \centering        
+    \begin{tabular}{c c c c c c c}       
+        \toprule
+        K1 & K2 & & K3 & K4 & & \\
+        Label & Future use & & Future use & Clip & & \\
+              & Splice (viewer) & & Copy  & Overwrite (viewer) & & \\
+        \midrule
+        K5 & K6 & K7 & K8 & K9 & & \\
+        Home & Reverse & Stop & Play & End & & \\
+             &         & Fullscreen & & & & \\
+             &         & (viewer / compositor) & & & & \\
+        \midrule
+        Home(Defaults) & MouseBtn1(D) & MouseBtn2(D) & MouseBtn3(D) & End(Defaults) & & \\
+        \midrule
+        \multicolumn{7}{c}{Shuttle Outer Wheel} \\
+        \multicolumn{7}{c}{Play forward (first row) or Play reverse (second row)} \\        
+        S1=Stop &   S2=1/2 &   S3=Normal  &  S4=2x  &  S5=4x  &  S6=8x &   S7=16x \\
+        S-1=Stop &  S-2=1/2 &  S-3=Normal &  S-4=2x &  S-5=4x &  S-6=8x  & S-7=16x \\
+        \midrule
+        K14    & & Jog Left & (Inner Wheel) & Jog Right & & K15 \\ 
+        Toggle In & & Frame reverse & & Frame forward & & Toggle Out \\
+        & & Scroll up(Defaults) & & Scroll down(Defaults) & & \\
+        \midrule
+        & & K10  & &  K11 & & \\
+        & & Previous Edit & & Next Edit & & \\
+        & & Future Use(Viewer) & & Future Use(Viewer) & & \\
+        \midrule
+        & & K12  & &  K13 & & \\
+        & & Previous Edit & & Next Edit & & \\
+        & & Previous Label & & Next label & & \\
+        \bottomrule
+    \end{tabular}
+
 
+    \vspace{4ex} \caption{\textbf{ShuttlePROv2 key default arrangement for Cinelerra / Composer / Viewer}}
+    \label{tab:shuttleprov2}
+
+\end{landscape}
+
+\begin{landscape}   
+    \centering        
+    \begin{tabular}{c c c c c c c}       
+        \toprule        
+        K5 & K6 & K7 & K8 & K9 & & \\
+        Home & Reverse & Stop & Play & End & & \\
+        &         & Fullscreen & & & & \\
+        &         & (viewer / compositor) & & & & \\
+        \midrule
+        Home(Defaults) & MouseBtn1(D) & MouseBtn2(D) & MouseBtn3(D) & End(Defaults) & & \\
+        \midrule
+        \multicolumn{7}{c}{Shuttle Outer Wheel} \\
+        \multicolumn{7}{c}{Play forward (first row) or Play reverse (second row)} \\        
+        S1=Stop &   S2=1/2 &   S3=Normal  &  S4=2x  &  S5=4x  &  S6=8x &   S7=16x \\
+        S-1=Stop &  S-2=1/2 &  S-3=Normal &  S-4=2x &  S-5=4x &  S-6=8x  & S-7=16x \\
+        \midrule
+        & & Jog Left & (Inner Wheel) & Jog Right & & \\ 
+        & & Frame reverse & & Frame forward & & \\
+        & & Scroll up(Defaults) & & Scroll down(Defaults) & & \\  
+        \bottomrule      
+    \end{tabular}
+    
+    
+    \vspace{4ex} \caption{\textbf{ShuttleXpress key default arrangement for Cinelerra / Composer / Viewer}}
+    \label{tab:xpress}
+    
+\end{landscape}