Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Configuration ¶
type Configuration struct { FfmpegBin string FfprobeBin string PrefixCommandBin string // use ffmpeg on different machine (ssh, wsl, ...) PrefixCommandParam []string // parameter (user, privatekey, ...) PrefixCommandCmdAsOne bool // append ffmpeg command as one parameter }
Configuration ...
func Configure ¶
func Configure() (Configuration, error)
Configure Get and set FFmpeg and FFprobe bin paths
func PrefixConfigure ¶
func PrefixConfigure(ffmpegBin string, ffprobeBin, prefixCommand string, cmdAsParam bool) (Configuration, error)
initialize configuration to use prefix command actually it is only supported to append ffmpeg at the end of the command
Click to show internal directories.
Click to hide internal directories.