Use this tag only on questions, where the FLAC format is relevant, like encoding, decoding, editing tools or compatibility. Don't use it, if the issue can be reproduced with any audio format.
Questions tagged [flac]
52 questions
10
votes
3 answers
Copy all tags from one FLAC file to another?
Is there a way to copy all tags from one FLAC file to another seamlessly using a command-line tool?

Naftuli Kay
- 39,676
2
votes
1 answer
Add missing length headers to flac file created by streaming
As I have recently learned, flac files created by piping encoded flac data to STDOUT are missing certain pieces of metadata, in particular information about the length of the recording.
Is it possible to retroactively add this data without decoding…

malexmave
- 133
2
votes
1 answer
Why two .flac files which, allegedly, contain the same data, vary so much in size?
I would like to know why two .flac files which, allegedly, contain the same data, vary so much in size.
I got two .flac files of the same music album (same songs, same track lengths, etc.), but they differ in 500+ MB, and I don't understand why.

Jack Mills
- 31
0
votes
1 answer
Analyse flac files in folder and delete all files with a bitrate under 950kbps
I'm looking for a simple shell command that analyses all flac files in a folder and deletes all files that have a lower bitrate than 950kbps.
Now I have to fire up Clementine, browse to the folder, sort the files and delete manually. That's all I…