changeset 6257:f5afd6d4d52f

forgot vpsize
author michael
date Sat, 01 Jun 2002 02:58:55 +0000
parents 55aacd56c5ef
children 0c2b0c7c15d2
files DOCS/tech/libavc-options.txt
diffstat 1 files changed, 9 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/DOCS/tech/libavc-options.txt	Sat Jun 01 02:37:24 2002 +0000
+++ b/DOCS/tech/libavc-options.txt	Sat Jun 01 02:58:55 2002 +0000
@@ -102,9 +102,14 @@
 	only recomanded if u want to feed the output into the mpeg4 reference decoder
 
 vdpart	data partitioning
-	+2 byte per video packet, and much better looking if the file becomes damaged
+	+2 byte per video packet
+	improves resistance against damages after encoding
 
-        
+vpsize	(0-10000) video packet size
+	0 disabled (default)
+	500-1000 good choice
+	improves resistance against damages after encoding
+
 lavdopts: (decoder options)
 ver	error resilience
 	-1 needed for some very broken, encoders which completly ignore the standarts
@@ -124,6 +129,8 @@
 	A: vqmin=2 or 1 (be carefull with 1, it could cause strange things to happen)
 	Q: i want to use -pass 1 & -pass 2 with vmax_b_frames>0
 	A: read DOCS/tech/patches.txt and send a patch ;)
+	Q: which provides better error recovery per filesize increase data partitioning or video packets?
+	A: data partitioning
 
 glossary:
 MB	Macroblock (16x16 luminance & 8x8 chrominance samples)