HydrogenAudio

Lossy Audio Compression => MP3 => MP3 - General => Topic started by: Mangix on 2013-09-28 20:37:00

Title: packMP3 now open source!
Post by: Mangix on 2013-09-28 20:37:00
http://encode.ru/threads/1807-packMP3-v1-0...nder-the-GPL-v3 (http://encode.ru/threads/1807-packMP3-v1-0d-release-Open-source-under-the-GPL-v3)

I made a few observations of the tool in the second post of that thread.

It shrinks mp3 data losslessly and not much more. the tags and other data seems to be packed using some basic algorithm.

mp3packer also seems to hurt compression if applied to 320kbps CBR files. This could be different for different encoders(I only tested LAME) so more testing is needed.

On that last point, the author also created packJPG and the same pattern exists there. Processing a JPEG file with jpegtran -optimize or -progressive results in a bigger compressed size.

Anyway, interesting tool to play with.
Title: packMP3 now open source!
Post by: Dude111 on 2013-11-27 04:02:07
Good lets hope this allows further development
Title: packMP3 now open source!
Post by: no404error on 2013-11-28 08:52:13
Better?
packMP3 is for a different porpose than mp3packer.


The file compressed by mp3packer is playable, but the file compressed with packmp3 is not playable.

Playable. foobar2000, Command-Line Decoder Wrapper, "packMP3 - < %s > %d"
packMP3 compresses a MP3 file the same way an archiver like 7zip does, only the algorithm used by the program is different.

packMP3 stores only one file per archive.
Title: packMP3 now open source!
Post by: naturfreak on 2013-11-28 12:00:13
Playable. foobar2000, Command-Line Decoder Wrapper, "packMP3 - < %s > %d"

Yes, playable by a few programs, but not all audio players.

packMP3 stores only one file per archive.

Yes, you are right. It is more like gzip, not 7zip. Only for single mp3 files.