# HG changeset patch # User rfelker # Date 1041450985 0 # Node ID 7667cb99a2d178ffb0799df5ff95f5cb98076058 # Parent b3e78d22cae091271470d13b56e12f44e41fa5e1 -pass no longer exists so this is irrelevant diff -r b3e78d22cae0 -r 7667cb99a2d1 DOCS/tech/libavc-options.txt --- a/DOCS/tech/libavc-options.txt Wed Jan 01 18:47:51 2003 +0000 +++ b/DOCS/tech/libavc-options.txt Wed Jan 01 19:56:25 2003 +0000 @@ -362,10 +362,6 @@ FAQ: Q: Why is the filesize much too small? A: Try to increase vqmin=2 or 1 (be carefull with 1, it could cause strange things to happen). - Q: Can I use -pass 1 & -pass 2 with vmax_b_frames>0 ? - A: -pass x uses the divx4 twopass-encoding codem which is incompatible - with the libavcodec encode. - If you want to fix it read DOCS/tech/patches.txt and send a patch. Q: What provides better error recovery while keeping the filesize low? Should I use data partitioning or increase the number of video packets? A: Data partitioning is better in this case.