Values.InputClippingSettingsSourceSettings to let you create a clip of the file input, in order to set up the input to ingest only a portion of the file.
type nonrec t = {inputTimecodeSource : InputTimecodeSource.t;The source of the timecodes in the source being clipped.
*)startTimecode : StartTimecode.t option;Settings to identify the start of the clip.
*)stopTimecode : StopTimecode.t option;Settings to identify the end of the clip.
*)}val make :
?startTimecode:??? ->
?stopTimecode:??? ->
inputTimecodeSource:InputTimecodeSource.t ->
unit ->
t