diff options
author | sat <sat@FreeBSD.org> | 2007-01-25 12:45:45 +0800 |
---|---|---|
committer | sat <sat@FreeBSD.org> | 2007-01-25 12:45:45 +0800 |
commit | 334e40841373eeb82d064b2eaf58eaad53cf3019 (patch) | |
tree | 18e2ebe03ae2cf72e532ac8ef24b4ebc6f8a2669 /sysutils/hachoir-metadata/pkg-descr | |
parent | 8bce0d3a4d3842dc3fc7745603b3ca709f4523d5 (diff) | |
download | freebsd-ports-gnome-334e40841373eeb82d064b2eaf58eaad53cf3019.tar.gz freebsd-ports-gnome-334e40841373eeb82d064b2eaf58eaad53cf3019.tar.zst freebsd-ports-gnome-334e40841373eeb82d064b2eaf58eaad53cf3019.zip |
Add ports sysutils/hachoir-metadata and sysutils/hachoir-urwid:
hachoir-metadata is tool to extract metadata from multimedia files
(sound, video, archives, etc.)
hachoir-urwid is the most sexy user interface based on hachoir-parser
to explore a binary file.
WWW: http://hachoir.org/wiki/hachoir-metadata
WWW: http://hachoir.org/wiki/hachoir-urwid
Diffstat (limited to 'sysutils/hachoir-metadata/pkg-descr')
-rw-r--r-- | sysutils/hachoir-metadata/pkg-descr | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sysutils/hachoir-metadata/pkg-descr b/sysutils/hachoir-metadata/pkg-descr new file mode 100644 index 000000000000..54694d3cd80f --- /dev/null +++ b/sysutils/hachoir-metadata/pkg-descr @@ -0,0 +1,13 @@ +hachoir-metadata is tool to extract metadata from multimedia files +(sound, video, archives, etc.) +* Support invalid / truncated files +* Unicode compliant (charset ISO-8859-XX, UTF-8, UTF-16), convert + string to your terminal charset +* Remove duplicate values (and if a string is a substring of another, + just keep the longest one) +* Set priority to value, so it's possible to filter metadata (option + --level) +* Only depends on hachoir-parser (and not on libmatroska, libmpeg2, + libvorbis, etc.) + +WWW: http://hachoir.org/wiki/hachoir-metadata |