Difference between revisions of "Foobar2000:Free Encoder Pack"

From Hydrogenaudio Knowledgebase
Jump to: navigation, search
m (Added to category.)
(Converted encoder list to table and added instructions on using "fhgaacenc".)
Line 16: Line 16:
 
}}
 
}}
 
The '''Free Encoder Pack''' gives [[foobar2000]] users the ability to utilize additional command-line encoders when converting audio files.
 
The '''Free Encoder Pack''' gives [[foobar2000]] users the ability to utilize additional command-line encoders when converting audio files.
 +
 +
For standard installations of foobar2000, the files are extracted to a new folder in the foobar2000 installation directory called "encoders".
  
 
==Encoders==
 
==Encoders==
* [[AAC]] (fhgaacenc) - requires [[Winamp]] to be installed
+
{| class="wikitable"
* AAC + [[Apple Lossless]] ([[QAAC|qaac]]) - requires [[iTunes]] to be installed
+
|-
* Apple Lossless (refalac)
+
! Encoder
* [[FLAC]]
+
! Tool
* [[MP3]] ([[LAME]])
+
! Version
* [[Musepack]]
+
! Notes
* [[Ogg Vorbis]]
+
|-
* [[Opus]]
+
| rowspan="2" | [[AAC]]
* [[WavPack]]
+
| fhgaacenc
<!-- Add in steps for using fhgaacenc and qaac
+
| 20151024
 +
| Requires [[Winamp]] 5.62 or newer
 +
|-
 +
| rowspan="2" | [[QAAC|qaac]]
 +
| rowspan="2" | 2.68
 +
| rowspan="2" | Requires [[iTunes]]
 +
|-
 +
| rowspan="2" | Apple Lossless
 +
|-
 +
| refalac
 +
| 1.68
 +
|
 +
|-
 +
| [[FLAC]]
 +
|
 +
| 1.3.3
 +
|
 +
|-
 +
| [[MP3]]
 +
| [[LAME]]
 +
| 3.100
 +
|
 +
|-
 +
| [[Musepack]]
 +
|
 +
| 1.30.0
 +
|
 +
|-
 +
| [[Ogg Vorbis]]
 +
|
 +
| 2.88
 +
| Uses libVorbis 1.3.6
 +
|-
 +
| [[Opus]]
 +
|
 +
| 0.2
 +
| Uses libopus 1.3.1
 +
|-
 +
| [[WavPack]]
 +
|
 +
| 5.1.0
 +
|
 +
|}
 
===fhgaacenc===
 
===fhgaacenc===
 +
fhgaacenc allows foobar2000 to utilize the Winamp [[FhG AAC]] codec, however the following steps are required to use it with the [[foobar2000:Converter|Converter]] component:
 +
 +
* Download a 5.6.2+ (but pre-5.8) version of Winamp, as {{code|enc_fhgaac.dll}} is not included in 5.8+.
 +
* Open the setup exe file as an archive using a tool such as 7-Zip.
 +
* Copy the following files directly to the foobar2000 "encoders" folder:
 +
** {{code|Plugins\enc_fhgaac.dll}}
 +
** {{code|libmp4v2.dll}}
 +
* Restart foobar2000 to use the "AAC (Winamp FhG)" option when converting files.
  
===qaac===
 
-->
 
 
==External links==
 
==External links==
 
* {{foobar2000|https://www.foobar2000.org/encoderpack|Free Encoder Pack}}
 
* {{foobar2000|https://www.foobar2000.org/encoderpack|Free Encoder Pack}}
 
* [https://github.com/tmkk/fhgaacenc/ fhgaacenc] on GitHub
 
* [https://github.com/tmkk/fhgaacenc/ fhgaacenc] on GitHub
 
* [https://github.com/nu774/qaac qaac] on GitHub
 
* [https://github.com/nu774/qaac qaac] on GitHub
 +
* [https://github.com/wieslawsoltes/BatchEncoder/wiki/Tutorial-Using-qaac-without-iTunes Using qaac without iTunes] on GitHub
  
 
[[Category:foobar2000]]
 
[[Category:foobar2000]]

Revision as of 20:57, 28 November 2019

foobar2000 Free Encoder Pack

Developer(s) Peter Pawlowski
Release information
Initial release Unknown
Stable release 2019-08-04 (August 4, 2019)
Preview release
Compatibility
Operating system Windows
Additional information
Use Encoder distribution
License Various, inc. GPL
Website {{{website}}}

The Free Encoder Pack gives foobar2000 users the ability to utilize additional command-line encoders when converting audio files.

For standard installations of foobar2000, the files are extracted to a new folder in the foobar2000 installation directory called "encoders".

Encoders

Encoder Tool Version Notes
AAC fhgaacenc 20151024 Requires Winamp 5.62 or newer
qaac 2.68 Requires iTunes
Apple Lossless
refalac 1.68
FLAC 1.3.3
MP3 LAME 3.100
Musepack 1.30.0
Ogg Vorbis 2.88 Uses libVorbis 1.3.6
Opus 0.2 Uses libopus 1.3.1
WavPack 5.1.0

fhgaacenc

fhgaacenc allows foobar2000 to utilize the Winamp FhG AAC codec, however the following steps are required to use it with the Converter component:

  • Download a 5.6.2+ (but pre-5.8) version of Winamp, as enc_fhgaac.dll is not included in 5.8+.
  • Open the setup exe file as an archive using a tool such as 7-Zip.
  • Copy the following files directly to the foobar2000 "encoders" folder:
    • Plugins\enc_fhgaac.dll
    • libmp4v2.dll
  • Restart foobar2000 to use the "AAC (Winamp FhG)" option when converting files.

External links