Credit Andrea - clarified Render Farm section based on user suggestions
[goodguy/cin-manual-latex.git] / parts / FFmpeg.tex
index e3d434c808325c8516e5f4e20877c0d742dff9ec..12c867c535bc04e6530fe2a8af75ac3fc65981ad 100644 (file)
@@ -53,15 +53,15 @@ In the ffmpeg configuration directory there are a series of options files used w
 
 \begin{center}
     \small
-    \begin{tabular}{l m{25em}}
-        \toprule
+    \begin{tabular}{lm{25em}}
+        \hline
         ffmpeg/ffmpeg.opts & global ffmpeg options, always used \\
         ffmpeg/decode.opts & global decoder options, used when opening existing files for decoding \\
         ffmpeg/encode.opts & global encoder options, used when creating new files for encoding \\
         ffmpeg/audio/audio.opts & audio encoder options, used when creating audio streams \\
         ffmpeg/video/video.opts & video encoder options, used when creating video streams \\
         ffmpeg/plugin.opts & parameters for ffmpeg filters as audio/video plugins \\
-        \bottomrule
+        \hline
     \end{tabular}
 \end{center}
 
@@ -102,7 +102,7 @@ In \texttt{typ.ext} encoder parameter files, the first line is defined as:
 (or)   muxer codec | bitstream filter [ bitstream filter options ]
 \end{lstlisting}
 
-where the | represents piping the codec data through the bitstream filter (the bitstream option is is currently not working). The rest of the lines in the file should look as follows:
+where the | represents piping the codec data through the bitstream filter. The rest of the lines in the file should look as follows:
 
 \begin{lstlisting}[style=sh]
       # in column one is a comment