Probably something from Libav that got carried over. ffmpeg uses .ffpreset files instead of .avpreset, and it uses $FFMPEG_DATADIR instead of $AVCONV_DATADIR.
Signed-off-by: Werner Robitza <werner.robi...@gmail.com> --- doc/ffmpeg.texi | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index 6de5004..bc18cfe 100644 --- a/doc/ffmpeg.texi +++ b/doc/ffmpeg.texi @@ -1294,11 +1294,11 @@ are used to provide comments. Empty lines are also ignored. Check the @file{presets} directory in the FFmpeg source tree for examples. Preset files are specified with the @code{pre} option, this option takes a -preset name as input. FFmpeg searches for a file named @var{preset_name}.avpreset in -the directories @file{$AVCONV_DATADIR} (if set), and @file{$HOME/.ffmpeg}, and in +preset name as input. FFmpeg searches for a file named @var{preset_name}.ffpreset in +the directories @file{$FFMPEG_DATADIR} (if set), and @file{$HOME/.ffmpeg}, and in the data directory defined at configuration time (usually @file{$PREFIX/share/ffmpeg}) in that order. For example, if the argument is @code{libx264-max}, it will -search for the file @file{libx264-max.avpreset}. +search for the file @file{libx264-max.ffpreset}. @section Video and Audio grabbing -- 1.9.3 (Apple Git-50) _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel