Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrInvalidBitRate = errors.New("invalid bitrate")
View Source
var ErrInvalidBitsPerSample = errors.New("bits per sample must be 8 or 10")
View Source
var ErrInvalidCodec = errors.New("only hevc supported")
View Source
var ErrMissingFilename = errors.New("missing filename")
Functions ¶
This section is empty.
Types ¶
type Processor ¶
Processor implements video scanning (ffprobe) and converting (ffmpeg). Implemented as a struct so that it can be mocked at the calling side.
Click to show internal directories.
Click to hide internal directories.