FLAC (acronym for Free Lossless Audio Codec) is an audio compression codec without loss of information.

learn more… | top users | synonyms

0
votes
0answers
18 views

Adobe Premiere Installing Plugin Not Working

I have tried and tried to install the FLAC Importer 64 1.0 plugin on CS6 but with no luck. I have put the .prm file in these locations and still I can't import FLAC files. C:\Program ...
3
votes
1answer
39 views

How to merge FLAC files into single, eventually chaptered, file?

Windows Phone doesn't support gapless audio playback, so albums whose tracks are meant to segue into one another are ruined (there's a pause or a click when switching tracks). I would like to try ...
1
vote
2answers
61 views

Split audio file with cue file

I have a FLAC file and a CUE file. Using the command line, I would like to split this file, with one track per file.
5
votes
3answers
299 views

What is the difference between WAV and FLAC?

My understanding is that the wav and flac formats are containers for lossless audio. I have seen the flac format as being perhaps better because it is able to losslessly compress audio from say a wav ...
1
vote
2answers
264 views

How to compare two lossless audio files?

I have an M4A file which is also converted to a FLAC file. I'd like to see if the conversion is lossless, namely, whether the output to pcm from M4A is exactly identical to the one from FLAC decoding. ...
0
votes
1answer
103 views

Store temporary WAV files on local disk with Exact Audio Copy (EAC)

Using EAC I am storing FLAC files on a NAS drive. EAC rips a WAV file first then creates a FLAC file and then deletes the WAV file. When selecting the NAS drive for storage of the FLAC files, the WAV ...
0
votes
1answer
323 views

Can't convert FLAC to MP3 with FFmpeg

How can I convert FLAC to MP3 using FFmpeg? What I've tried: ffmpeg -i "file.flac" "file.mp3" Stream mapping: Stream #0:0 -> #0:0 (flac -> ?) Encoder (codec none) not found for output ...
2
votes
1answer
732 views

foobar2000 couldn't play a cue file

I have just installed foobar2000 to play my new album (In a folder there are over 30 flac files, a cue file and other stuff) but it couldn't play the cue file. However, it can play single or multiple ...
1
vote
1answer
125 views

ZFS & Deduplicating FLAC Data

I'm experimenting with using ZFS to deduplicate a large library of FLAC files. The purpose of this is twofold: Reduce storage utilization Reduce bandwidth needed to sync the library with cloud ...
0
votes
1answer
155 views

Is there a modern Windows FLAC encoder application? [closed]

I've decided I want to use FLAC for my music library, but I'm not sure what I should be using to encode the FLAC files. The latest release on flac.sourceforge.net is 5 years old, as are all of the ...
3
votes
0answers
423 views

Converting FLAC to ALAC, preserving tags - in a script

I'm currently building a script to maintain parallel music libraries, because I have devices that can't play FLAC, but prefer to store my music in that format. However, I'm having some trouble with ...
0
votes
1answer
704 views

How to convert mp3 to flac

Can someone tell me how to convert a mp3 audio file to flac format using ffmpeg? I Googled extensively, but almost all resources point to converting flac to mp3, something like ffmpeg -i "input.flac" ...
4
votes
2answers
164 views

What are the basic components of an “audiophile” PC? [closed]

For the purpose of listening to lossless files (i.e., FLAC), is it simply a high quality sound card + high quality speaker?
2
votes
2answers
575 views

Determining Framerate of H.264 stream

I have encoded a video from Lagarith to H.264 using x264, and I might have inadvertently forgotten to write down it's framerate. The video stream itself isn't in any container (just a h264 file), so ...
4
votes
1answer
729 views

Understanding conversion and (de)compression of lossless audio

I have a few questions concerning lossless audio. I'm considering ripping my entire music collection to lossless .flac, but I want to understand a few things about it first. If I have a file that is ...
1
vote
4answers
2k views

How can I make a FLAC+cue from multiple FLAC files?

I've tried Googling but can only find guides for the other way around. I have a few flac files from an album, all properly tagged. I'd like to make them into a single flac file with a cuesheet ...
0
votes
1answer
133 views

Burn many audio file types to CD while still keeping quality?

I have a bunch of many MP3, FLAC, APE and WAV files and I want to burn them to a single CD which will be played on a car CD player, while still keeping their quality at highest level. How can I do ...
2
votes
3answers
698 views

What constitues 24-bit FLAC?

I know there is 16-bit, then there is 24-bit. Now I know 24-bit is higher quality, but is there a difference is kbps or what?
2
votes
4answers
848 views

Command line tool to write flac, ogg vorbis and mp3 id3v2 meta data?

Is there any command line tool that can write all three formats/containers? I've already searched but could not find anything that does the job. So far I'm using vorbiscomment, metaflac and id3tool ...
5
votes
3answers
3k views

OS X alternatives to iTunes for playing FLAC

I am new to OS X and their player iTunes doesn't seem to like FLAC (they support only ALAC). I am looking for a player to play FLACs. I know VLC does the job, but is there any player that can: ...
6
votes
1answer
893 views

Which lossless audio format should I use when storing them on my NAS?

I have started a project of ripping my big collection of CDs and storing them on my NAS. Since I care for audio quality I have decided to store them in a lossless format. Right now I have tried to use ...
1
vote
1answer
805 views

How to split big flac file int tracks and fill the id3 tag?

I have a music album, but whole album is in single flac file and tracks are listed in cue file. So I'd like to split it into tracks, but also fill the id3 tags and name files by track name.
7
votes
1answer
3k views

Convert audio file to FLAC with ffmpeg?

can I convert one of this format to compatible 16000.0 Sample Rate FLAC file? kAudioFormatLinearPCM = 'lpcm', kAudioFormatAppleIMA4 = 'ima4', kAudioFormatMPEG4AAC ...
0
votes
3answers
233 views

What tools similar to Tag&Rename exist?

I've got a media library consisting of a set of roughly 8000 MP3 (purchased from Amazon MP3), AAC (purchased from the iTunes Music Store - Unencrypted), and FLAC (ripped from my own physical disks) ...
10
votes
2answers
6k views

Can Apple Lossless audio be converted to FLAC with no loss of fidelity?

Can Apple Lossless audio files (ALAC) be converted to FLAC audio files with no loss of fidelity?
0
votes
1answer
198 views

Where can I download fluke?

I am a Mac user, playing media using iTunes. I recently heard about using fluke to import FLAC files into iTunes, but it seems that the fluke project isn't around any more. All links pointing to it ...
4
votes
2answers
180 views

Application that is able to edit FLAC files

Does anyone know one? If possible free, or at least not so expensive as Adobe Audition :D
0
votes
2answers
507 views

Free batch conversion from FLAC to Apple Looseless (ALAC/m4a)?

I am looking for a free tool that would allow me to convert big amounts of FLAC files to Apple Looseless (ALAC) while preserving the tags and optionally adding new ones from CDDB or similar sources. ...
0
votes
2answers
300 views

what software will rip a CD to flac files in one step?

I'm using EAC to rip files to FLAC. Seems fine. But for a large amount of CDs (200 or so) the process is a little labor intensive. There's 4 or 5 clicks in there that seem extraneous -- EAC seems to ...
0
votes
1answer
290 views

Extracting metadata from flac header in linux

I recently (and accidentally) wiped a hard-drive which should NOT have been formatted. Thankfully, PhotoRec was able to recover some of the most important files from the disk. Part of those files ...
2
votes
1answer
5k views

How to check if a FLAC file was made from MP3? [duplicate]

Possible Duplicate: Finding out if a FLAC or WAVPACK audio file is NOT originally encoded from a lossy source Sometimes I doubt that FLAC files are made from original music, because of ...
3
votes
1answer
2k views

How to make VLC show single FLAC file containing many tracks as separate tracks

I have a single .flac file that encompasses multiple tracks comprising a music album along with the corresponding .cue file. I'm running Ubuntu 10.04 with VLC player, and am trying to get VLC player ...
3
votes
1answer
394 views

EAC & FLAC: The cue sheet can be applied to which file?

I just encoded a CD to FLAC with the help of EAC (Exact Audio Copy) and I was wondering if the cue sheet can be used for the .wav file only or for the .flac file to? The CD is encoded into a single ...
0
votes
2answers
554 views

How to covert giant Ape file -> multiple FLAC files

I have a CD that has been converted to one giant ape file (all songs in one ape file). How can I covert this into multiple FLAC files (one FLAC per song)?
3
votes
3answers
963 views

Join many MP3, OGG, and FLAC files into one WAV or FLAC

I have 33 audio files, each about 11 seconds long, and I'd like to merge them into one lossless file. How can I do this efficiently (i.e. without cut-pasting in Audacity 33 times)?
0
votes
0answers
624 views

How to Play 24 bit flac on iTunes? [duplicate]

Possible Duplicate: Flac files on iTunes I have flac files, which are 24 bit. I have tried to convert them to MPEG-4 Audio (Apple lossless), using Max (on Mac OS 10.6.4), but it let me ...
1
vote
2answers
164 views

Most practical way to convert 20G of music in flac format to mp3 for itunes

from my old windows computer I have around 20G of music in flac format. Now, I got a mac and I would like to add this music to itunes, so I need to convert them to mp3 format. So, what is the best ...
5
votes
7answers
23k views

Painlessly convert FLAC to ALAC on Windows?

I'm wondering if anyone has a clean, painless workflow for losslessly transcoding FLAC files to their equivalent ALAC? It's supposed to be a bit-perfect conversion, meaning it shouldn't be very hard, ...
1
vote
1answer
345 views

How do I tune the flac options to store ripped music

Using Uuntu 10.4 with Audacity. I'd like to store ripped tracks taken from vinyl with a Sony LX300 turntable (and some CD tracks) in an archival format that I can later convert for use on a portable ...
1
vote
3answers
2k views

Burn 24/96 flac files to play on standalone player

I have vinyl record rip in 24/96 flac format. Each track is almost 200 MB big, so the album won't fit on CD. How to burn these files on a DVD to play with the same quality on standalone DVD player? ...
6
votes
5answers
2k views

How can I convert FLAC to other formats in OS X?

I have a few FLAC files that I'd like to play with iTunes. I would like to retain the metadata if possible. How can I convert the files to a format supported by iTunes?
5
votes
3answers
2k views

Finding out if a FLAC or WAVPACK audio file is NOT originally encoded from a lossy source

Is there a way of checking that the so-called FLAC or WAVPACK audio file was originally encoded from a lossless source (WAV, CDA, APE, etc.) instead of a lossy source (MP3, AAC, ATRAC, etc.)? Say I ...
9
votes
3answers
1k views

What is the current state of development for the FLAC codec? [closed]

I have a pretty large collection of FLAC files created from my CD collection. I love the FLAC format and the sound quality that you can get from it. Lately, however, I've been trying to write a few ...
15
votes
8answers
5k views

Program to convert flac to mp3?

I'm looking for a program to convert flac files to mp3, while preserving the embedded metadata (including album art). I'm pretty sure this is possible with ffmpeg, but I don't know the command . . . ...
6
votes
3answers
10k views

Any NAS servers that stream FLAC audio?

I can't seem to find a NAS solution, aside from a custom built one, that is able to stream FLAC audio via UPnP. Streaming seems to be limited to MP3 or other popular formats. Do any exist that will ...
1
vote
2answers
3k views

Noise when I try to convert flac to mp3 using vlc

I'd like to convert my flac files to mp3s using vlc and it's Media->Convert/Save function. The destination file is written but only contains awful noise. I've tried most of the predefined profiles ...
2
votes
2answers
685 views

Mac .flac player that organizes folder structure? Can Songbird write to a ntfs drive?

I have a bunch of music in .flac format on my pc. I would like to put that music on an external drive which I can access from both my Mac and PC at work. I have the drive formatted in NTFS using ...
0
votes
3answers
1k views

Software that recommends music based on mood/bpm/genre…?

Are there any media players or purpose built programs, that does the same (or alike) job as Last.fm Boffin but; with FLAC support? Most if not all of my music archive is tagged properly with Album, ...
3
votes
3answers
2k views

How can I add FLAC files to my iTunes library on Windows?

I want to add FLAC (Free Lossless Audio Codec) files on my iTunes Library. I googled on how to do so, and found Fluke for Mac, which looks great, except that I don't have a Mac. I have iTunes 9 on ...
1
vote
8answers
786 views

Effects of listening to music always in MP3 format

Erstwhile I've read an article somewhere which claims that listening to music continually in MP3 format is harmful for ears. Since MP3 is a compressed format of audio tracks, some sounds in tracks are ...

1 2