Questions tagged [flac]

FLAC (Free Lossless Audio Codec) is a codec (compressor-decompressor) which allows digital audio to be losslessly compressed such that file size is reduced without any information being lost.

Digital audio compressed by FLAC's algorithm can typically be reduced to 50–60% of its original size, and decompressed into an identical copy of the original audio data.

FLAC is an open format with royalty-free licensing and a reference implementation which is free software. FLAC has support for metadata tagging, album cover art, and fast seeking.

Though FLAC playback support in portable audio devices and dedicated audio systems is limited compared to formats like MP3 or uncompressed PCM, FLAC is supported by more hardware devices than competing lossless compressed formats like WavPack.

Composition

The FLAC project consists of:

The stream formats
A simple container format for the stream, also called FLAC (or Native FLAC)
libFLAC, a library of reference encoders and decoders, and a metadata interface
libFLAC++, an object wrapper around libFLAC
flac, a command-line program based on libFLAC to encode and decode FLAC streams
metaflac, a command-line metadata editor for .flac files and for applying ReplayGain
Input plugins for various music players (Winamp, XMMS, foobar2000, musikCube, and many more)
With Xiph.org incorporation, the Ogg container format, suitable for streaming (also called Ogg FLAC)
55 questions
33
votes
9 answers

Native flac .cue splitter

I have some .flac albums I ripped as one big file to save some space (Lossless CD rips are roughly 500MB each). Now that I have more storage I would like to split them back to their original files. Is there a native .flac/.cue splitter for…
Mark Kirby
  • 18,949
  • 19
  • 79
  • 116
29
votes
6 answers

Convert lossless m4a to flac

I tried to convert a file with pacpl, but I get the well-known "256" error. With the -v flag, the FAQ of pacpl tells me: "The file you are trying to convert is a lossless .m4a file. The format is not yet supported by FAAC/FAAD." Since…
15
votes
3 answers

How to rip an audio CD into flac

Hello I tried to rip some Audio CDs into the lossless flac format. Flac has different compression rates and multiple arguments which can be passed. Normally I like to use flac with the argument -V8 which means, that the ripped content is validated…
eDeviser
  • 2,149
  • 7
  • 24
  • 37
12
votes
1 answer

Batch-convert and split .ape with .cue to .flac in various folders from terminal

I have a 44GB (yes, forty-four) folder of .ape CD files. Each .ape is a complete CD, and there is usually a .cue file along with each .ape. I need to convert but not split these, since there's no cue data to go by. There are also some .jpgs and…
12
votes
3 answers

How do I convert WAV to FLAC and FLAC to OGG?

How do I convert a Waveform Audio File (".wav") to the Free Lossless Audio Codec (".flac")? In addition, how do I convert Free Lossless Audio Codec (".flac") files to Ogg Vorbis (".ogg") files, for use on mobile devices? The requirement to convert…
10
votes
1 answer

How to convert ALAC to FLAC?

I have some ALAC files (.m4a) that I want to convert to FLAC (.flac). How can I do this?
N.N.
  • 18,589
8
votes
1 answer

Use abcde to produce high quality flac and mp3 output with album art under Xenial?

Xenial Xerus has a nice modern version of abcde: andrew@athens:~$ abcde -v | head -n 1 This is abcde v2.7.1. I would like to use this to produce: High quality mp3 files for my portable player Lossless flac files as an archival backup Suitable…
andrew.46
  • 39,359
7
votes
2 answers

How to specify flac compression level when converting with avconv?

I am trying to convert some aac files to flac files, because aac is not supported by another device I use. After some multiple attempts to find a solution, searching the Internet, I finally read that ffmpeg was replaced with avconv and that avconv…
7
votes
2 answers

Rhythmbox won't import or play flac files

I have a new installation of 12.04 and I just copied over all my music to the ~/Music folder. Rhythmbox found all the mp3 and ogg files, but it refuses to import flac files. They simply do not appear in my music library. If I start Rhythmbox on the…
Dan Drake
  • 351
7
votes
3 answers

How to convert WMA lossless to FLAC?

I have some CDs that I want to convert to FLAC. Banshee can't find their metadata, but Windows Media Player can. I figured there are two workarounds: Rip all CDs using Windows Media Player WMA-lossless, and batch-convert to FLAC with…
Adam Matan
  • 12,919
6
votes
2 answers

APE + CUE in Rhythmbox

I can open ape file in my Rhythmbox and it plays ok. But it doesn't fetch cue file, so I can't see songs list, only one line in the player with huge duration. What should I do to configure Rhythmbox? Files: cd1.ape and cd1.cue Cue text: ... FILE…
Sergey
  • 61
  • 1
  • 3
6
votes
1 answer

removing all image metadata using the command line using metaflac

If an image/cover art is added to a flac file using metaflac --import-picture-from="/tmp/del/image_jpg.jpg" "/tmp/del/test.flac" I can delete all metadata from a flac file using metaflac --remove-all-tags "/tmp/del/test.flac" But the image remains…
Rick T
  • 2,303
5
votes
3 answers

Converting DSD-Audio (.dsf, .dff) to Flac

so I have got a couple of SACD rips from my Windows-PC as .dsf files on my Hard-Drive. Now I would like to eventually encode those in opus , to play them on my phone. To be able to do that, I need to first convert them into some lossless audio codec…
5
votes
3 answers

How do I mount a .cue/.wav

I have a .cue file which points to a .flac How can I mount the image as if it were an audio CD? Is it necessary to decode the .flac file into .wav and edit the cue sheet to point to a .wav file instead (it currently points to the flac)? I want to…
wim
  • 13,088
5
votes
0 answers

Converting from shorten (.shn) audio files with error: "failed to read data from input file using format"

Since I can't find the answer here and I would like to be able to do so the next time I need to do this, here is how to convert shorten (.shn) audio files to another format that ffmpeg can handle (e.g., flac, wav). A lot of the old information out…
bvargo
  • 606
1
2 3 4