Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type VideoBatcher ¶
type VideoBatcher interface { GetAddSubtitleBatch(inputSubNo int, inputSubSuffix, inputSubLang, inputSubTitle, fontsPath string) ([]string, error) GetAddFontsBatch(fontsPath string) ([]string, error) GetConvertBatch(advance, destVideoType string) ([]string, error) // contains filtered or unexported methods }
func NewVideoBatch ¶
func NewVideoBatch(l *zap.Logger, inputPath, inputType, outputPath string) (VideoBatcher, error)
Click to show internal directories.
Click to hide internal directories.