Documentation
¶
Overview ¶
MPC Utils has many utilities to process videos and images
Index ¶
- Variables
- func CheckErr(err error)
- func ConfigFolder() (configPath string)
- func CopyFile(source string, destination string) (err error)
- func DownloadImage(url string, path string) error
- func Exists(file string) bool
- func FileMD5(source string) (md5sum string, err error)
- func GetLocalIP() string
- func HomeFolder() (home string)
- func IsDir(file string) bool
- func IsVideo(file string) (is bool, name string, extension string)
- func MD5SumString(name string) string
- func ParseDate(date string) (parsedDate time.Time, err error)
- func SaveScreenshot(video string, time string, target string) (err error)
- type VideoInfo
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultSteps int = 30 // Default number of steps to navigate through the video, this changes the total of screenshots that will be taken
Functions ¶
func ConfigFolder ¶
func ConfigFolder() (configPath string)
HomeFolder finds home Folder for every OS
func DownloadImage ¶
DownloadImage downloads an image and saves it locally
Types ¶
Click to show internal directories.
Click to hide internal directories.