It is sometimes handy to have EDL \index{EDL} assets not as a copy, but as a
reference that is automatically updated into your project. Suppose
you have several short videos that at the end have the same credits
-which include the current year such as 2019. But now it is 2020 and
+which include the current year such as 2021. But now it is 2022 and
all of the videos would have to be individually updated with the new
date. By including a \textit{Referenced File} as the EDL file type
when you create each of the videos, you can just change the one
Some example file names are as follows - where 8 digits represent yyyymmdd:
\begin{lstlisting}[style=sh]
- CinGG-20210731-x86_64.AppImage
- (currently based on Fedora Core 32, libc version 2.31)
- CinGG-20210731-x86_64-older-distros.AppImage
+ CinGG-20220131-x86_64.AppImage
+ (currently based on Fedora 32, linux kernel 5.8.15, libc version 2.31)
+ CinGG-20220131-x86_64-older-distros.AppImage
(currently based on Ubuntu 16.04, libc version 2.23)
- CinGG-20210731-i686.AppImage
+ CinGG-20220131-i686.AppImage
(currently based on Debian 9, linux kernel 4.9, use "newer" for Debian 11.0)
- CinGG-20210731-i686-newer-distros.AppImage
+ CinGG-20220131-i686-newer-distros.AppImage
(currently based on Debian 11, linux kernel 5.10)
- CinGG-20210731-x86_64-multibit.AppImage
- (currently based on Fedora Core 32, libc version 2.31)
+ CinGG-20220131-x86_64-multibit.AppImage
+ (currently based on Fedora 32, libc version 2.31)
+ CinGG-20220131-x86_64-older-distros-multibit.AppImage
+ (currently based on Fedora 29 - runs on RHEL8 - linux kernel 4.19.9, libc version 2.28)
\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:
this Context Help you will need to download the corresponding
tgz file containing the HTML manual sections referenced for the
Help pages. The file to download is:
-\url{https://cinelerra-gg.org/download/images/HTML_Manual-20210531.tgz}
-substituting for "20210531" the "yyyymmdd" representing latest release date.
+\url{https://cinelerra-gg.org/download/images/HTML_Manual-20220131.tgz}
+substituting for "20220131" the "yyyymmdd" representing latest release date.
Then unpack to your Cinelerra/bin/doc directory so it is included in
your built system.
NOTE End
this Context Help you will need to download the corresponding
tgz file containing the HTML manual sections referenced for the
Help pages. The file to download is:
-\url{https://cinelerra-gg.org/download/images/HTML_Manual-20210531.tgz}
-substituting for "20210531" the "yyyymmdd" representing latest release date.
+\url{https://cinelerra-gg.org/download/images/HTML_Manual-20220131.tgz}
+substituting for "20220131" the "yyyymmdd" representing latest release date.
Then unpack to your Cinelerra/bin/doc directory so it is included in
your built system. The reason for not including the HTML manual in
the source code so that it would already be there, is because it is
plugin, icons that you wish to modify, and any other text file for customization.
To get access, first extract the files from the AppImage, find the files to add, edit, or modify, and then run the extracted binary following the steps shown here.
\begin{itemize}
- \item /path-to-appimage/CinGG-20211231-x86\_64.AppImage --appimage-extract
- \item edit or add the files you want to modify in the \textit{bin} subdirecctory
+ \item /path-to-appimage/CinGG-20220131-x86\_64.AppImage -{}-appimage-extract
+ \item edit or add the files you want to modify in the \textit{bin} or \textit{lib} subdirecctory
\item /path-to-appimage/squashfs-root/usr/bin/cin
\end{itemize}