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 AvcIntraTelecine where
- AvcIntraTelecine' { }
- pattern AvcIntraTelecine_HARD :: AvcIntraTelecine
- pattern AvcIntraTelecine_NONE :: AvcIntraTelecine
Documentation
newtype AvcIntraTelecine Source #
When you do frame rate conversion from 23.976 frames per second (fps) to 29.97 fps, and your output scan type is interlaced, you can optionally enable hard telecine (HARD) to create a smoother picture. When you keep the default value, None (NONE), MediaConvert does a standard frame rate conversion to 29.97 without doing anything with the field polarity to create a smoother picture.
pattern AvcIntraTelecine_HARD :: AvcIntraTelecine | |
pattern AvcIntraTelecine_NONE :: AvcIntraTelecine |