How to insert metadata in audio cd tracks with Linux?
0
votes
1
answer
44
views
I have created wav files as this
ffmpeg -i 1.wav -codec copy -metadata title="Title1" -metadata author="Author1" -metadata comment="My comment" -y 2.wav
Then I burn the audio cd
sudo cdrecord -v -pad -dao -speed=4 -audio dev=/dev/sr1 cd/*.wav
I try vlc for see audio text and..
No metadata! Even titles disappear, how to solve?

Asked by elbarna
(13690 rep)
Jul 27, 2025, 09:44 PM
Last activity: Jul 28, 2025, 12:18 PM
Last activity: Jul 28, 2025, 12:18 PM