Difference between revisions of "MP3packer"

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
m
(External links: Fix broken forum links.)
 
(16 intermediate revisions by 6 users not shown)
Line 1: Line 1:
 
{{Software Infobox
 
{{Software Infobox
 
| name = MP3packer
 
| name = MP3packer
| screenshot = [[Image:MP3packer-screenshot.png|250px|MP3packer screenshot]]
+
| logo =
 +
| screenshot = [[Image:WinMP3Packer-screenshot.png|250px|WinMP3Packer screenshot]]
 
| caption = rearrange and compress MP3 data
 
| caption = rearrange and compress MP3 data
| maintainer = Reed Wilson
+
| maintainer = Reed Wilson (Omion)
| stable_release = [http://omion.dyndns.org/mp3packer/mp3packer-1.17.rar 1.17] (23-05-2007)
+
| stable_release = 2.04 (2012-08-31)
 
| preview_release =  
 
| preview_release =  
 
| operating_system = Windows and Linux
 
| operating_system = Windows and Linux
 
| use = rearrange, compress
 
| use = rearrange, compress
 
| license = GPL
 
| license = GPL
| website = [http://omion.dyndns.org/mp3packer/mp3packer.html/ Homepage]
+
| website = unknown
 
}}
 
}}
  
=Introduction=
+
= Introduction =
'''MP3packer''' is a program which can rearrange the data within an [[MP3]] to fulfill specific goals. By default, the program generates the smallest [[MP3]] possible (with the least padding). However, many people also use it to turn [[VBR]] files into [[CBR]] for use with players which don't support [[VBR]].
+
'''MP3packer''' is a program which can rearrange the data within an [[MP3]] to fulfill specific goals. By default, the program generates the smallest MP3 possible (with the least padding). However, many people also use it to turn [[Variable Bitrate|VBR]] files into [[Constant Bitrate|CBR]] for use with players which don't support VBR.
  
It can save space by storing frame data in the smallest possible frame. Usually MP3s are already stored in the most efficient way possible. However, for high-bitrate [[CBR]] files (like --preset insane) there can be a lot of wasted space
+
It can save space by storing frame data in the smallest possible frame. Usually MP3s are already stored in the most efficient way possible. However, for high-bitrate CBR files (like -b 320) there can be a lot of wasted space.
  
==Features==
+
== Features ==
 
+
* Can make CBR ''-b 320'' files up to 10 % smaller [[lossless]]ly (depending on the [[LAME]] version used)
* Can make --preset insane files up to 10% smaller [[lossless|losslessly]] (depending on the [[LAME]] version used)
+
* Squeezes out all the padding it can from any MP3 (Will not produce a larger file, unless you use the -b switch or something goes wrong)
* Squeezes out all the padding it can from any [[MP3]] (Will not produce a larger file, unless you use the -b switch or something goes wrong)
+
* Writes valid LAME [[Xing]] header for proper VBR seeking
* Writes valid [[LAME]] / [http://de.wikipedia.org/wiki/Xing-Header/ XING header] for proper [[VBR]] seeking
+
* Provides the ability to losslessly turn VBR files into larger CBR files to humor players which can't handle VBR
* Many people also use this backwards, to losslessly turn [[VBR]] into larger [[CBR]] files to humor players which can't handle [[VBR]]
+
 
* Includes a brute-force compression optimization option to further compress files
 
* Includes a brute-force compression optimization option to further compress files
* works on directories
+
* Supports Unicode file names and paths
 +
* Supports encoding an entire directory of files
 +
* Multi-core support
 +
* 64-bit support (precompiled Windows executable builds for 32 and 64 bit available)
 +
* There is a limitation in that it cannot repack Freeformat MP3s
  
==How It Works==
+
== How It Works ==
 
'''-z switch:'''
 
'''-z switch:'''
The default operation is to choose the minimum frame size to fit the data and will also minimize the data size. This is completely [[lossless]], and is equivalent to decompressing a ZIP file and recompressing with a more aggressive setting. It attempts to minimize the data by doing a brute-force search for the optimal parameters, so it takes much longer than it would normally.
+
The default operation is to choose the minimum frame size to fit the data and will also minimize the data size. This is completely lossless, and is equivalent to decompressing a ZIP file and recompressing with a more aggressive setting. It attempts to minimize the data by doing a brute-force search for the optimal parameters, so it takes much longer than it would normally.
  
 
'''-b switch:'''
 
'''-b switch:'''
Line 38: Line 42:
 
The -r switch will attempt to always push data as far up as possible, even if a minimum bitrate is not specified. Conversely, the -R switch will push the data into previous frames as possible
 
The -r switch will attempt to always push data as far up as possible, even if a minimum bitrate is not specified. Conversely, the -R switch will push the data into previous frames as possible
  
==Operating Systems==
+
== Operating Systems ==
 
* Windows
 
* Windows
 
* Linux
 
* Linux
* should work perfectly on any other platform with an OCaml port
+
* Platforms with an OCaml port
 +
 
 +
== WinMP3Packer ==
 +
Created by Chris Close (psyllium) '''WinMP3Packer''' is a graphical front-end to the mp3packer.exe program. It is a Windows only program that requires Microsoft .NET Runtime version 2.0 and has been tested on Windows 2000 & XP (XP SP2).
 +
 
 +
The latest version allows the user to upgrade the mp3packer version by adding the mp3packer.exe into main WinMP3Packer directory.
 +
 
 +
* The latest release is '''1.0.18-alpha''' (13-06-2007)
 +
 
 +
== External links ==
 +
* [https://hydrogenaud.io/index.php/topic,32379.0.html MP3packer: hydrogenaudio forum]
 +
* [https://hydrogenaud.io/index.php?topic=40780.0 WinMP3Packer: hydrogenaudio forum]
 +
* [http://jaybeee.themixingbowl.org/winmp3packer/WinMP3Packer-1.0.18-alpha-2.04.7z WinMP3Packer: Download] <small>(packaged with mp3packer v2.04)</small>
 +
 
  
==External links==
 
* [http://omion.dyndns.org/mp3packer/mp3packer.html/ MP3packer: Homepage]
 
* [http://omion.dyndns.org/mp3packer/mp3packer-1.17.rar MP3packer: Download]
 
* [http://www.hydrogenaudio.org/forums/index.php?showtopic=40780 MP3packer: Windows GUI]
 
* [http://omion.dyndns.org/mp3packer/mp3packer.html#changelog MP3packer: changelog]
 
* [http://www.hydrogenaudio.org/forums/index.php?showtopic=32379 MP3packer: hydrogenaudio forum]
 
  
 
[[Category:Software]]
 
[[Category:Software]]

Latest revision as of 06:23, 22 September 2022

MP3packer
WinMP3Packer screenshot
rearrange and compress MP3 data
Developer(s) Reed Wilson (Omion)
Release information
Initial release {{{released}}}
Stable release 2.04 (2012-08-31)
Preview release
Compatibility
Operating system Windows and Linux
Additional information
Use rearrange, compress
License GPL
Website unknown

Introduction

MP3packer is a program which can rearrange the data within an MP3 to fulfill specific goals. By default, the program generates the smallest MP3 possible (with the least padding). However, many people also use it to turn VBR files into CBR for use with players which don't support VBR.

It can save space by storing frame data in the smallest possible frame. Usually MP3s are already stored in the most efficient way possible. However, for high-bitrate CBR files (like -b 320) there can be a lot of wasted space.

Features

  • Can make CBR -b 320 files up to 10 % smaller losslessly (depending on the LAME version used)
  • Squeezes out all the padding it can from any MP3 (Will not produce a larger file, unless you use the -b switch or something goes wrong)
  • Writes valid LAME Xing header for proper VBR seeking
  • Provides the ability to losslessly turn VBR files into larger CBR files to humor players which can't handle VBR
  • Includes a brute-force compression optimization option to further compress files
  • Supports Unicode file names and paths
  • Supports encoding an entire directory of files
  • Multi-core support
  • 64-bit support (precompiled Windows executable builds for 32 and 64 bit available)
  • There is a limitation in that it cannot repack Freeformat MP3s

How It Works

-z switch: The default operation is to choose the minimum frame size to fit the data and will also minimize the data size. This is completely lossless, and is equivalent to decompressing a ZIP file and recompressing with a more aggressive setting. It attempts to minimize the data by doing a brute-force search for the optimal parameters, so it takes much longer than it would normally.

-b switch: Setting the -b switch will set the minimum bitrate for each frame. Using this switch will make more room in small frames for other frames' data, so it will also generally reduce the maximum bitrate as well. There is no direct control over the maximum bitrate, since there may simply be too much data to fit into a smaller frame. The exact format of the parameter is a bit odd: if the bitrate given is a valid frame bitrate, the minimum bitrate is dithered between padded and unpadded frames. If the bitrate is one more than a valid frame bitrate, then the minimum is a padded frame of bitrate one less than the given. Anything else is rounded up to the next highest unpadded bitrate.

-r, -R switches: After mp3packer has chosen an output bitrate for a given frame, there is generally a range of positions to put the actual data. The data can be packed as much as possible into the previous frame, or it can be set to fill up the current frame as much as possible. Usually it is best to put as much as possible into previous frames, since this will maximize the space available for any subsequent frames. However, if the minimum bitrate is adds enough padding, there is no reason to cram the data into previous frames; it's just going to move around the padding. The default is to pack as far behind as possible if the -b switch is not given, since there is usually no problem filling up the frames. If a minimum bitrate is specified then the frames are pushed as far up as possible without affecting any of the following frames. The -r switch will attempt to always push data as far up as possible, even if a minimum bitrate is not specified. Conversely, the -R switch will push the data into previous frames as possible

Operating Systems

  • Windows
  • Linux
  • Platforms with an OCaml port

WinMP3Packer

Created by Chris Close (psyllium) WinMP3Packer is a graphical front-end to the mp3packer.exe program. It is a Windows only program that requires Microsoft .NET Runtime version 2.0 and has been tested on Windows 2000 & XP (XP SP2).

The latest version allows the user to upgrade the mp3packer version by adding the mp3packer.exe into main WinMP3Packer directory.

  • The latest release is 1.0.18-alpha (13-06-2007)

External links