diff options
author | wen <wen@FreeBSD.org> | 2012-10-25 15:13:12 +0800 |
---|---|---|
committer | wen <wen@FreeBSD.org> | 2012-10-25 15:13:12 +0800 |
commit | c355714c74be024ca96f135ac225ce8e325169cb (patch) | |
tree | 8968024e82e0fb8d034b5ab1c9c90183a74c7b56 /multimedia/Makefile | |
parent | 6ace8f15caacd3bd73b4fb6616be99c45d9f1e56 (diff) | |
download | freebsd-ports-gnome-c355714c74be024ca96f135ac225ce8e325169cb.tar.gz freebsd-ports-gnome-c355714c74be024ca96f135ac225ce8e325169cb.tar.zst freebsd-ports-gnome-c355714c74be024ca96f135ac225ce8e325169cb.zip |
Python module to parse metadata in video files
You can parse any video file. If a parse error occurs, it will throw a
ParseError exception. To see what data has been parsed, you can print
the object.
WWW: https://github.com/Diaoul/enzyme
PR: 172889
Submitted by: William Grzybowski <william88@gmail.com>
Feature safe: yes
Diffstat (limited to 'multimedia/Makefile')
-rw-r--r-- | multimedia/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/multimedia/Makefile b/multimedia/Makefile index c3ad5cf1b749..ce4ccc3b40fd 100644 --- a/multimedia/Makefile +++ b/multimedia/Makefile @@ -266,6 +266,7 @@ SUBDIR += pvrxxx SUBDIR += pwcbsd SUBDIR += pwcview + SUBDIR += py-enzyme SUBDIR += py-gstreamer SUBDIR += py-kaa-base SUBDIR += py-kaa-imlib2 |