From 84593a6e7d8f9af36213a89e8af16d908f7a40fe Mon Sep 17 00:00:00 2001 From: Good Guy Date: Thu, 27 Jan 2022 15:58:43 -0700 Subject: [PATCH] even more minor corrections --- parts/FFmpeg.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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} -- 2.26.2