# HG changeset patch # User michael # Date 1037302399 0 # Node ID 5dc5606f88a4c33e19e744bbb92a97f6d67ff412 # Parent c3716e345dfb0c1f2e506ed387130aeb8e77b038 ffhuffyuv docs diff -r c3716e345dfb -r 5dc5606f88a4 DOCS/tech/libavc-options.txt --- a/DOCS/tech/libavc-options.txt Thu Nov 14 19:27:51 2002 +0000 +++ b/DOCS/tech/libavc-options.txt Thu Nov 14 19:33:19 2002 +0000 @@ -73,6 +73,9 @@ 2 second pass (only need to specify if two-pass encoding is used) Tip: u can try to use constant quantizer mode for pass1 (vqscale=) + for huffyuv: + pass 1 saves statistics + pass 2 encodes with a optimal huffman table based upon the pass 1 stats vbitrate (kbits per second) for pass1/2 800 is default @@ -254,6 +257,15 @@ ildct use interlaced dct +format + YV12 (default) + 422P (for huffyuv) + +pred (for huffyuv) + 0 left prediction + 1 plane/gradient prediction + 2 median prediction + lavdopts: (decoder options) --------------------------- @@ -278,7 +290,7 @@ 8 for mpeg4 UMP4 (autodetected if fourcc==UMP4) 16for mpeg4 padding bug 32for mpeg4 illegal vlc bug (autodetected per fourcc) - 64for mpeg4 XVID&DIVX qpel bug (autodetected for divx) + 64for mpeg4 XVID&DIVX qpel bug (autodetected) Note: just add the ones u want to enable gray grayscale only decoding (a bit faster than with color ...)