Add chapter 14
[goodguy/cin-manual-latex.git] / parts / FFmpeg.tex
index ade8a3a4882c2911a8866e03a248e7bb16ea1427..b0a427dd7c372ca753f255d2214674252932ebaa 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
@@ -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}