Bug 86768 - new port: audio/mp3guessenc - Utility for guessing which encoder was used to encode an mp3 file
Summary: new port: audio/mp3guessenc - Utility for guessing which encoder was used to ...
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Marcus Alves Grando
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-09-30 23:50 UTC by Emanuel Haupt
Modified: 2005-10-01 14:31 UTC (History)
0 users

See Also:


Attachments
mp3guessenc.shar (2.89 KB, text/plain)
2005-09-30 23:50 UTC, Emanuel Haupt
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Emanuel Haupt 2005-09-30 23:50:18 UTC
new port: audio/mp3guessenc - Utility for guessing which encoder was used to encode an mp3 file

This is a program which analyzes an mp3 file and guesses which encoder was
used.

All encoders have some characteristics in encoded MP3 file. For example, Xing
encoder never uses short block. This program analyzes which features are used in
the given MP3 file and guesses which encoder is used to encode the MP3 file.

The guess is not always correct.
Comment 1 Marcus Alves Grando freebsd_committer freebsd_triage 2005-09-30 23:53:54 UTC
Responsible Changed
From-To: freebsd-ports-bugs->mnag

I'll take it.
Comment 2 Emanuel Haupt 2005-10-01 13:14:52 UTC
hi marcus

could you please apply the following patch to pkg-descr. it is a
bit more smooth :-)

cheers,
emanuel

--- pkg-descr.patch begins here ---
--- pkg-descr.orig	Sat Oct  1 13:57:52 2005
+++ pkg-descr	Sat Oct  1 14:11:14 2005
@@ -1,10 +1,8 @@
-This is a program which analyzes an mp3 file and guesses which encoder was
-used.
+This is a command-line utility which tries to determine the encoder used to
+create an mp3 file.
 
-All encoders have some characteristics in encoded MP3 file. For example, Xing
-encoder never uses short block. This program analyzes which features are used in
-the given MP3 file and guesses which encoder is used to encode the MP3 file.
-
-The guess is not always correct.
+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.
 
 WWW: http://shibatch.sourceforge.net
--- pkg-descr.patch ends here ---

-- 
GnuPG key id: 0x55E67774         Download: http://pgp.mit.edu:11371
Key fingerprint: 17B3 FD8F BA68 4AB4 10FD  A9D1 AD52 6588 55E6 7774
Comment 3 Marcus Alves Grando freebsd_committer freebsd_triage 2005-10-01 14:31:12 UTC
State Changed
From-To: open->closed

New port added. Thanks!