The tag has no wiki summary.

learn more… | top users | synonyms

2
votes
0answers
164 views

convert arecord output to flac

I'm trying to convert arecord wav output to flac and it does work in part: pi@raspberrypi /tmp $ arecord -d4 -f dat -t wav -r 48000 -c 2 |flac -f -o message.flac - --channels=1 --sample-rate=16000 ...
3
votes
1answer
157 views

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?
4
votes
1answer
418 views

How to encode huge FLAC files into MP3 and other files like AAC?

My problem is very long recordings, longer than supported by WAV. I'm talking about continuous recordings of around eight hours in length. Now, I do most of my recording using sox into FLAC, which ...
3
votes
1answer
226 views

FLAC correctness using MD5 placed in STREAMINFO

I know from [Sources], that FLAC computes CRC and MD5. What I am afraid that flac --test only does CRC test - as stated in man flac : same as -d except no decoded file is written . How to check flac ...
0
votes
0answers
269 views

MP3+FLAC tag editor for Linux [duplicate]

Possible Duplicate: Which mp3 tagging tool for Linux? Are there any good batch tag editors for Ubuntu/Fedora? Which one is the best?
1
vote
1answer
862 views

Splitting WavPack files when the .cue file and .wv file have different names?

If a directory contains an album encoded as one large .wv file and a .cue file, splitting the entire album into individual .flac tracks is a simple task: $ cuebreakpoints foo.cue | shnsplit -o flac ...
9
votes
4answers
2k views

How do I split a flac with a cue?

I've got a full album flac, and a cue file for it. How can I split this into a flac per track. I'm a KDE user, so I would prefer a KDE/QT way, I would like to see command line and other gui answer's ...
5
votes
2answers
1k views

Mass .flac --> .mp3 transcoding: How to write a shell script that preserves ID3 tag information?

In recent weeks I've gone from a fairly 'hands-on' approach to .flac --> .mp3 transcoding, to one that's far more 'set & forget'. The first step was to stop using a GUI front end (Audacity with a ...