update ShapeWipe plugins
[goodguy/cin-manual-latex.git] / parts / Introduction.tex
1 \chapter*{Introduction}%
2 \label{cha:introduction}
3 \addcontentsline{toc}{chapter}{Introduction}
4
5 \CGG{} is a software program NLE, Non-Linear Editor, that provides a
6 way to edit, record, and play audio or video media.  It can also be
7 used to transcode media from one format to another or to correct and
8 retouch photos. \CGG{} currently runs on many Linux operating system
9 distributions.
10
11 This manual covers the \CGG{} \INF{} version.  Information
12 contained in this manual is a description of the \CGG{} program
13 usage and was obtained from various sources to include different
14 communication channels, emails, common knowledge, and write-ups as
15 new features were added.  The author of the original
16 \textsc{Cinelerra} program, Adam Williams, as well as many different
17 people have modified the \textsc{Cinelerra} source code over the
18 years.  William Morrow merged all of the known changes, whenever
19 possible, into this \CGG{} version and has been adding numerous
20 features, updates, and fixes.
21
22 The \CGG{} software is under
23 \href{https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html}{GPLv2+}
24 license. A notice of this is included in the software and shown here.
25
26 \begin{lstlisting}[basicstyle=\footnotesize]
27 *
28 * CINELERRA
29 * Copyright (C) 1997-2012 Adam Williams <broadcast at earthling dot net>
30 *
31 * This program is free software; you can redistribute it and/or modify
32 * it under the terms of the GNU General Public License as published by
33 * the Free Software Foundation; either version 2 of the License, or
34 * (at your option) any later version.
35 *
36 * This program is distributed in the hope that it will be useful,
37 * but WITHOUT ANY WARRANTY; without even the implied warranty of
38 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
39 * GNU General Public License for more details.
40 *
41 * You should have received a copy of the GNU General Public License
42 * along with this program; if not, write to the Free Software
43 * Foundation, Inc., 59 Temple Place, Suite 330, Boston
44 \end{lstlisting}
45
46 \section*{\CGG{} Overview}%
47 \label{sec:cinelerra_overview}
48
49 Presented briefly here is an overview of \CGGI{} and information
50 provided in this manual. The \GG{} version of \textsc{Cinelerra} has
51 been improved for \emph{stability}, \emph{modernized} to accommodate
52 the \emph{current state} of Linux software, enhanced with additional
53 \emph{basic features}, and enriched with \emph{new features}
54 imagined by dedicated users and then implemented by professional
55 programmers.
56
57 \begin{description}
58     \item[Website] \href{https://www.cinelerra-gg.org}{https://www.cinelerra-gg.org}\\
59         The website for the cinelerra-gg software is a good place to start for information, help, and documentation.
60         It is professionally maintained and continuously updated with more language
61         translations ongoing.
62     \item[Stability]~\\
63         Software programs that \textit{just work} are a \#1 priority in order to be of use for producing quality videos.
64         A large amount of time has been invested in debugging problems and resolving crashes.
65         And in a continuous process to do so, a chapter on Troubleshooting is included in order to easily provide sufficient information for users to capture issues and crashes so that they can be analyzed and quickly fixed to avoid repeat problems.
66     \item[Modernization]~\\
67         Artistic creativity has been applied to modernize the \CGG{} plugin icons for video and audio to even include the ffmpeg plugins.
68         The Cinfinity set of plugin icons come in square or roundish versions --- your choice.
69         In keeping up with the current expectation of users for a certain \textit{look and feel}, 2 very modern recent theme additions, Cakewalk and Neophyte, provide alternatives to the already existing 9 themes.
70         These 11 themes give the user the choice to get the look they like best for their own eyes.
71     \item[Current and up-to-date]~\\
72         For today’s software, included thirdparty libraries are kept up to date in a timely manner and effort is made to always use a relatively recent version of FFmpeg, if not the latest.
73         This is a big deal because there is a whole set of separate programmers working on these libraries continuously and diligently to cover all of the old and newly created formats.
74         Thus \CGG{} programmers can be dedicated to working solely on \CGG{} rather than just trying to keep up with many formats.
75     \item[FFmpeg usage integration]~\\
76         By using FFmpeg with \CGG{}, there is the advantage that users can directly convert videos via pre- and post-processing, without the need for command lines to be executed manually before or afterwards.
77     \item[Import and Export formats]~\\
78         Listed here are only a few of the supported Import and Export formats:
79         \begin{itemize}
80             \item  several standard native formats, such as mpeg, ac3, flac, exr and jpeg/png/ppm/tiff sequences
81             \item FFmpeg’s over 400 decoders and 150 encoders accessible from within \CGG{} to include:
82                 mp4, mkv, mpeg, mov, m2ts, mp3, dvd, ogg, theora, prores, tiff, webm, flac, opus, vorbis,
83                 quicktime (div, dnxhd, jpeg, mjpeg, mp4, rle, v308, v410), h264 \& h265 usage, avc, hevc,
84                 and recently released AV1 and WebP
85             \item raw image format for over 700 supported cameras, courtesy Dave Coffin's DCraw
86         \end{itemize}
87         \item[Standard Features]~\\
88             \begin{itemize}
89                 \item Program window for video and audio tracks, navigation, popups, playing and seeking functions.
90                 \item Editing via track manipulation with either drag and drop editing or cut and paste editing.
91                 \item  Patchbay tools: fader, gang, arm, enable output, expanders, mixers, and blending operations.
92                 \item Undo and Redo capability for many editing functions.
93                 \item Drag handle functionality for Ripple, Roll, Slip, Slide, Edge, and No Effect.
94                 \item Dynamic Keyframe support with curve, toggle, automatic, compositor, and editing capabilities.
95                 \item Proxy editing support to speed up editing for large formatted files on slower computers.
96                 \item Compositor window with masking, zooming, cropping, projector and camera capabilities.
97                 \item Viewing window for quickly viewing/playing audio, video, clips, or proxies.
98                 \item Resources window with Media, Proxy, Clips, Video and Audio Effects/Transitions.
99                 \item User defined bins/folders for a project.
100                 \item Expandable Video/Audio effects for grouping selections such as Color Correction or Motion plugins.
101                 \item Included are over 400 Plugins – audio and video native, FFmpeg, plus expandable to include others.
102                 \item LV2 and Ladspa plugins audio support.
103                 \item Mouse over Media or Proxy folders to get a 5 second real time preview of the media.
104                 \item Single or multiple files rendering; background rendering, batch rendering, command line rendering, and use of a Render Farm to take advantage of multiple computer CPUs.
105                 \item Numerous pre-defined output formats automatically available and allowance for user-defined formats.
106                 \item Capture and Recording capability to include Broadcast TV recording, editing, and viewing.
107                 \item Hundreds of Shortcuts are defined which are easily viewed using the shell commands pulldown.
108                 \item PorterDuff operations are available in the patchbay of the main timeline window for alpha blending.
109                 \item Color correction + 8-bit and 10-bit color space.
110                 \item Up to 8K video supported.
111                 \item ShuttlePro and ShuttleXpress functionality.
112                 \item International language support.
113                 \item Multi-screen, Multi-viewers, Multi-session, Multi-pane capability.
114                 \item Menu bar shell commands with reference to some manuals and user-definable additions.
115                 \item Video stabilization, Motion tracking, Motion Graphics.
116                 \item Blade Cut/Hard Edges, Snap/Cut editing and Snap Dragging.
117                 \item OpenGL support as well as Direct X11 speedup.
118                 \item Advanced Trim Features and Grouping.
119                 \item Asset and Title colors selection including Alpha slider adjustment.
120                 \item Scaling preference for any monitor size and HiDPI to support 4K monitors.
121             \end{itemize}
122             \item[Innovative New Features]~\\
123                 \begin{itemize}
124                     \item Inter-View mode as invented through a collaborative effort by a user and the developer.
125                     \item Proxy settings for large formatted media with the coveted Scalar option and proxy quick switch.
126                     \item Multiple cameras / Mixer Viewer with the number of cameras only limited by the resources on the user’s computer (on a large system, 50 are known to work).
127                     \item DVD/bluray creation, editing, and copying for non-commercial media greatly enhanced for usability.
128                     \item Title plugin virtually unlimited script size with many changeable attributes such as size, blink, color.
129                     \item Motion Graphics using the Sketcher plugin to create elements such as ellipses, rectangles and shapes for simpler motion graphics.
130                     \item Open EDL for editing clips, nested clips, and xml files while working on a Project.
131                 \end{itemize}
132 \end{description}
133
134 \section*{Chapters Overview}%
135 \label{sec:chapters_overview}
136
137 Below is listed a brief overview of each chapter to help you to decide which chapters you should pay the most attention to and read more thoroughly.
138 And which chapters are important for beginning to learn to use \CGG{}. At the end of the descriptions is a list of the sections to read for beginners.
139
140 \begin{description}
141     \item[Chapter~\ref{cha:Installation} ] \nameref{cha:Installation}.
142
143         If you just want to get started using the program, you can safely skip this chapter and instead go to:
144         {\small \url{https://www.cinelerra-gg.org}}
145         and simply download a pre-built linux version for your Operating System. If you would like to do your own builds so that you always have the latest, refer to this chapter to learn how.
146         But if you are already familiar with doing your own builds, you can just refer to this chapter when you encounter issues.
147     \item[Chapter~\ref{cha:the_4_windows} ] \nameref{cha:the_4_windows}.
148
149         It is important to understand the window setup in \CGG{} and what each of them is used for.
150         In addition this chapter covers some basic navigation functions that you will need to know.
151         However, if you have used an NLE before and don’t mind experimenting to learn how to execute certain functions, probably there is no need to peruse this chapter.
152     \item[Chapter~\ref{cha:project_and_media_attributes}] \nameref{cha:project_and_media_attributes}.
153
154         This chapter is helpful for basic understanding of setting up your session but it can easily be skipped.
155
156     \item[Chapter~\ref{cha:load_save_and_the_EDL}] \nameref{cha:load_save_and_the_EDL}.
157
158         Since this is important to not losing your work, you should read this chapter for some basic usage concepts and for some lesser used functions that may come in handy.
159         Besides how to Load and Save files, there is also information on using raw camera formats.
160         Helpful hints on working with image sequences, such as a bunch of pictures from your camera all loaded at once, is a time saver.
161
162     \item[Chapter~\ref{cha:editing}] \nameref{cha:editing}.
163
164         New and occasional users will find it necessary to read this chapter. However, you can decide which editing mode you prefer and concentrate on reading that section.
165         Even seasoned users will want to read this chapter in order to take advantage of features that have been newly implemented or may be less familiar due to infrequent usage.
166         Anyone who wants the editing capabilities that comes with use of the Shuttle Jog Wheel, will initially need to read that section to become familiar with its usage.
167
168     \item[Chapter~\ref{cha:rendering}] \nameref{cha:rendering}.
169
170         Minimally most users will need to read the section on single file rendering to get started; since after all the whole purpose of using an NLE is to create your own media.
171         The end of this chapter includes some helpful specific rendering scenarios which could prove quite useful.
172         You might also want to consider using batch rendering and background rendering for performance reasons.
173         And, of course, render farm usage to take advantage of multiple computers can be a real boost.
174
175     \item[Chapter~\ref{cha:keyframes}] \nameref{cha:keyframes}.
176
177         This is a more advanced topic but extremely useful to know.
178         Keyframes are data values that have been associated to the timeline that affect the media presentation.
179         You can go for years without knowing all of the nuances but you will most likely have a need to use and understand them sooner or later.
180
181     \item[Chapter~\ref{cha:ffmpeg_interactions}] \nameref{cha:ffmpeg_interactions}.
182
183         Skip this chapter if you are just getting started. Skip this chapter if you just want to use common
184         formats that are already set up for you. Experts may want to refer to this chapter in order to set up their
185         own option files.
186
187     \item[Chapter~\ref{cha:plugins}]\nameref{cha:plugins}.
188
189         Use this chapter as a reference to add an audio or video plugin in order to correct color or add some fancy effect.
190         You will not want to read about each and every plugin, most of which you will never use.
191         On the other hand, going over the section on “some specific details concerning plugins” might come in handy.
192
193     \item[Chapter~\ref{cha:transition_plugin}] \nameref{cha:transition_plugin}.
194
195         Everyone who does not know about using transitions should read this chapter because you will want to use transitions between cuts in your video for smoothly changing scenes.
196         It is short and easy reading.
197
198     \item[Chapter~\ref{cha:overlays}] \nameref{cha:overlays} Modes, Alpha Blending, and Porter Duff.
199
200         Experts can really use the information in this chapter to spiff up their editing work through some blending type techniques.
201         A lot of information and possibilities are described here.
202
203     \item[Chapter~\ref{cha:capturing_recording_media}] \nameref{cha:capturing_recording_media}.
204
205         This chapter is helpful in learning how to capture and record media from various sources.  A section on using \CGG{} with broadcast TV is especially useful.
206
207     \item[Chapter~\ref{cha:dvd_bluray_creation}] \nameref{cha:dvd_bluray_creation}.
208
209         If this is what you want to do, then read this chapter.
210         In the case of DVD media creation it includes many examples and lots of tips for checking your methods.
211
212     \item[Chapter~\ref{cha:multi_5}] \nameref{cha:multi_5}.
213
214         For using multiple cameras in your video creation, this chapter is a must read. Otherwise, just refer
215         to the section that becomes pertinent as you familiarize yourself with using \CGG{}.
216
217     \item[Chapter~\ref{cha:shortcuts}] \nameref{cha:shortcuts}.
218
219         Everyone will want to use this chapter to speed up their editing sessions.
220         Once you find yourself doing the same thing over and over again, you will want to know if there is a shortcut. Then look here!
221
222     \item[Chapter~\ref{cha:configuration_settings_preferences}] \nameref{cha:configuration_settings_preferences}.
223
224         Refer to this chapter when you want to change some setting or preference.
225         Otherwise if a new user, you should make sure to read the first page which includes some important basic information.
226
227     \item[Chapter~\ref{cha:how_stuff_works}] \nameref{cha:how_stuff_works}.
228
229         Only read this chapter if you are confused about a specific covered topic and how it works.
230
231     \item[Chapter~\ref{cha:troubleshooting_help}] \nameref{cha:troubleshooting_help}.
232
233         Use this chapter for diagnosing a problem and find out what to report to get the best resolution or help.
234
235     \item[Chapter~\ref{cha:performance_tips}]  \nameref{cha:performance_tips}.
236
237         There are a few performance tips in this chapter that may eventually prove useful.
238
239     \item[Chapter~\ref{cha:translations}] \nameref{cha:translations}.
240
241         If you want to help by providing translations for a specific language, there is a complete description of how to do this and what to do.
242
243     \item[Chapter~\ref{cha:licenses}] \nameref{cha:licenses}.
244
245     \item[Appendix~\ref{cha:Quickstart}] \nameref{cha:Quickstart}.
246
247         Here you go! If you hate to read, just go over the quick start guide or the youtube video creation and simply be on your way.
248
249     \item[Appendix~\ref{cha:developer's_section}] \nameref{cha:developer's_section}.
250
251         Some extra information that developers may or may not find useful.
252
253     \item[Appendix~\ref{cha:auxiliary_programs}] \nameref{cha:auxiliary_programs}.
254
255         This is a catch-all for any useful programs that may need to be included, mostly for analysis.
256
257 \end{description}
258
259 In summary, \textit{must} reads for a new user would be these chapters or sections:
260
261 \begin{itemize}
262     \item Chapter~\ref{cha:the_4_windows} --- \nameref{cha:the_4_windows}.
263     \item Chapter~\ref{cha:load_save_and_the_EDL} --- \nameref{cha:load_save_and_the_EDL}.
264     \item Chapter~\ref{cha:editing} --- \nameref{cha:editing}; read all sections except emphasize only either \nameref{sec:cut_paste_editing} or \nameref{sec:drag_drop_editing} to suit your purpose and then skim the editing mode that is not your preference as some operations work in either mode.
265         Skip the \nameref{sec:shuttle_jog_wheels_editing} section unless you have this jog wheel in hand.
266     \item Chapter~\ref{cha:rendering} --- \nameref{cha:rendering}; minimally read the \nameref{sec:single_file_rendering} section.
267     \item Chapter~\ref{cha:plugins} --- \nameref{cha:plugins}; read the section on \nameref{sec:how_use_plugins}.
268     \item Chapter~\ref{cha:transition_plugin} --- \nameref{cha:transition_plugin}.
269     \item Chapter~\ref{cha:configuration_settings_preferences} --- \nameref{cha:configuration_settings_preferences}; read at least the first couple of paragraphs.
270 \end{itemize}
271
272 %%% Local Variables:
273 %%% mode: latex
274 %%% TeX-master: "../CinelerraGG_Manual"
275 %%% End: