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?