diff options
author | michael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-01-02 01:38:35 +0000 |
---|---|---|
committer | michael <michael@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2003-01-02 01:38:35 +0000 |
commit | 58bf4d5557863217780dccf316c6a99ae44b5502 (patch) | |
tree | 059b766a743b141455cf6d5f62d481e95d1d43fd /DOCS/tech | |
parent | 715a1d542addcac462840e4d2262a19fe17a3e0c (diff) |
motion estimation pre pass
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8711 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/tech')
-rw-r--r-- | DOCS/tech/libavc-options.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/DOCS/tech/libavc-options.txt b/DOCS/tech/libavc-options.txt index 4f716a7f03..26b7c002a9 100644 --- a/DOCS/tech/libavc-options.txt +++ b/DOCS/tech/libavc-options.txt @@ -323,6 +323,11 @@ last_pred (0-99) amount of motion predictors from the previous frame 0 (default) a -> will use 2a+1 x 2a+1 MB square of MV predictors from the previous frame +preme (0-2) Motion estimation pre-pass + 0 disabled + 1 only after I frames (default) + 2 allways + lavdopts: (decoder options) --------------------------- |