summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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