Copyright | (c) 2013-2023 Brendan Hay |
---|---|
License | Mozilla Public License, v. 2.0. |
Maintainer | Brendan Hay |
Stability | auto-generated |
Portability | non-portable (GHC extensions) |
Safe Haskell | Safe-Inferred |
Language | Haskell2010 |
Synopsis
Documentation
data StopTimecode Source #
Settings to identify the end of the clip.
See: newStopTimecode
smart constructor.
StopTimecode' | |
|
Instances
newStopTimecode :: StopTimecode Source #
Create a value of StopTimecode
with all optional fields omitted.
Use generic-lens or optics to modify other optional fields.
The following record fields are available, with the corresponding lenses provided for backwards compatibility:
$sel:lastFrameClippingBehavior:StopTimecode'
, stopTimecode_lastFrameClippingBehavior
- If you specify a StopTimecode in an input (in order to clip the file),
you can specify if you want the clip to exclude (the default) or include
the frame specified by the timecode.
$sel:timecode:StopTimecode'
, stopTimecode_timecode
- The timecode for the frame where you want to stop the clip. Optional; if
not specified, the clip continues to the end of the file. Enter the
timecode as HH:MM:SS:FF or HH:MM:SS;FF.
stopTimecode_lastFrameClippingBehavior :: Lens' StopTimecode (Maybe LastFrameClippingBehavior) Source #
If you specify a StopTimecode in an input (in order to clip the file), you can specify if you want the clip to exclude (the default) or include the frame specified by the timecode.
stopTimecode_timecode :: Lens' StopTimecode (Maybe Text) Source #
The timecode for the frame where you want to stop the clip. Optional; if not specified, the clip continues to the end of the file. Enter the timecode as HH:MM:SS:FF or HH:MM:SS;FF.