diff options
author | mnag <mnag@FreeBSD.org> | 2005-10-01 21:28:47 +0800 |
---|---|---|
committer | mnag <mnag@FreeBSD.org> | 2005-10-01 21:28:47 +0800 |
commit | 287785629254b36f13e5c8d53e35b9b2656f54d9 (patch) | |
tree | 3d07e89a424a658ae8d54c2e33eeaff241a707cc /audio/Makefile | |
parent | e72f19163215dfdf6368fc94815a2ff94e6d1ee9 (diff) | |
download | freebsd-ports-gnome-287785629254b36f13e5c8d53e35b9b2656f54d9.tar.gz freebsd-ports-gnome-287785629254b36f13e5c8d53e35b9b2656f54d9.tar.zst freebsd-ports-gnome-287785629254b36f13e5c8d53e35b9b2656f54d9.zip |
New port
This is a command-line utility which tries to determine the encoder used to
create an mp3 file.
Each encoder has unique characteristics fingerprinted into each file. This
program analyzes algorithms that are used in any given file and determines which
encoder was used. For example the Xing encoder never uses short blocks.
PR: 86768
Submitted by: Emanuel Haupt <ehaupt@critical.ch>
Approved by: pav (mentor)
Diffstat (limited to 'audio/Makefile')
-rw-r--r-- | audio/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 63c6bd41224e..2c3017112565 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -301,6 +301,7 @@ SUBDIR += mp3ck SUBDIR += mp3encode SUBDIR += mp3gain + SUBDIR += mp3guessenc SUBDIR += mp3info SUBDIR += mp3mover SUBDIR += mp3rename |