mirror of
https://github.com/HandBrake/HandBrake-docs.git
synced 2025-12-11 13:54:49 -06:00
docs: Update AMD VCE options descriptions.
This commit is contained in:
parent
a7714ec102
commit
ad6a5267c2
@ -63,16 +63,16 @@ The following value types are supported (each option only accepts one value type
|
|||||||
|
|
||||||
### Options list
|
### Options list
|
||||||
|
|
||||||
| Option | Type | H.264 | H.265 | Comment |
|
| Option | Type | H.264 | H.265 | Detail |
|
||||||
|------------------|-------------|:-----:|:-----:|--------------------------------------------------------------------------------|
|
|------------------|-------------|:-----:|:-----:|--------------------------------------------------------------------------------------|
|
||||||
| preanalysis | boolean | ✓ | ✓ | |
|
| coder | string | ✓ | | Coder selection. Values: `auto` (default), `cabac`, `cavlc`. |
|
||||||
| vbaq | boolean | ✓ | ✓ | |
|
| preanalysis | boolean | ✓ | ✓ | Set to `1` to enable preliminary analysis, `0` to disable (default). |
|
||||||
| enforce_hrd | boolean | ✓ | ✓ | |
|
| vbaq | boolean | ✓ | ✓ | Set to `1` to enable Variance Based Adaptive Quantization, `0` to disable (default). |
|
||||||
| max_au_size | int | ✓ | ✓ | |
|
| enforce_hrd | boolean | ✓ | ✓ | Set to `1` to enforce Hypothetical Reference Decoder, `0` to disable (default). |
|
||||||
| me_half_pel | boolean | ✓ | ✓ | |
|
| max_au_size | int | ✓ | ✓ | Maximum Access Unit size for rate control, in bits. Default: `0` (automatic). |
|
||||||
| me_quarter_pel | boolean | ✓ | ✓ | |
|
| me_half_pel | boolean | ✓ | ✓ | Set to `1` to enable half-pixel motion estimation (default), `0` to disable. |
|
||||||
| coder | string | | ✓ | Options: auto, cabac, cavlc |
|
| me_quarter_pel | boolean | ✓ | ✓ | Set to `1` to enable quarter-pixel motion estimation (default), `0` to disable. |
|
||||||
| bf_delta_qp | boolean | | ✓ | B-Picture Delta QP |
|
| bf_delta_qp | int | ✓ | | B-Picture Delta QP. The values scale is `-10`–`10`. Default: `4`. |
|
||||||
| bf_ref | boolean | | ✓ | Enable Reference to B-Frames |
|
| bf_ref | boolean | ✓ | | Set to `1` to enable Reference B-Frames (default), `0` to disable. |
|
||||||
| bf_ref_delta_qp | boolean | | ✓ | Reference B-Picture Delta QP |
|
| bf_ref_delta_qp | int | ✓ | | Reference B-Picture Delta QP. The values scale is `-10`–`10`. Default: `4`. |
|
||||||
| intra_refresh_mb | int | | ✓ | |
|
| intra_refresh_mb | int | ✓ | | Number of Intra-Refresh Macroblocks per slot. Default: `0` (automatic). |
|
||||||
|
|||||||
@ -63,16 +63,16 @@ The following value types are supported (each option only accepts one value type
|
|||||||
|
|
||||||
### Options list
|
### Options list
|
||||||
|
|
||||||
| Option | Type | H.264 | H.265 | Comment |
|
| Option | Type | H.264 | H.265 | Detail |
|
||||||
|------------------|-------------|:-----:|:-----:|--------------------------------------------------------------------------------|
|
|------------------|-------------|:-----:|:-----:|--------------------------------------------------------------------------------------|
|
||||||
| preanalysis | boolean | ✓ | ✓ | |
|
| coder | string | ✓ | | Coder selection. Values: `auto` (default), `cabac`, `cavlc`. |
|
||||||
| vbaq | boolean | ✓ | ✓ | |
|
| preanalysis | boolean | ✓ | ✓ | Set to `1` to enable preliminary analysis, `0` to disable (default). |
|
||||||
| enforce_hrd | boolean | ✓ | ✓ | |
|
| vbaq | boolean | ✓ | ✓ | Set to `1` to enable Variance Based Adaptive Quantization, `0` to disable (default). |
|
||||||
| max_au_size | int | ✓ | ✓ | |
|
| enforce_hrd | boolean | ✓ | ✓ | Set to `1` to enforce Hypothetical Reference Decoder, `0` to disable (default). |
|
||||||
| me_half_pel | boolean | ✓ | ✓ | |
|
| max_au_size | int | ✓ | ✓ | Maximum Access Unit size for rate control, in bits. Default: `0` (automatic). |
|
||||||
| me_quarter_pel | boolean | ✓ | ✓ | |
|
| me_half_pel | boolean | ✓ | ✓ | Set to `1` to enable half-pixel motion estimation (default), `0` to disable. |
|
||||||
| coder | string | | ✓ | Options: auto, cabac, cavlc |
|
| me_quarter_pel | boolean | ✓ | ✓ | Set to `1` to enable quarter-pixel motion estimation (default), `0` to disable. |
|
||||||
| bf_delta_qp | boolean | | ✓ | B-Picture Delta QP |
|
| bf_delta_qp | int | ✓ | | B-Picture Delta QP. The values scale is `-10`–`10`. Default: `4`. |
|
||||||
| bf_ref | boolean | | ✓ | Enable Reference to B-Frames |
|
| bf_ref | boolean | ✓ | | Set to `1` to enable Reference B-Frames (default), `0` to disable. |
|
||||||
| bf_ref_delta_qp | boolean | | ✓ | Reference B-Picture Delta QP |
|
| bf_ref_delta_qp | int | ✓ | | Reference B-Picture Delta QP. The values scale is `-10`–`10`. Default: `4`. |
|
||||||
| intra_refresh_mb | int | | ✓ | |
|
| intra_refresh_mb | int | ✓ | | Number of Intra-Refresh Macroblocks per slot. Default: `0` (automatic). |
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user