PDA

View Full Version : Fraunhofer IIS MP3 Surround Command Line Encoder V1.5


Sina™
12th July 2008, 13:07
Fraunhofer IIS mp3surround command line utilities include:

* mp3 command line encoder
* mp3 command line decoder
* encode and decode in mono, stereo and surround (1,2, and 6 channels)

New Version 1.5 (Encoder) and 1.4 (Decoder) now available (Whats New?)

http://www.all4mp3.com/tools/download.aspx?eula=thm_eula.html&File=mp3sEnc_Win32_FCRv15_20080530.zip&Name=Win32%20mp3%20command%20line%20encoder
http://www.all4mp3.com/tools/download.aspx?eula=thm_eula.html&File=mp3sDec_Win32_FCRv14_20080530.zip&Name=Win32%20mp3%20command%20line%20decoder

Whats New in Version 1.5:
New features - Encoder

* Minor changes and bugfixes.

Whats New in Version 1.4:
New features - Decoder

* Minor changes and bugfixes.

New features - Encoder

* OFL feature:
OFL (Original File Length) is a tool that puts information about the orignal file's length in the bitstream. A decoder that is aware of such OFL information can analyze it and then decode the bitstream having the same starting point and length as the original file (any codec delay or flushing at the end will be removed).
"-ofl" is the relevant switch.
* VBR encoding:
the encoder can now produce bitstreams encoded with variable bitrate. Therefore five modes are provided that can be invoked with the "-m"-switch.
"-m 1..5" (where "1" represents highest quality and "5" lowest average bitrate).
Note: When encoding in VBR mode, "-br 0" must be used. CBR encoding is applied by using "-m 0" and the desired bitrate, e.g. "-br 128000" for 128kbit/s
* VBRI header:
the encoder can prepend information about a VBR encoded bitstream by producing a so-called VBRI header (VBRI = VBR Index table).
"-vbri" is the relevant switch.