Help - Search - Members - Calendar
Full Version: FLAC to WMA Lossless converter tool
Hydrogenaudio Forums > Hydrogenaudio Forum > Uploads
nightfly
I thought i'd share this tool that i made, and also provide a quick tutorial. So, with the proper components installed on the system, this bat file:

1. Takes a directory that contains FLAC files as input
2. Decodes them to WAV
3. Checks the WAV if it is truly lossless (auCDtect) and writes the result to log file
4. Converts the WAV to WMA Lossless
5. Deletes the WAV's and moves WMA's to user's Music\!Converted folder

Needed components:
1. WMEncoder
for x86: http://www.microsoft.com/downloads/details...;displaylang=en
for x64: http://www.microsoft.com/downloads/details...;displaylang=en

2. FLAC command line tools
http://flac.sourceforge.net/download.html

3. auCDtect: CD Authenticity Detector
http://true-audio.com/Free_Downloads

4. my converter:
Click to view attachment
(I'm sorry for the 7z format, but regular zip gets corrupted on upload somehow?)

Installation:
0. Download and install the required components

1. Create folder:
CODE
C:\Program Files\Flac2WMAL


2. Copy the following files to the above folder:
CODE
auCDtect.exe
flac.exe


3. Extract the converter (the attached zip) to the above folder

4. Double-click the contextmenu.reg file. This adds a menu item to all folders' right click menu that says "Convert to WMA Lossless" and executes the batch file.

Notes:
- This package was tested on Windows Vista x64 only. Should work on Vista x86 too (don't see a reason why not), but on Windows XP you may have to edit the output path in the bat file (substitute "Music" with "My Music")
- Feel free to edit the bat and reg to your likes
- Feel free to distribute this pack, be it modified or ontouched
- Please report bugs
- The file tags (meta data) are not preserved during the process
Nick.C
You don't state whether this process preserves tags.
nightfly
QUOTE (Nick.C @ Mar 10 2009, 09:12) *
You don't state whether this process preserves tags.


unfortunately it doesn't. for me it wasn't an issue, because i used WMP to auto-tag and auto-rename all files. smile.gif
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.