diff options
author | Lou Logan <lou@lrcd.com> | 2012-06-19 10:18:30 -0800 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-06-20 15:29:46 +0200 |
commit | 493156ed318bc897a959316f514aa696fe503eaa (patch) | |
tree | 6bc30b1ea64da3c19179f5fe15d9acf6cf384ac8 /doc | |
parent | 3ea3e32e03eb0cffa088c737230e4a18850a0860 (diff) | |
download | ffmpeg-493156ed318bc897a959316f514aa696fe503eaa.tar.gz |
doc/ffmpeg.texi: use an exising preset file name
libx264-max.ffpreset is no longer with us.
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ffmpeg.texi | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index 9f68bc8b90..9b4ba14312 100644 --- a/doc/ffmpeg.texi +++ b/doc/ffmpeg.texi @@ -992,15 +992,15 @@ First ffmpeg searches for a file named @var{arg}.ffpreset in the directories @file{$FFMPEG_DATADIR} (if set), and @file{$HOME/.ffmpeg}, and in the datadir defined at configuration time (usually @file{PREFIX/share/ffmpeg}) or in a @file{ffpresets} folder along the executable on win32, -in that order. For example, if the argument is @code{libx264-max}, it will -search for the file @file{libx264-max.ffpreset}. +in that order. For example, if the argument is @code{libvpx-1080p}, it will +search for the file @file{libvpx-1080p.ffpreset}. If no such file is found, then ffmpeg will search for a file named @var{codec_name}-@var{arg}.ffpreset in the above-mentioned directories, where @var{codec_name} is the name of the codec to which the preset file options will be applied. For example, if you select -the video codec with @code{-vcodec libx264} and use @code{-vpre max}, -then it will search for the file @file{libx264-max.ffpreset}. +the video codec with @code{-vcodec libvpx} and use @code{-vpre 1080p}, +then it will search for the file @file{libvpx-1080p.ffpreset}. @c man end OPTIONS @chapter Tips |