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 InputSampleRange where
- InputSampleRange' { }
- pattern InputSampleRange_FOLLOW :: InputSampleRange
- pattern InputSampleRange_FULL_RANGE :: InputSampleRange
- pattern InputSampleRange_LIMITED_RANGE :: InputSampleRange
Documentation
newtype InputSampleRange Source #
If the sample range metadata in your input video is accurate, or if you don't know about sample range, keep the default value, Follow (FOLLOW), for this setting. When you do, the service automatically detects your input sample range. If your input video has metadata indicating the wrong sample range, specify the accurate sample range here. When you do, MediaConvert ignores any sample range information in the input metadata. Regardless of whether MediaConvert uses the input sample range or the sample range that you specify, MediaConvert uses the sample range for transcoding and also writes it to the output metadata.
pattern InputSampleRange_FOLLOW :: InputSampleRange | |
pattern InputSampleRange_FULL_RANGE :: InputSampleRange | |
pattern InputSampleRange_LIMITED_RANGE :: InputSampleRange |