Add formats to Introduction.tex
authorСпицын Андрей <spitsyn.andrey@gmail.com>
Fri, 1 Mar 2019 21:51:20 +0000 (00:51 +0300)
committerСпицын Андрей <spitsyn.andrey@gmail.com>
Fri, 1 Mar 2019 21:51:20 +0000 (00:51 +0300)
common/packages.tex
parts/Introduction.tex

index c7fdde27d79b99063280606169e4bbd34e40a492..4cead997cb0358294b2c3fa5f234e9e9d241cafc 100644 (file)
@@ -83,7 +83,7 @@
 \geometry{left=2.0cm}% левое поле
 \geometry{right=2.0cm}% правое поле
 \geometry{top=2.0cm}% верхнее поле
-\geometry{bottom=1.0cm}% нижнее поле
+\geometry{bottom=1.5cm}% нижнее поле
 \parindent=1.0cm %красная срока
 \righthyphenmin=2 %разрешить перенос 2-х последних букв
 %---------------------------------------------------------------------------
index cecc588596dd69548fdb0820f2551dfc33309916..2b4b394131ccd41176305c8c5c9ffa9f84db2e1d 100644 (file)
@@ -13,7 +13,7 @@ Refer to: \url{https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
 
 
 \textbf{This is a copy of the header from the original source code.}
-\begin{lstlisting}[language=bash,numbers=none]
+\begin{lstlisting}[numbers=none]
 /*
 * CINELERRA
 * Copyright (C) 1997-2012 Adam Williams <broadcast at earthling dot net>
@@ -32,6 +32,7 @@ Refer to: \url{https://www.gnu.org/licenses/old-licenses/gpl-2.0-standalone.html
 * along with this program; if not, write to the Free Software
 * Foundation, Inc., 59 Temple Place, Suite 330, Boston
 \end{lstlisting}
+
 \textbf{This is a copy of the information in the Cinelerra-CV manual.}
 
 Copyright c 2003, 2004, 2005, 2006 Adam Williams - Heroine Virtual Ltd.
@@ -55,7 +56,37 @@ Presented briefly here is an overview of Cinelerra-GG Infinity and information p
 The GG version of Cinelerra has been improved for \emph{stability}, \emph{modernized} to accommodate the
 \emph{current state} of Linux software, enhanced with additional \emph{basic features}, and enriched with \emph{new features} imagined by dedicated users and then implemented by professional programmers.
 
-
+\begin{description}
+    \item[Website] \url{https://www.cinelerra-gg.org}\\
+        The website for the cinelerra-gg software is a good place to start for information, help, and documentation. 
+        It is professionally maintained and continuously updated with more language
+        translations ongoing.
+    \item[Stability] ~\\
+        Software programs that “just work” are a \#1 priority in order to be of use for producing quality videos.
+        A large amount of time has been invested in debugging problems and resolving crashes. 
+        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.
+    \item[Modernization] ~\\
+        Artistic creativity has been applied to modernize the Cinelerra-GG plugin icons for video and audio to even include the ffmpeg plugins. 
+        The Cinfinity set of plugin icons come in square or roundish versions --- your choice. 
+        In keeping up with the current expectation of users for a certain “look and feel”, a very modern Neophyte theme recent addition provides an alternative to the already existing 9 themes. 
+        These 10 themes give the user the choice to get the look they like best for their own eyes.
+    \item[Cerrent and up-to-date] ~\\
+        For today’s software, included thirdparty libraries are kept up to date in a timely manner and effort is made to always used a relatively recent version of FFmpeg, if not the latest. 
+        This is a big deal because there is a whole set of separate programmers continuously working diligently to cover all of the old and newly created formats. 
+        Thus Cinelerra programmers can be dedicated to working solely on Cinelerra rather than just trying to keep up with many formats.
+    \item[FFmpeg usage integration]~\\
+        By using FFmpegwith Cinelerra 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.
+    \item[Import and Export formats] ~\\
+        Listed here are only a few of the supported Import and Export formats:
+        \begin{itemize}
+            \item  several standard native formats, such as mpeg, ac3, flac, exr and jpeg/png/ppm/tiff sequences
+            \item FFmpeg’s over 400 decoders and 150 encoders accessible from within Cinelerra to include:
+                mp4, mkv, mpeg, mov, m2ts, mp3, dvd, ogg, theora, prores, tiff, webm, flac, opus, vorbis,
+                quicktime (div, dnxhd, jpeg, mjpeg, mp4, rle, v308, v410), h264 & h265 usage, avc, hevc,
+                and recently released AV1 and WebP
+            \item raw image format for over 700 supported cameras, courtesy Dave Coffin DCraw
+        \end{itemize}
+\end{description}