mirror of
https://github.com/mpv-player/mpv
synced 2025-02-22 15:56:59 +00:00
update vstrict description
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15387 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
51d07d0ea2
commit
c864cb4832
@ -19,6 +19,7 @@ MPlayer (1.0)
|
||||
* Indeo2 video decoder
|
||||
* RV20 fixes
|
||||
* countless bug fixes all over the place
|
||||
* vstrict=-1 is default, snow, ffv1 etc. need vstrict=-2
|
||||
|
||||
MEncoder:
|
||||
* audio encoding modularized
|
||||
|
@ -6,7 +6,7 @@ and while it is still in heavy development, it is already giving very good
|
||||
results.
|
||||
Be very careful though, as the format of the bitstream produced might
|
||||
change, do not rely on it to store videos that you value.
|
||||
For this reason, MEncoder will not encode without 'vstrict=-1' on the
|
||||
For this reason, MEncoder will not encode without 'vstrict=-2' on the
|
||||
command line.
|
||||
|
||||
|
||||
@ -71,4 +71,4 @@ won't work well until we get OBMC-aware motion estimation.
|
||||
|
||||
In short:
|
||||
The best options in almost all cases are
|
||||
vcodec=snow:vstrict=-1:vqscale=$N:pred=0:cmp=1:subcmp=1:mbcmp=1:qpel
|
||||
vcodec=snow:vstrict=-2:vqscale=$N:pred=0:cmp=1:subcmp=1:mbcmp=1:qpel
|
||||
|
Loading…
Reference in New Issue
Block a user