diff options
author | Janne Grunau <janne-libav@jannau.net> | 2011-10-19 08:22:23 +0200 |
---|---|---|
committer | Janne Grunau <janne-libav@jannau.net> | 2011-10-19 21:20:17 +0200 |
commit | 8096fdf0b6886305ea1a8cb2c869ab2732cd8e11 (patch) | |
tree | d6109a939e779ed0dca28b1c437ca0b1d6016f81 /doc | |
parent | f0eeff708ab5add2d4e8aec9b10683d71b4802be (diff) | |
download | ffmpeg-8096fdf0b6886305ea1a8cb2c869ab2732cd8e11.tar.gz |
presets: rename presets directory
Diffstat (limited to 'doc')
-rw-r--r-- | doc/avconv.texi | 2 | ||||
-rw-r--r-- | doc/ffmpeg.texi | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/avconv.texi b/doc/avconv.texi index 6e38a47b78..c298dc5710 100644 --- a/doc/avconv.texi +++ b/doc/avconv.texi @@ -778,7 +778,7 @@ A preset file contains a sequence of @var{option=value} pairs, one for each line, specifying a sequence of options which can be specified also on the command line. Lines starting with the hash ('#') character are ignored and are used to provide comments. Empty lines are also ignored. Check the -@file{ffpresets} directory in the Libav source tree for examples. +@file{presets} directory in the Libav source tree for examples. Preset files are specified with the @code{pre} option, this option takes a preset name as input. Avconv searches for a file named @var{preset_name}.avpreset in diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index 22989c0723..968d4f68b7 100644 --- a/doc/ffmpeg.texi +++ b/doc/ffmpeg.texi @@ -791,7 +791,7 @@ A preset file contains a sequence of @var{option}=@var{value} pairs, one for each line, specifying a sequence of options which would be awkward to specify on the command line. Lines starting with the hash ('#') character are ignored and are used to provide comments. Check -the @file{ffpresets} directory in the Libav source tree for examples. +the @file{presets} directory in the Libav source tree for examples. Preset files are specified with the @code{vpre}, @code{apre}, @code{spre}, and @code{fpre} options. The @code{fpre} option takes the |