X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=parts%2FInstallation.tex;h=55d3b70af662b745a257af96c6570ea917aad9e7;hb=5532aef6c024e0cd81833d961fdcc57489f28cb0;hp=8d99747aa0dd77a76324ebb63f547d9c252f1f75;hpb=22a5cab07ea22c4923acc8f8b32cdac8b7a3be44;p=goodguy%2Fcin-manual-latex.git diff --git a/parts/Installation.tex b/parts/Installation.tex index 8d99747..55d3b70 100644 --- a/parts/Installation.tex +++ b/parts/Installation.tex @@ -11,7 +11,7 @@ and since each release is named differently, you can keep a number of versions i and when testing from a terminal you just have to type CinGG, then hit tab, and complete it to the desired date release. -For 64-bit systems you can choose between an image with up-to-date libraries or one that supports older libraries, which you should use only if the first image gives you problems with unsupported libs. There is also a 32-bit older distro available that has \textit{i686} as part of the filename. Installing the appimage is simple: +For 64-bit systems you can choose between an image with up-to-date libraries or one that supports older libraries, which you should use only if the first image gives you problems with unsupported libs. There is also a 32-bit older distro available that has \textit{i686} as part of the filename and a 8/10/12 bit newer distro that handles 8 or 10 or 12 bits that has \textit{multibit} as part of the filename. Installing the appimage is simple: Download the file from: @@ -20,12 +20,14 @@ Download the file from: Some example file names are as follows - where 8 digits represent yyyymmdd: \begin{lstlisting}[style=sh] - CinGG-20210228-x86_64.AppImage + CinGG-20210731-x86_64.AppImage (currently based on Fedora Core 32, libc version 2.31) - CinGG-20210228-x86_64-older-distros.AppImage + CinGG-20210731-x86_64-older-distros.AppImage (currently based on Ubuntu 16.04, libc version 2.23) - CinGG-20210228-i686.AppImage - (not yet available, but will be based on Debian 9, libc version 2.23) + CinGG-20210731-i686.AppImage + (currently based on Debian 9, linux kernel 4.9) + CinGG-20210731-x86_64-multibit.AppImage + (currently based on Fedora Core 32, libc version 2.31) \end{lstlisting} Make the file executable with the proper execute permissions either from the GUI of the Desktop Environment used (link to the file) or from a terminal window. Make sure you are already in the directory containing the appimage: @@ -40,7 +42,10 @@ Finally start the program from a window in the directory where the image is stor $ ./CinGG-yyyymmdd.AppImpage \end{lstlisting} -or create a convenient desktop icon with a link to the run action, or do a \textit{Desktop Integration} manually or with external programs. +or create a convenient desktop icon with a link to the run action, or do a \textit{Desktop Integration} manually or with external programs. There is a +description of a GUI methodology for doing so in this file on the webiste: + +\url{https://cinelerra-gg.org/download/images/README\_appimage.txt} Most distros already have the libraries to run the appimage, but if not you may need an additional installation. For example Arch Linux needs the \texttt{libappimage} package. @@ -48,6 +53,16 @@ Most distros already have the libraries to run the appimage, but if not you may sudo pacman -S libappimage \end{lstlisting} +And Leap 15.3 (OpenSUSE) requires installation of the \textit{appimage} package. + +\begin{lstlisting}[style=sh] + sudo zypper se -is appimage +\end{lstlisting} + +In addition, if you are using the OpenGL video driver, you will need to install the appropriate OpenGL +drivers for your Operating System graphics board because libGLU.so and other OpenGL libraries are +not included in the AppImage. + \section{Download Already Built \CGG{}}% \label{sec:download_already_built_cinelerra_gg} @@ -1032,10 +1047,11 @@ You can read all about DeLinuxCo \href{https://www.delinuxco.com/}{here} and dow \textbf{Elive}, or Enlightenment live CD, is a non-commercial, cost-free operating system based on Debian, and it can be used either as a live CD or an Installed system. Elive uses a customized Enlightenment desktop. It is fast, user-friendly and feature-rich and \CGG{} is included in the 64 bit version. -Click \href{https://www.elivecd.org/}{Elive} for more information. The \CGG{} package is at -\href{http://repository.elivecd.org/pool/multimedia/c/cinelerra-gg/} {package} - just download -the .deb file and install via “dpkg -i “. To include access to the Alt/h hotkey help, also install -\href{http://repository.elivecd.org/pool/multimedia/c/cinelerra-gg-manual/}{manual} for help. +Click \href{https://www.elivecd.org/}{Elive} for more information. The \CGG{} packages for the program +and the manual are in the direcotry at +\href{https://repo.bullseye.elive.elivecd.org/pool/multimedia/c/} {Bullseye version 11} and +\href{http://repo.buster.elive.elivecd.org/pool/multimedia/c/}{Buster version 10} - just download +the .deb files inside that directory and install via “dpkg -i “. \section{Cinx and a “Bit” of Confusion}% \label{sec:cinx_and_a_bit_of_confusion} @@ -1065,6 +1081,22 @@ There is also a 12-bit version for consideration but currently the results are simply the same as 10-bit with padding to make 12-bit so it is of no value. +\section{Multibit build for x265-8/10/12-bit}% +\label{sec:multibit_build} +\index{multibit} + +To build a version that can handle 8 bit, or 10 bit, or 12 bit videos, +a patch is provided in the \texttt{thirdparty} subdirectory that needs +to be applied to do so. Be aware that the compile may take more time +and seems to be about twice as long. To apply the required patch: + +\begin{lstlisting}[style=sh] +cd /path/to/cinelerra-5.1/thirdparty +patch < compile_multibit_X265.txt +mv x265_3.5.patch* src/. +\end{lstlisting} +Render formats \textit{h265-10bit} and \textit{h265-12bit} have been provided and will +be operational after the applied patch is compiled in. %%% Local Variables: %%% mode: latex