Documentation
¶
Index ¶
- Constants
- func CutVideo(inputPath string, outputFolder string) ([]string, error)
- func EncodeVideo(encodeScript string, encodeParam string) error
- func MergeVideo(originPath string, inputFiles []string, outputPath string) error
- func ReMuxWithSourceVideo(originPath string, tempVideoMergedOutputPath string, concatOutputPath string) error
- type FileInfo
Constants ¶
View Source
const (
OS_WINDOWS = "windows"
)
Variables ¶
This section is empty.
Functions ¶
func EncodeVideo ¶
EncodeVideo 压制视频,压制的 VS 脚本由 encodeScript 指定,压制参数由 encodeParam 指定
func MergeVideo ¶
MergeVideo 使用 ffmpeg 进行视频合并,使用 mkvpropedit 清除 tags
Types ¶
Click to show internal directories.
Click to hide internal directories.