even more minor corrections
authorGood Guy <good1.2guy@gmail.com>
Thu, 27 Jan 2022 22:58:43 +0000 (15:58 -0700)
committerGood Guy <good1.2guy@gmail.com>
Thu, 27 Jan 2022 22:58:43 +0000 (15:58 -0700)
parts/FFmpeg.tex

index 85833317305a19022dd39931ca39d9d8b98bbae7..513a6f1743566fbd03db580f3fa08857948e60d6 100644 (file)
@@ -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}