summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-05-09 20:10:58 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2005-05-09 20:10:58 +0000
commitc864cb4832c8e89c7bab272545a3a2877834c8e8 (patch)
tree423f7c8dd71a5f5bd66cbc5a505869096a8cb4aa
parent51d07d0ea2e41d9914df92da223a45f4f6980771 (diff)
downloadmpv-c864cb4832c8e89c7bab272545a3a2877834c8e8.tar.bz2
mpv-c864cb4832c8e89c7bab272545a3a2877834c8e8.tar.xz
update vstrict description
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@15387 b3059339-0415-0410-9bf9-f77b7e298cf2
-rw-r--r--ChangeLog1
-rw-r--r--DOCS/tech/snow.txt4
2 files changed, 3 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index d56673c671..1d7dcff401 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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
diff --git a/DOCS/tech/snow.txt b/DOCS/tech/snow.txt
index 778996aeb1..56eca72584 100644
--- a/DOCS/tech/snow.txt
+++ b/DOCS/tech/snow.txt
@@ -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