fb2k.net

March 29, 2009

Masstagger v1.8 released

Filed under: component, first-party — Canar @ 6:43 pm

Masstagger v1.8 has been released on the official site.

Change highlights:

  • customizable “auto track number” action
  • new “embed cuesheet” action

foobar2000 v0.9.6.4 released

Filed under: first-party, foobar2000 — Canar @ 6:40 pm

Change log:

  • Third party components can now register custom protocols with the File Types preferences page.
  • Removed the restriction of just one instance of specific DSP in a DSP chain.
  • Fixed incorrect handling of 3-channel and 5-channel FLAC and Vorbis files.
  • Converter now accepts alternate names for some of command-line encoder binaries (mpcenc.exe, oggenc2.exe).
  • Converter and File Operations components no longer strip trailing dots from names of created files.
  • Improved compatibility with dodgy Windows shell replacements.
  • Automated submission of crash reports.

Download link is available at the official site.

March 23, 2009

ALAC input, ASIO output updated

Filed under: component, first-party — shakey_snake @ 8:55 pm

The ALAC (Apple Lossless Audio Codec) decoding (v 1.0.3) and the ASIO (Audio Stream Input/Output) (v1.2.7) output components have been updated.

ALAC Decoding Support  notes:

  • Fixed a rare crash.

ASIO support notes:

  • Now correctly outputs digital silence when playback is muted

Download links for both components can be found at the official site.

(more…)

March 17, 2009

foobar2000 v0.9.6.4 beta 2 released

Filed under: beta, first-party, foobar2000 — Canar @ 2:23 am

Bugs fixed:

  • Crash when opening Musepack files with large (>64KB) ID3v2 tags.
  • Crash when calling some library_manager methods without a completion callback.
  • Nonsense in crash log when code bytes or stack dump cannot be retrieved.

Download link is available at the official site. Thank you to NullString for his submission! I’ve been getting lazy, but he’s good at reminding me.

March 14, 2009

How to encode to ALAC using foobar2000

Filed under: tips and tricks — Canar @ 9:56 pm

This one should be pretty easy. I thought it would be almost obvious. But someone asked on IRC and even assumed it was not possible. So, here is how you can encode to ALAC using foobar2000.

  1. Grab a copy of FFmpeg. I am currently hosting FFmpeg v0.5 here on the site because it’s kind of hard to find.
  2. Extract ffmpeg.exe somewhere. I recommend C:\Windows\System32.
  3. Go to Tools -> Converter -> Output formats -> Add new.
  4. Choose Encoder: Custom
  5. Click the “…” button, and browse to where you extracted ffmpeg.exe.
  6. Extension: m4a
  7. Parameters:  -i – -acodec alac %d
  8. Format is: lossless (or hybrid)
  9. Highest BPS supported: 16-bit
  10. Encoder name: ALAC

And now you can encode using ALAC just as you would with any other encoding format! Note that FFmpeg’s ALAC support still has a few bugs, notably the length of the file will be altered. (This means that it is not truly lossless, even though the audio content will not be altered.)

March 13, 2009

foobar2000 v0.9.6.4 beta 1 released

Filed under: beta, first-party, foobar2000 — Canar @ 7:25 pm

Change log:

  • Third party components can now register custom protocols with the File Types preferences page.
  • Removed the restriction of just one instance of specific DSP in a DSP chain.
  • Fixed incorrect handling of 3-channel and 5-channel FLAC and Vorbis files.
  • Converter now accepts alternate names for some of command-line encoder binaries (mpcenc.exe, oggenc2.exe).
  • Converter and File Operations components no longer strip trailing dots from names of created files.
  • Improved compatibility with dodgy Windows shell replacements.
  • Automated submission of crash reports.

Download link is available at the official site. Thank you to NullString for reminding me to post my draft!

Powered by WordPress