Skip to content

Collection of Python scripts used for working with video files

Notifications You must be signed in to change notification settings

hozzer/py-video

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

py-video

Collection of Python scripts used for working with video files

url = "http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4"
video_info = mp4.Info(url)
video_info.get_duration()
>>> 596.4733333333334

About

Collection of Python scripts used for working with video files

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages