From fa814f8eec14bab1af0956a3362755ba53994be2 Mon Sep 17 00:00:00 2001 From: rfelker Date: Wed, 1 Jan 2003 19:56:25 +0000 Subject: [PATCH] -pass no longer exists so this is irrelevant git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8701 b3059339-0415-0410-9bf9-f77b7e298cf2 --- DOCS/tech/libavc-options.txt | 4 ---- 1 file changed, 4 deletions(-) diff --git a/DOCS/tech/libavc-options.txt b/DOCS/tech/libavc-options.txt index 2264e99fe3..94cdeeca5b 100644 --- a/DOCS/tech/libavc-options.txt +++ b/DOCS/tech/libavc-options.txt @@ -362,10 +362,6 @@ Notes: 1. lavc will strictly follow the quantizer limits vqmin, vqmax, vqdiff 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.