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 Vc3Class where
- Vc3Class' {
- fromVc3Class :: Text
- pattern Vc3Class_CLASS_145_8BIT :: Vc3Class
- pattern Vc3Class_CLASS_220_10BIT :: Vc3Class
- pattern Vc3Class_CLASS_220_8BIT :: Vc3Class
- Vc3Class' {
Documentation
Specify the VC3 class to choose the quality characteristics for this output. VC3 class, together with the settings Framerate (framerateNumerator and framerateDenominator) and Resolution (height and width), determine your output bitrate. For example, say that your video resolution is 1920x1080 and your framerate is 29.97. Then Class 145 (CLASS_145) gives you an output with a bitrate of approximately 145 Mbps and Class 220 (CLASS_220) gives you and output with a bitrate of approximately 220 Mbps. VC3 class also specifies the color bit depth of your output.
pattern Vc3Class_CLASS_145_8BIT :: Vc3Class | |
pattern Vc3Class_CLASS_220_10BIT :: Vc3Class | |
pattern Vc3Class_CLASS_220_8BIT :: Vc3Class |