How do you batch convert ALAC to FLAC without any loss of quality on Windows?
+ Reply to Thread
Results 1 to 13 of 13
-
-
You can use clever FFmpeg-GUI.
1) Load the first alac file, click encode audio stream, set flac as encoder, click to batch.
2) click Batch tasks, drag all other alac files into and click execute.
Done. -
-
FLAC compresses the audio but it's still lossless. The command line option is --compression-level where zero is the fastest option but with larger file sizes (less compression) and --compression-level 8 is the slowest.
I've no idea if freac lets you configure the compression level, but scroll down to the encoding options section here.
https://xiph.org/flac/documentation_tools_flac.html
There's a lossless encoder comparison table here (using the default encoder settings, which would be compression level 5 for flac).
https://wiki.hydrogenaudio.org/index.php?title=Lossless_comparison
Foobar2000 will convert ALAC to FLAC for you. You might also need to download the free encoder pack.
https://www.foobar2000.org/windows
https://www.foobar2000.org/encoderpack
Edit: Foobar2000 can definitely be configured to copy the metadata, which I "think" includes album/cover art (I never add cover art to files myself).
It's not the latest version, but I uploaded a portable version of foobar2000 aimed at audio encoding here if you want to try it:
https://forum.videohelp.com/threads/396860-foobar2000-portable-%28for-audio-encoding%29Last edited by hello_hello; 12th Feb 2026 at 04:23.
Avisynth functions Resize8 Mod - Audio Speed/Meter/Wave - FixBlend.zip - Position.zip
Avisynth/VapourSynth functions CropResize - FrostyBorders - CPreview (Cropping Preview) -
To keep the cover art, you must copy it's stream.
After 1) close the app. In your target folder you'll find a BT_open.txt file.
Edit it with a text editor and change this:
toCode:-vn -sn -dn
Save the file and restart clever.Code:-map 0:1 -c:v copy -sn -dn
Continue with 2) -
I was just testing & used .mp3 files.
ProWo's method did not work for me.
I got an error at the end that stated zero byte file generated,etc.
It did work when I did not attempt to add album art but the file order was not the same as what I dragged into Clever.
There was a way to correct this but it is a time consuming process.
Most people want to run a batch script.
I'm not sure that would be possible.
I will see what else is suggested.
foobar was able to convert & tag with cover art.
I only tested it with a single file.
Again it takes some time.
If freac did what the OP wanted then that is good enough. -
-
I got it to work on the third try.
I must have answered some of the Messages incorrectly.
This one came up on the first song & then 9 more times when I dragged the rest into the batch list: I was not sure but I answered "Yes".
[Attachment 91173 - Click to enlarge]
Later I also answered this Message "Yes":
[Attachment 91174 - Click to enlarge]
The song names are changed to this:
01 - Sweet Revenge$_A0.flac
Not like the original:
01 - Sweet Revenge
The code is changed from this:
To this:Code:-map 0:0 -c:a flac -ar 44100
Code:-map 0:0 -c:a flac -ar 44100 -map 0:1 -c:v copy -sn -dn
-
Correct.
This are audio recodes, so there is no need to mux them.Later I also answered this Message "Yes":
You can answer NO here.
This is by design and ok so.The song names are changed to this:
01 - Sweet Revenge$_A0.flac
Not like the original:
01 - Sweet Revenge
Well done.The code is changed from this:
To this:Code:-map 0:0 -c:a flac -ar 44100
Code:-map 0:0 -c:a flac -ar 44100 -map 0:1 -c:v copy -sn -dn
-
-
@ ListyDoM,
Worked like a charm song titles & cover art.
If the OP wants 16-bit FLAC use this:
@ ProWo,Code:for %i in (*.m4a) do ffmpeg -i "%i" -c:a flac -sample_fmt s16 -vcodec copy "%~ni.flac"
I just like my song titles named a certain way.
They work better on players this way.
Keeping the correct playing order.
I have a batch renaming software so I can rename several files when I need to.
I will have to test it but I'm not sure my car stereo plays .FLAC
Similar Threads
-
Convert windows batch to linux
By che10 in forum LinuxReplies: 0Last Post: 16th May 2022, 19:08 -
Convert DFF files to wav or flac
By kirkmc in forum AudioReplies: 11Last Post: 16th Feb 2022, 10:14 -
How to convert WAV [PCM] to FLAC file?
By ConverterCrazy in forum Newbie / General discussionsReplies: 7Last Post: 14th Nov 2021, 11:19 -
How to convert wav to flac in FLAC Encoder?
By dzimi in forum AudioReplies: 5Last Post: 12th Sep 2021, 02:08 -
Does anyone know a very easy way to convert Dolby True HD to FLAC?
By Talhah in forum AudioReplies: 4Last Post: 15th Jul 2021, 12:10



Quote