| Copyright | (c) 2013-2023 Brendan Hay |
|---|---|
| License | Mozilla Public License, v. 2.0. |
| Maintainer | Brendan Hay |
| Stability | auto-generated |
| Portability | non-portable (GHC extensions) |
| Safe Haskell | Safe-Inferred |
| Language | Haskell2010 |
Amazonka.MediaConvert.Types.H265ParControl
Description
Synopsis
- newtype H265ParControl where
- H265ParControl' { }
- pattern H265ParControl_INITIALIZE_FROM_SOURCE :: H265ParControl
- pattern H265ParControl_SPECIFIED :: H265ParControl
Documentation
newtype H265ParControl Source #
Optional. Specify how the service determines the pixel aspect ratio (PAR) for this output. The default behavior, Follow source (INITIALIZE_FROM_SOURCE), uses the PAR from your input video for your output. To specify a different PAR in the console, choose any value other than Follow source. To specify a different PAR by editing the JSON job specification, choose SPECIFIED. When you choose SPECIFIED for this setting, you must also specify values for the parNumerator and parDenominator settings.
Constructors
| H265ParControl' | |
Fields | |
Bundled Patterns
| pattern H265ParControl_INITIALIZE_FROM_SOURCE :: H265ParControl | |
| pattern H265ParControl_SPECIFIED :: H265ParControl |