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 XavcInterlaceMode where
- XavcInterlaceMode' { }
- pattern XavcInterlaceMode_BOTTOM_FIELD :: XavcInterlaceMode
- pattern XavcInterlaceMode_FOLLOW_BOTTOM_FIELD :: XavcInterlaceMode
- pattern XavcInterlaceMode_FOLLOW_TOP_FIELD :: XavcInterlaceMode
- pattern XavcInterlaceMode_PROGRESSIVE :: XavcInterlaceMode
- pattern XavcInterlaceMode_TOP_FIELD :: XavcInterlaceMode
Documentation
newtype XavcInterlaceMode Source #
Choose the scan line type for the output. Keep the default value, Progressive (PROGRESSIVE) to create a progressive output, regardless of the scan type of your input. Use Top field first (TOP_FIELD) or Bottom field first (BOTTOM_FIELD) to create an output that's interlaced with the same field polarity throughout. Use Follow, default top (FOLLOW_TOP_FIELD) or Follow, default bottom (FOLLOW_BOTTOM_FIELD) to produce outputs with the same field polarity as the source. For jobs that have multiple inputs, the output field polarity might change over the course of the output. Follow behavior depends on the input scan type. If the source is interlaced, the output will be interlaced with the same polarity as the source. If the source is progressive, the output will be interlaced with top field bottom field first, depending on which of the Follow options you choose.
pattern XavcInterlaceMode_BOTTOM_FIELD :: XavcInterlaceMode | |
pattern XavcInterlaceMode_FOLLOW_BOTTOM_FIELD :: XavcInterlaceMode | |
pattern XavcInterlaceMode_FOLLOW_TOP_FIELD :: XavcInterlaceMode | |
pattern XavcInterlaceMode_PROGRESSIVE :: XavcInterlaceMode | |
pattern XavcInterlaceMode_TOP_FIELD :: XavcInterlaceMode |