Documentation ¶
Index ¶
- type FfmpegExec
- func (instance *FfmpegExec) Convert(source, target string) (response string, err error)
- func (instance *FfmpegExec) ExecuteCommand(arguments ...string) (out string, err error)
- func (instance *FfmpegExec) GetPath(path string) (response string)
- func (instance *FfmpegExec) Help() (response string, err error)
- func (instance *FfmpegExec) IsInstalled() bool
- func (instance *FfmpegExec) Root() string
- func (instance *FfmpegExec) SetRoot(dir string) *FfmpegExec
- func (instance *FfmpegExec) Version() (response string, err error)
- type FfmpegHelper
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FfmpegExec ¶
type FfmpegExec struct {
// contains filtered or unexported fields
}
func NewExec ¶
func NewExec(execPath string) *FfmpegExec
func (*FfmpegExec) Convert ¶
func (instance *FfmpegExec) Convert(source, target string) (response string, err error)
func (*FfmpegExec) ExecuteCommand ¶
func (instance *FfmpegExec) ExecuteCommand(arguments ...string) (out string, err error)
func (*FfmpegExec) GetPath ¶
func (instance *FfmpegExec) GetPath(path string) (response string)
func (*FfmpegExec) Help ¶
func (instance *FfmpegExec) Help() (response string, err error)
func (*FfmpegExec) IsInstalled ¶
func (instance *FfmpegExec) IsInstalled() bool
func (*FfmpegExec) Root ¶
func (instance *FfmpegExec) Root() string
func (*FfmpegExec) SetRoot ¶
func (instance *FfmpegExec) SetRoot(dir string) *FfmpegExec
func (*FfmpegExec) Version ¶
func (instance *FfmpegExec) Version() (response string, err error)
type FfmpegHelper ¶
type FfmpegHelper struct { }
var (
Ffmpeg *FfmpegHelper
)
func (*FfmpegHelper) IsInstalled ¶
func (instance *FfmpegHelper) IsInstalled() bool
func (*FfmpegHelper) NewExec ¶
func (instance *FfmpegHelper) NewExec() *FfmpegExec
NewExec Creates new Git command
func (*FfmpegHelper) Version ¶
func (instance *FfmpegHelper) Version() (version string, err error)
Click to show internal directories.
Click to hide internal directories.