Issues while ripping FLAC files from audio CD
Posted: 18 Jan 2019 02:43
I am using VLC 3.0.6 Vetinari (jenkins@6d126f0d580a Jan 9 2019 21:08:28) on a Windows 7 machine, invoking the rip with a command very close to the following:
When ripping audio from a CD to a FLAC file, I'm finding that I'm encountering numerous issues throughout the process.
Code: Select all
vlc -I dummy --no-sout-video --sout-audio --no-sout-rtp-sap --no-sout-standard-sap --ttl=1 --sout-keep \
--sout "#transcode{acodec=flac,ab=128,channels=2,samplerate=44100}:std{access=file,mux=raw,dst=C:/foo.flac}" \
--cdda-track=1 cdda:///Z:/ vlc://quit
- Frequently, the process will terminate prior to writing a file at all, or will write an incomplete file which cannot be played back
- Upon successful file writes, the resulting FLAC files appear to have no length metadata, displaying as 0 (zero) length in VLC and in other programs
- Successfully-ripped files do not have any metadata. I'm aware VLC is able to (attempt to) look up audio CD metadata online, is there some way to plug that into files being created via ripping?