Documentation ¶
Overview ¶
Package ffprobe wraps and interprets ffmpeg's ffprobe for Go.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ExeNotFound = errors.New("ffprobe and avprobe not found in $PATH")
Functions ¶
func AnyAsFloat64 ¶ added in v1.1.0
Converts possible values in Info.
func AnyAsInt64 ¶ added in v1.1.0
Converts possible values in Info.
Types ¶
type Cmd ¶
Click to show internal directories.
Click to hide internal directories.