Uniforming my branches
[goodguy/cin-manual-latex.git] / parts / FFmpeg.tex
index ade8a3a4882c2911a8866e03a248e7bb16ea1427..d0aa21e92f4f5aaec6597f26d98d29051b7a765e 100644 (file)
@@ -37,6 +37,7 @@ In Cinelerra's ffmpeg configuration directory you will see files as listed and d
 In the ffmpeg configuration directory there are a series of options files used when encoding or decoding audio or video.  They are read in the order from top to bottom and only the files needed for the current operation are added to the active configuration.
 
 \begin{center}
+    \small
     \begin{tabular}{l l}
         \toprule
         ffmpeg/ffmpeg.opts & global ffmpeg options, always used \\
@@ -54,7 +55,7 @@ In the ffmpeg configuration directory there are a series of options files used w
 \paragraph{Encoder Options:} Within the audio /video subdirectories of the first level ffmpeg directory, the \texttt{typ.ext} files are for encoder (rendering) setups.
 
 \begin{center}
-    \begin{longtable}{l l}
+    \begin{longtable}{l p{23em}}
         \toprule
         ffmpeg/audio & directory of audio encoder settings \\
         \midrule
@@ -250,7 +251,7 @@ Add the file named \texttt{./ffmpeg/video/med422p10.pro} which contains the foll
 \begin{lstlisting}[language=bash]
 mov prores
 preset medium
-pix_fmt yuv422p10le
+cin_pix_fmt yuv422p10le
 \end{lstlisting}
 
 Add the file named \texttt{./ffmpeg/video/pro.dfl} which contains the following lines:
@@ -351,4 +352,4 @@ duration=90.25
         during filter operation.  This is so that continuous updates can be done as the plugin operates.
         \item Improve seek codec restarts.  The past predictor must be reset or reconstructed after a seek.  The  only documented way to seek is open/seek/play.  Reopening the format layer is very expensive.
     \end{itemize}
-\end{description}
\ No newline at end of file
+\end{description}