summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-01 19:56:25 +0000
committerrfelker <rfelker@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-01-01 19:56:25 +0000
commitfa814f8eec14bab1af0956a3362755ba53994be2 (patch)
tree53f6ff79ef403f7dafb40ada049531d9d4deed88 /DOCS
parent57c903731273482a0dbe2b1facccf7f0dbc4189d (diff)
downloadmpv-fa814f8eec14bab1af0956a3362755ba53994be2.tar.bz2
mpv-fa814f8eec14bab1af0956a3362755ba53994be2.tar.xz
-pass no longer exists so this is irrelevant
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8701 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/tech/libavc-options.txt4
1 files changed, 0 insertions, 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.