mirror of https://github.com/mpv-player/mpv
motion estimation pre pass
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8711 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
715a1d542a
commit
58bf4d5557
|
@ -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)
|
||||
---------------------------
|
||||
|
||||
|
|
Loading…
Reference in New Issue