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 |
Amazonka.MediaConvert.Types.Mpeg2SlowPal
Description
Synopsis
- newtype Mpeg2SlowPal where
- Mpeg2SlowPal' { }
- pattern Mpeg2SlowPal_DISABLED :: Mpeg2SlowPal
- pattern Mpeg2SlowPal_ENABLED :: Mpeg2SlowPal
Documentation
newtype Mpeg2SlowPal 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. When you enable slow PAL, MediaConvert relabels the video frames to 25 fps and resamples your audio to keep it synchronized with the video. Note that enabling this setting will slightly reduce the duration of your video. Required settings: You must also set Framerate to 25. In your JSON job specification, set (framerateControl) to (SPECIFIED), (framerateNumerator) to 25 and (framerateDenominator) to 1.
Constructors
Mpeg2SlowPal' | |
Fields |
Bundled Patterns
pattern Mpeg2SlowPal_DISABLED :: Mpeg2SlowPal | |
pattern Mpeg2SlowPal_ENABLED :: Mpeg2SlowPal |