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.
Responsible Changed From-To: freebsd-ports-bugs->mnag I'll take it.
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
State Changed From-To: open->closed New port added. Thanks!