Google Flix Engine Linux Reference Manual Instrukcja Użytkownika Strona 73

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 545
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 72
5.16 VP8 67
5.16.2.13 #define FE2_VP8_LAG
Allow lagged encoding If set, this value allows the encoder to consume a number of input frames before
producing output frames. This allows the encoder to base decisions for the current frame on future frames.
Note:
Valid range: [0,25]
Default: 0
Definition at line 245 of file vp8.h.
5.16.2.14 #define FE2_VP8_MAX_Q
Codec parameter for maximum quantizer.
Determines the quality of the output. A lower maximum number produces higher quality output.
Note:
Valid range: [0,63]
Default: 63
Attention:
Setting this value too low will likely cause the encoder to miss (i.e., overshoot) the target datarate
specified by
FE2_VP8_BITRATE and, should FE2_VP8_DROP_THRESH be enabled, result in a
large amount of dropped frames. The table mentioned above should be used as a guide in choosing a
reasonable value based on the bitrate.
Definition at line 140 of file vp8.h.
5.16.2.15 #define FE2_VP8_MB_STATIC_THRESHOLD
Threshold for macroblocks treated static.
Note:
Default: 0
Definition at line 229 of file vp8.h.
5.16.2.16 #define FE2_VP8_MIN_Q
Codec parameter for minimum quantizer.
Determines the quality of the output. A lower minimum number produces higher quality output.
Note:
Valid range: [0,63]
Default: 4
Definition at line 126 of file vp8.h.
Generated on Tue Jul 20 17:39:03 2010 for Flix Engine Linux by Doxygen
Przeglądanie stron 72
1 2 ... 68 69 70 71 72 73 74 75 76 77 78 ... 544 545

Komentarze do niniejszej Instrukcji

Brak uwag