# HG changeset patch
# User gpoirier
# Date 1165916449 0
# Node ID f746c28a324c176b65404b45dcec7f9bd21a8e0f
# Parent 239f2c145b2f64f81e122ff9ff762ff2d2ae9397
vstrict=0 is required to create DVDs decodable by standalone dvd players
diff -r 239f2c145b2f -r f746c28a324c DOCS/xml/en/encoding-guide.xml
--- a/DOCS/xml/en/encoding-guide.xml Mon Dec 11 22:37:17 2006 +0000
+++ b/DOCS/xml/en/encoding-guide.xml Tue Dec 12 09:40:49 2006 +0000
@@ -4645,6 +4645,13 @@
use vbitrate=9800, but be warned that this could constrain you to less
than an hour of video on a single-layer DVD.
+
+ vtrict:
+ =0 should be used to create DVDs.
+ Without this option, MEncoder creates a
+ stream that cannot be correctly decoded by some standalone DVD
+ players.
+
@@ -4676,7 +4683,7 @@
DVD:
-lavcopts vcodec=mpeg2video:vrc_buf_size=1835:vrc_maxrate=9800:vbitrate=5000:\
-keyint=15:acodec=ac3
+keyint=15:vstrict=0:acodec=ac3
@@ -4702,7 +4709,7 @@
-lavcopts vcodec=mpeg2video:vrc_buf_size=1835:vrc_maxrate=9800:vbitrate=8000:\
keyint=15:trell:mbd=2:precmp=2:subcmp=2:cmp=2:dia=-10:predia=-10:cbp:mv0:\
-vqmin=1:lmin=1:dc=10
+vqmin=1:lmin=1:dc=10:vstrict=0
@@ -4791,7 +4798,7 @@
mencoder -oac lavc -ovc lavc -of mpeg -mpegopts format=dvd:tsaf \
-vf scale=720:576,harddup -srate 48000 -af lavcresample=48000 \
-lavcopts vcodec=mpeg2video:vrc_buf_size=1835:vrc_maxrate=9800:vbitrate=5000:\
-keyint=15:acodec=ac3:abitrate=192:aspect=16/9 -ofps 25 \
+keyint=15:vstrict=0:acodec=ac3:abitrate=192:aspect=16/9 -ofps 25 \
-o movie.mpg movie.avi
@@ -4806,7 +4813,7 @@
mencoder -oac lavc -ovc lavc -of mpeg -mpegopts format=dvd:tsaf \
-vf scale=720:480,harddup -srate 48000 -af lavcresample=48000 \
-lavcopts vcodec=mpeg2video:vrc_buf_size=1835:vrc_maxrate=9800:vbitrate=5000:\
-keyint=18:acodec=ac3:abitrate=192:aspect=16/9 -ofps 30000/1001 \
+keyint=18:vstrict=0:acodec=ac3:abitrate=192:aspect=16/9 -ofps 30000/1001 \
-o movie.mpg movie.avi
@@ -4822,7 +4829,7 @@
mencoder -oac copy -ovc lavc -of mpeg -mpegopts format=dvd:tsaf \
-vf scale=720:576,harddup -ofps 25 \
-lavcopts vcodec=mpeg2video:vrc_buf_size=1835:vrc_maxrate=9800:vbitrate=5000:\
-keyint=15:aspect=16/9 -o movie.mpg movie.avi
+keyint=15:vstrict=0:aspect=16/9 -o movie.mpg movie.avi
@@ -4836,7 +4843,7 @@
mencoder -oac copy -ovc lavc -of mpeg -mpegopts format=dvd:tsaf:telecine \
-vf scale=720:480,harddup -lavcopts vcodec=mpeg2video:vrc_buf_size=1835:\
- vrc_maxrate=9800:vbitrate=5000:keyint=15:aspect=16/9 -ofps 24000/1001 \
+ vrc_maxrate=9800:vbitrate=5000:keyint=15:vstrict=0:aspect=16/9 -ofps 24000/1001 \
-o movie.mpg movie.avi