Creating and audio CD.
- Login o registrati per inviare commenti
My sister needs a recording of her playing to be burned onto a CD for a piano competition. My attempts thus far have failed. Is there a certain file type it needs to be, or can I burn the FLAC recording I made?
Please tell me anything else I should know.
What did you try?
Did you try using Brasero? It should be installed by default. Use Brasero's option to create an "Audio project". Then drag the FLAC files in the white space in middle of the window and burn. Brasero will automatically convert the FLAC files into the appropriate format.
I was using Brasero, but when I tested the CD in a CD player, no audio played, and it stopped after about 14 seconds.
I tried making a Audio CD with Brasero, just to test if it works. The input files were in the FLAC format. I played the CD on a standalone DVD player, and it seems to work.
You can try converting the files to WAV manually. You can do this with ffmpeg, from the termnial, like this:
ffmpeg -i 'Input_Song.flac' 'Output_Song.wav'
I tried making a Audio CD with Brasero, just to test if it works. The input
files were in the FLAC format. I played the CD on a standalone DVD player,
and it seems to work.
You can try converting the files to WAV manually. You can do this with
ffmpeg, from the termnial, like this:
ffmpeg -i 'Input_Song.flac' 'Output_Song.wav'
I've heard in the past that some CD players have problems with rewritable disks. Dunno if that's more or less true nowadays.
Most CD players used to be too dumb to understand any kind of file formats with the exception of .wav files (Uncompressed 16-bit PCM audio).
Best of luck for your sis.
As Mampir said it; Brasero (through GStreamer) converts the audio files to wav before burning the disk.
As Mampir said it; Brasero (through GStreamer) converts the audio files to
wav before burning the disk.
I always use k3b, never had problems with creating audio cds with it. It automatically converts flac files to wav when burning audio CDs.
My sister needs a recording of her playing to be burned onto a CD for a piano
competition. My attempts thus far have failed. Is there a certain file type
it needs to be, or can I burn the FLAC recording I made?
Please tell me anything else I should know.
What did you try?
Did you try using Brasero? It should be installed by default. Use Brasero's
option to create an "Audio project". Then drag the FLAC files in the white
space in middle of the window and burn.
I was using Brasero, but when I tested the CD in a CD player, no audio
played, and it stopped after about 14 seconds.
I've heard in the past that some CD players have problems with rewritable
disks. Dunno if that's more or less true nowadays.
Most CD players used to be too dumb to understand any kind of file formats
with the exception of .wav files (Uncompressed 16-bit PCM audio).
Best of luck for your sis.
I always use k3b, never had problems with creating audio cds with it. It
automatically converts flac files to wav when burning audio CDs.
- Login o registrati per inviare commenti