Documentation
¶
Index ¶
- func Cut(input string, start, end int64, output string) error
- func CutByCueSheet(sheet *cue.Sheet, inputFile, outputFolder, format string) error
- func CutByTimeCode(input string, start, end string, output string) error
- func GetCueSheetFromFile(filePath string) (*cue.Sheet, error)
- func GetSecondsFromCueTrackIndex(index *cue.Index) int64
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Cut ¶
Cut cuts a video file from start to end (in seconds). If end is -1, the end of the video is used.
func CutByCueSheet ¶
func CutByTimeCode ¶
CutByTimeCode cuts a video file from start to end as timecode (e.g. "20:30:00:00")
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.