X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcin-manual-latex.git;a=blobdiff_plain;f=parts%2FInstallation.tex;h=12645b63a08c81984e45f3492c6288638a97715f;hp=f87a6490dab9e24515aaa809f68c71b3ec793fe4;hb=89c11b670e3a1baf736708cd4c3f7b3f5cf5b679;hpb=5c35c0366e7337dd67ff70cd7d32bbd2bf786295 diff --git a/parts/Installation.tex b/parts/Installation.tex index f87a649..12645b6 100644 --- a/parts/Installation.tex +++ b/parts/Installation.tex @@ -50,6 +50,12 @@ 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} + \section{Download Already Built \CGG{}}% \label{sec:download_already_built_cinelerra_gg} @@ -1067,21 +1073,21 @@ 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 8/10/12-bit Handling}% +\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 \textit{thirdparty} subdirectory that needs -to be applied to do so. Be aware that the compile will take a -substantial amount of extra time. To apply the required patch: +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 location of your cinelerra/cinelerra-5.1/thirdparty -patch < x265_compile_multibit.patch +cd /path/to/cinelerra-5.1/thirdparty +patch < compile_multibit_X265.txt mv x265_3.5.patch* src/. \end{lstlisting} -Render formats h265-10bit and h265-12bit have been provided and will +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: