Documentation ¶
Overview ¶
Package concat provides a way to concatenate video files.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Option ¶
type Option func(*Options)
Option is a function that configures the concatenation.
func IgnoreExtension ¶
func IgnoreExtension() Option
IgnoreExtension forces the concatenation on files without taking account of the extension.
TS files are prioritized.
Example: 1.ts, 1.mp4, 2.ts -> 1.mp4 will be skipped.
func WithAudioOnly ¶
func WithAudioOnly() Option
WithAudioOnly forces the concatenation on audio only.
Click to show internal directories.
Click to hide internal directories.