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 InputRotate where
- InputRotate' { }
- pattern InputRotate_AUTO :: InputRotate
- pattern InputRotate_DEGREES_180 :: InputRotate
- pattern InputRotate_DEGREES_270 :: InputRotate
- pattern InputRotate_DEGREES_90 :: InputRotate
- pattern InputRotate_DEGREE_0 :: InputRotate
Documentation
newtype InputRotate Source #
Use Rotate (InputRotate) to specify how the service rotates your video. You can choose automatic rotation or specify a rotation. You can specify a clockwise rotation of 0, 90, 180, or 270 degrees. If your input video container is .mov or .mp4 and your input has rotation metadata, you can choose Automatic to have the service rotate your video according to the rotation specified in the metadata. The rotation must be within one degree of 90, 180, or 270 degrees. If the rotation metadata specifies any other rotation, the service will default to no rotation. By default, the service does no rotation, even if your input video has rotation metadata. The service doesn't pass through rotation metadata.
pattern InputRotate_AUTO :: InputRotate | |
pattern InputRotate_DEGREES_180 :: InputRotate | |
pattern InputRotate_DEGREES_270 :: InputRotate | |
pattern InputRotate_DEGREES_90 :: InputRotate | |
pattern InputRotate_DEGREE_0 :: InputRotate |