diff options
author | Gianluigi Tiesi <mplayer@netfarm.it> | 2011-05-21 03:36:26 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2011-05-21 03:36:26 +0200 |
commit | 1b30e4f5865260323da5232174fc68d6cc283f45 (patch) | |
tree | d06e091485de0c4b478d3703e2abf9c26ceafa36 /doc | |
parent | 0424e052f83adc422d8a746e3cdc5ab6bc28679e (diff) | |
download | ffmpeg-1b30e4f5865260323da5232174fc68d6cc283f45.tar.gz |
preset dir for win32
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ffmpeg.texi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/ffmpeg.texi b/doc/ffmpeg.texi index 77fde18564..fe9e9a9e92 100644 --- a/doc/ffmpeg.texi +++ b/doc/ffmpeg.texi @@ -816,6 +816,7 @@ following rules: 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}. |