From 448b4c639d5d1e80dcba174ab4a4d3ee84f9f6b7 Mon Sep 17 00:00:00 2001 From: Good Guy Date: Thu, 19 Mar 2020 21:13:23 -0600 Subject: [PATCH] fixed the FIXME-s --- parts/AuxilaryPrograms.tex | 4 +-- parts/Configuration.tex | 9 +++++- parts/Installation.tex | 18 ++++++------ parts/Introduction.tex | 57 +++++++++++++++++--------------------- parts/Plugins.tex | 9 ++---- parts/Shortcuts.tex | 1 - 6 files changed, 47 insertions(+), 51 deletions(-) diff --git a/parts/AuxilaryPrograms.tex b/parts/AuxilaryPrograms.tex index 233f6aa..dde4207 100644 --- a/parts/AuxilaryPrograms.tex +++ b/parts/AuxilaryPrograms.tex @@ -91,10 +91,8 @@ Example usage of this script follows: \qquad \texttt{jpeglist.sh outfile infiles*.jpg} -\section{Webm\,/\,Vp9 Usage and Example File} +\section{Webm\,/\,Vp9 Usage and Example File\protect\footnote{credit Frederic Roenitz}}% \label{sec:webm/vp9_usage_example} -% FIXME No footnotes with expressions of thanks in the title. -% \protect\footnote{credit Frederic Roenitz}} \textsc{VP9} is a video codec licensed under the BSD license and is considered open source, diff --git a/parts/Configuration.tex b/parts/Configuration.tex index e7721f7..1526e7d 100644 --- a/parts/Configuration.tex +++ b/parts/Configuration.tex @@ -228,7 +228,14 @@ Screencast below shows part of the Preferences menu where you can change the ind \subsection{Layout section}% \label{sub:layout_section} -\paragraph{Theme} \CGG{} supports 11 different themes to suit the preferences of different users (figure~\ref{fig:theme}). When you change the theme, \CGG{} automatically saves your session and restarts exactly where you were. The \textit{Themes User Interface} are described in more detail next. \textit{Akirad} themes are all available in Cin-GG with major thanks to the \textit{Cinecutie} project for all of their hard work. These modifications provide alternative User Interface environments and allows you to choose your favorite look. Be aware that when you change your theme, \CGG{} will automatically shutdown and restart for it to take effect. The theme you choose is preserved across sessions. +\paragraph{Theme} \CGG{} supports 11 different themes to suit the preferences of different +users (figure~\ref{fig:theme}). When you change the theme, \CGG{} automatically saves your +session and restarts exactly where you were. The \textit{Themes User Interface} are described +in more detail next. \textit{Akirad} themes are all available in Cin-GG as designed by the +\textit{Cinecutie} project. They provide alternative User Interface environments allowing +you to choose your favorite look. Be aware that when you change your theme, \CGG{} will +automatically shutdown and restart for it to take effect. The theme you choose is preserved +across sessions. \underline{Theme choices available:} diff --git a/parts/Installation.tex b/parts/Installation.tex index 325cf90..1f667fe 100644 --- a/parts/Installation.tex +++ b/parts/Installation.tex @@ -444,13 +444,15 @@ git clean -i # interactive clean, use answer 1 to "clean" \subsection{How to Build from a Previous GIT Version}% \label{sub:how_to_build_from_a_previous_git_version} -% FIXME The listing is here because... +If you have a problem with the current GIT version, you can revert +to a previous working version easily. The commands to use will be +similar to these next lines which are then explained in more detail. \strut -% + \begin{lstlisting}[style=sh] -cd //cin5_repo -git log -git checkout +cd //cin5 # substitute your repo path name for cin5 +git log # shows a list of versions +git checkout # choose a version number as listed \end{lstlisting} The \texttt{git log} command produces a log file with hash values @@ -509,10 +511,10 @@ static (non\_debug) build as follows but instead of using \texttt{/tmp} substitute your permanent disk path if you want to keep it. -% FIXME cd /tmp/ && git clone ? \begin{lstlisting}[style=sh] -git clone ... -cp -a /path/cinelerra-5.1 /tmp/ +cd // +git clone --depth 1 "git://git.cinelerra-gg.org/goodguy/cinelerra.git" cinelerra5 +cp -a //cinelerra-5.1 /tmp/ cd /tmp/cinelerra-5.1 ./bld.sh \end{lstlisting} diff --git a/parts/Introduction.tex b/parts/Introduction.tex index 4a68dd4..2937f83 100644 --- a/parts/Introduction.tex +++ b/parts/Introduction.tex @@ -16,11 +16,32 @@ new features were added. The author of the original \textsc{Cinelerra} program, Adam Williams, as well as many different people have modified the \textsc{Cinelerra} source code over the years. William Morrow merged all of the known changes, whenever -possible, into this \CGG{} version and for several years has been -adding numerous features, updates, and fixes. All of these software -contributions are appreciated and each individual is thanked and -commended for their efforts. The \CGG{} software is under \href{https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html}{GPLv2+} -license. +possible, into this \CGG{} version and has been adding numerous +features, updates, and fixes. + +The \CGG{} software is under +\href{https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html}{GPLv2+} +license. A notice of this is included in the software and shown here. + +\begin{lstlisting}[basicstyle=\footnotesize] +* +* CINELERRA +* Copyright (C) 1997-2012 Adam Williams +* +* This program is free software; you can redistribute it and/or modify +* it under the terms of the GNU General Public License as published by +* the Free Software Foundation; either version 2 of the License, or +* (at your option) any later version. +* +* This program is distributed in the hope that it will be useful, +* but WITHOUT ANY WARRANTY; without even the implied warranty of +* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +* GNU General Public License for more details. +* +* You should have received a copy of the GNU General Public License +* along with this program; if not, write to the Free Software +* Foundation, Inc., 59 Temple Place, Suite 330, Boston +\end{lstlisting} As for this manual, the \href{https://www.gnu.org/licenses/fdl-1.3.en.html}{GNU Free @@ -34,32 +55,6 @@ same license. The GFDL was designed for manuals, textbooks, other reference and instructional materials, and documentation which often accompanies GNU software. -% FIXME The sense behind this is not apparent. -% \textbf{This is a copy of the header from the original source code.} -% % \begin{lstlisting}[basicstyle=\footnotesize] -% {\small -% \begin{verbatim} -% * -% * CINELERRA -% * Copyright (C) 1997-2012 Adam Williams -% * -% * This program is free software; you can redistribute it and/or modify -% * it under the terms of the GNU General Public License as published by -% * the Free Software Foundation; either version 2 of the License, or -% * (at your option) any later version. -% * -% * This program is distributed in the hope that it will be useful, -% * but WITHOUT ANY WARRANTY; without even the implied warranty of -% * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the -% * GNU General Public License for more details. -% * -% * You should have received a copy of the GNU General Public License -% * along with this program; if not, write to the Free Software -% * Foundation, Inc., 59 Temple Place, Suite 330, Boston -% \end{verbatim} -% % \end{lstlisting} -% } - \section*{\CGG{} Overview}% \label{sec:cinelerra_overview} diff --git a/parts/Plugins.tex b/parts/Plugins.tex index d4d476f..d807a8a 100644 --- a/parts/Plugins.tex +++ b/parts/Plugins.tex @@ -3268,9 +3268,6 @@ Figure~\ref{fig:stylize} show the images after adding the 6 various styles. \section[FFmpeg Audio and Video Plugins]{FFmpeg Audio and Video Plugins}% \label{sec:ffmpeg_audio_video_plugins} -% FIXME not in the section -% \protect\footnote{credit to WPfilmmaker for the Ffmpeg info -% description lines taken from his contributed pdf} \CGGI{} currently comes with more than $140$ of the video plugins and $55$ of the audio plugins developed by the FFmpeg project {\small \url{www.ffmpeg.org}}. These plugins do not have a GUI with buttons like the rest of plugins, therefore to change settings it is necessary to change the variables by hand by highlighting the \textit{option}, typing a value in the \textit{Range} box, and then hitting the \textit{Apply} button. Many of these plugins provide tooltips at the bottom right corner of the window when the option is highlighted. A \textit{slider} bar and a \textit{dial} for numerical values can be used to easily vary the values which take effect immediately. @@ -3303,7 +3300,7 @@ Some of the ffmpeg plugins are not usable with \CGGI{} due to input/output requi FFmpeg’s plugin guide is at the link: \href{https://ffmpeg.org/ffmpeg-filters.html}{ffmpeg-filters}. -\subsection{FFmpeg Audio Plugins}% +\subsection{FFmpeg Audio Plugins\protect\footnote{credit to WPfilmmaker}}% \label{sub:ffmpeg_audio_plugins} The following is a list of the integrated audio plug-ins. @@ -3416,7 +3413,7 @@ The following is a list of the integrated audio plug-ins. \item [F\_volumedetect]~\\Detect audio volume. \end{description} -\subsection{FFmpeg Video Plugins}% +\subsection{FFmpeg Video Plugins\protect\footnote{credit to WPfilmmaker}}% \label{sub:ffmpeg_video_plugins} The following is a list of the integrated video plug-ins. @@ -3653,8 +3650,6 @@ The following is a list of the integrated video plug-ins. \section[Rendered Effects]{Rendered Effects}% \label{sec:rendered_effects} -% FIXME -% \protect\footnote{This capability is going to be deleted in the future unless receive notification of need to keep} Besides the \textit{Realtime} effects, as has been described in the previous sections, another type of effect is performed on a section of the track and the result stored somewhere before it is played back. The result is usually pasted into the track to replace the original data. The rendered effects are not listed in the resources window but instead are accessed through the \texttt{Audio $\rightarrow$ Render effect and Video $\rightarrow$ Render effect} menu options. Each of these menu options brings up a dialog for the rendered effect. In the Select an effect dialog is a list of all the realtime and all the rendered effects. The difference here is that the realtime effects are rendered to disk and not applied under the track. Rendered effects apply to only one type of track, either audio or video. If no tracks of the type exist, an error pops up. diff --git a/parts/Shortcuts.tex b/parts/Shortcuts.tex index 7711a71..f3c096f 100644 --- a/parts/Shortcuts.tex +++ b/parts/Shortcuts.tex @@ -359,7 +359,6 @@ The Main window (also called the program window) consists of pulldown menus, but & Show tool info & F9 & Works with editing/cropping buttons. \\ & Show safe regs. & F10 & Draws safe regions in the video output. \\ & & p & Turn on/off Click to Play. \\ - % FIXME: [] & & Shift+w/Ctrl & With transport btn.\ loops play; all or with [\;]. \\ \midrule \textcolor{CinBlueText}{Transport} & (plus 3 below) & & Same as in Main window. \\ -- 2.26.2