Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
ErrAlreadyConverted = errors.New("video already converted")
)
Functions ¶
This section is empty.
Types ¶
type Converter ¶
type Converter struct { FFMPEG List *worklist.WorkList Logger *slog.Logger Profile profile.Profile RemoveSource bool OverwriteNewer bool // contains filtered or unexported fields }
func New ¶
func New(ffmpeg FFMPEG, w *worklist.WorkList, cfg configuration.Configuration, l *slog.Logger) *Converter
Click to show internal directories.
Click to hide internal directories.