| 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.XavcSlowPal
Description
Synopsis
- newtype XavcSlowPal where
- XavcSlowPal' { }
- pattern XavcSlowPal_DISABLED :: XavcSlowPal
- pattern XavcSlowPal_ENABLED :: XavcSlowPal
Documentation
newtype XavcSlowPal Source #
Ignore this setting unless your input frame rate is 23.976 or 24 frames per second (fps). Enable slow PAL to create a 25 fps output by relabeling the video frames and resampling your audio. Note that enabling this setting will slightly reduce the duration of your video. Related settings: You must also set Frame rate to 25. In your JSON job specification, set (framerateControl) to (SPECIFIED), (framerateNumerator) to 25 and (framerateDenominator) to 1.
Constructors
| XavcSlowPal' | |
Fields | |
Bundled Patterns
| pattern XavcSlowPal_DISABLED :: XavcSlowPal | |
| pattern XavcSlowPal_ENABLED :: XavcSlowPal |