Skip to content

AWD178/go-ffrobe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 

Repository files navigation

go-ffrobe

simple wrapper for ffprobe command

file := &FFProbeMeta{}
meta := file.SetFile("path to file").GetMeta()
fmt.Println((meta[0].(map[string]interface{}))["duration"])

About

simple wrapper for ffprobe command

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages