Copyright | (c) 2013-2021 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay <brendan.g.hay+amazonka@gmail.com> |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | None |
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.
pattern H265ParControl_INITIALIZE_FROM_SOURCE :: H265ParControl | |
pattern H265ParControl_SPECIFIED :: H265ParControl |