From: Good Guy Date: Thu, 27 Jan 2022 22:58:43 +0000 (-0700) Subject: even more minor corrections X-Git-Tag: 2022-01~2 X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcin-manual-latex.git;a=commitdiff_plain;h=84593a6e7d8f9af36213a89e8af16d908f7a40fe even more minor corrections --- diff --git a/parts/FFmpeg.tex b/parts/FFmpeg.tex index 8583331..513a6f1 100644 --- a/parts/FFmpeg.tex +++ b/parts/FFmpeg.tex @@ -332,14 +332,14 @@ AppImage does not provide this capability. Another feature gained from using ffm To encode a series of $48$\,bit tiff output image files, add a file to the \CGG{} data ffmpeg/video subdirectory as in: \begin{lstlisting}[style=sh] -# \dots/ffmpeg/video/tiff.dfl +# {path_to_cinelerra}/bin/ffmpeg/video/tiff.dfl tiff48.tif \end{lstlisting} Then create an ffmpeg video encoder parameters file in the same directory: \begin{lstlisting}[style=sh] -# \dots/ffmpeg/video/tiff48.tiff +# {path_to_cinelerra}/bin/ffmpeg/video/tiff48.tiff image2 tiff pixel_format=rgb48 \end{lstlisting}