X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=parts%2FAuxilaryPrograms.tex;h=a090c7c8b0a6901584c11b45fb391922696fe50b;hb=936402b387ebe7a11f5abc039312d5860d22bd53;hp=1c61c969c87902d3d624af29cae3bbb33c54abcb;hpb=9c2b6a6336767233bdf57a4f82c1e53c5e19de76;p=goodguy%2Fcin-manual-latex.git diff --git a/parts/AuxilaryPrograms.tex b/parts/AuxilaryPrograms.tex index 1c61c96..a090c7c 100644 --- a/parts/AuxilaryPrograms.tex +++ b/parts/AuxilaryPrograms.tex @@ -83,11 +83,7 @@ echo "# Height:" echo "$h" echo "# List of image files follows" while [ $# -gt 0 ]; do - if [ x$(dirname "$1") = x"$dir" ]; then - f=./`basename "$1"`; - else - f="$1"; - fi + f=./`basename "$1"` echo "$f" shift done @@ -96,14 +92,14 @@ To use this script, you will have to install the package on your operating syste includes \textit{anytopnm} which is ususally \textit{netpbm}. Example usage of this script follows: -\qquad \texttt{./imagelist.sh outfile infiles/*.jpg} +\qquad \texttt{./imagelist.sh outfile infiles*.jpg} where \textit{imagelist.sh} is just the name chosen for this script which could be anything but has to be executable, \textit{outfile} is the sequence list -that is created, \textit{infiles} is the directory containing the +that is created, \textit{infiles*.jpg} are the format\_type files such as \textit{jpg} in this example. The xxxtopnm messages that show up can just be ignored such as: \texttt{jpegtopnm: WRITING PPM FILE and jpegtopnm: Error writing row.} -In addition, you can edit this script as needed. See also \nameref{ssub:filelist_format}. +You may have to edit this script to suit your needs or to include specific directory locations. See also \nameref{ssub:filelist_format}. \section{Details about .bcast5 Files} \label{sec:details_.bcast5_files} @@ -120,6 +116,7 @@ The following extensions of files in \CGG{}'s \texttt{.bcast5} directory are exp \item [.toc] toc is \textit{table of contents} file for MPEG video files (a type of index) \item [Cinelerra\_plugins] a list of the currently loaded plugins available in your \CGG{} session \item [Cinelerra{}\_rc] the user's preferences and settings are saved in this file to be used on startup. This file can be carefully edited to change startup values for certain parameters, but if you inadvertently set up something incorrectly, you may end up crashing the program. + \item [ContextManual.pl] the user's configurable version of the Perl script which drives the Context Help feature \item [ladspa\_plugins{\dots}] list of currently loaded ladspa plugins for each version of \CGG{} being used \item [layout\#...\_rc] user-defined window layout setup with the layout name as part of the file name \item [.xml] used for various backups or for the current settings of plugins that you have used