X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=parts%2FFFmpeg.tex;h=12c867c535bc04e6530fe2a8af75ac3fc65981ad;hb=4186a3355401958df90e82cb15bceb72e5835bb7;hp=e3d434c808325c8516e5f4e20877c0d742dff9ec;hpb=0712b93da9221223e66485110eaeb163b0f0139b;p=goodguy%2Fcin-manual-latex.git diff --git a/parts/FFmpeg.tex b/parts/FFmpeg.tex index e3d434c..12c867c 100644 --- a/parts/FFmpeg.tex +++ b/parts/FFmpeg.tex @@ -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