X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcin-manual-latex.git;a=blobdiff_plain;f=parts%2FFFmpeg.tex;h=85833317305a19022dd39931ca39d9d8b98bbae7;hp=8ed0e1ac65d9517560547161af88dad5e6554b85;hb=309c0856b46472d781a7c1508307661085369407;hpb=362fcc3e718e9b32516c5ab55d6e08990a71fac8 diff --git a/parts/FFmpeg.tex b/parts/FFmpeg.tex index 8ed0e1a..8583331 100644 --- a/parts/FFmpeg.tex +++ b/parts/FFmpeg.tex @@ -237,7 +237,7 @@ To get a listing of the current ffmpeg supported formats and codecs that can be For illustrative purposes, here is an example of the options files that need to be added for using the ffmpeg \textit{ProRes 422} format. This makes it possible to transcode to \texttt{h264.mov} with FFmpeg retaining \textit{10-bit yuv422p} from the source to the target output video. -Add the file named \texttt{./ffmpeg/audio/acc256k.pro} which contains the following lines: +Add the file named \texttt{./ffmpeg/audio/aac256k.pro} which contains the following lines: \begin{lstlisting}[style=sh] mov aac @@ -250,7 +250,7 @@ b 256000 Add the file named \texttt{./ffmpeg/audio/pro.dfl} which contains the following lines: \begin{lstlisting}[style=sh] -acc256k.pro +aac256k.pro \end{lstlisting} Add the file named \texttt{./ffmpeg/video/prores.pro} which contains the following lines: