X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcin-manual-latex.git;a=blobdiff_plain;f=parts%2FLoadandsave.tex;h=af61b6c2df0fa9152e107834be07fb5ea0730f18;hp=3a4929a8900b0f2337490c75925d12da4f503685;hb=cc316424e41284713600b64ac7d788d999e3332a;hpb=350b5363fa4f7ee3c77472c47fdce521809bc86c diff --git a/parts/Loadandsave.tex b/parts/Loadandsave.tex index 3a4929a..af61b6c 100644 --- a/parts/Loadandsave.tex +++ b/parts/Loadandsave.tex @@ -62,13 +62,17 @@ An image sequence is a series of ordered still pictures; for example a bunch of File lists formats can be utilized in some way for the following list of types of \textit{Sequence files} The first line of the sequence list file identifies the list codec. -\vspace*{1ex} -\begin{tabular}{l l l l} -PNGLIST = *.png & PPMLIST = *.ppm & TGALIST = *.tga & TIFFLIST = *.tiff \\ -EXALIST = *.exa & CR2LIST = *.cr2 & JPEGLIST = *.jpg & GIFLIST = *.gif -\end{tabular} +%\vspace*{1ex} -\vspace*{1ex} + +\begin{center} + \begin{tabular}{l l l l} + PNGLIST = *.png & PPMLIST = *.ppm & TGALIST = *.tga & TIFFLIST = *.tiff \\ + EXALIST = *.exa & CR2LIST = *.cr2 & JPEGLIST = *.jpg & GIFLIST = *.gif + \end{tabular} +\end{center} + +%\vspace*{1ex} Using the example of jpeg’s, the jpeg list sequence file type is the easiest and fastest way to access a sequence of jpg images as a single asset. First build a jpeglist sequence file and name it something like jpeglist.sh. There is an example script of how to do this in the Auxiliary Programs section of the Appendix. Once the jpeglist.sh file is built you can then run it similar to this line: \begin{lstlisting}[language=bash]