-
Firmware-compatible Bluray/SACD player. See threads below:
-
AutoScript files. These will root the player and allow raw read access over a network.
-
SACD ripping software
- Everything centers around one command line-based ripping app, sacd-ripper (forked from the original PS3-based ripper).
- There are two Java-based GUIs built on top of this tool:
- From the same author of the fork, SACDExtractGUI. (Note: I couldn't get this GUI to successfully run the app on macOS 10.15.2)
- Sonore ISO2DSD
- Ripper will extract DFF or DSD files, or generate an ISO (for archiving)
-
DFF/DSF postprocessing tools. These will convert from DSD to PCM.
- dsd2flac command line tool
- Sonore DSD2FLAC GUI (which uses dsd2flac)
- ffmpeg (DSD-to-PCM output quality unclear)
- DSD Master, a commercial macOS app (from the makers of BitPerfect). Claims to be higher quality, with more accurate normalization.
- Connect Bluray player to local network, and note its IP address.
- Enable player "Quick Start" mode. *
- Copy AutoScript folder to FAT16/32-formatted USB drive.
AutoScript
should be the only directory in the root of the drive. - Insert USB drive into the port on the Bluray player. This should cause it to eject the disk tray.
- Insert SACD into tray, and power off the player (without closing the tray). The player should close the tray, enter sleep mode, and AutoScript will gain root access.*
- Wait while player flashes "OFF", and remove USB drive.*
- Rip to DSF/ISO with ripping tool using the IP address of the Bluray player, which should be accessable over the network (firewalls notwithstanding).*
- Use DSF tool to convert to FLAC (or other PCM format).
- Apply additional postproccessing to signal/container.*
- Sleep mode is only required with Sony brand units. See: https://hifihaven.org/index.php?threads/rip-sacd-with-a-blu-ray-player.3652/post-69340
- Recent versions of macOS restrict access to unsigned apps, including the GUI and command line tools. It may not
be obvious that the command line tool is being restricted because it is run by the GUI. Right click on the
sacd_extract
file, select Open, and allow the exception for the file. - Quadraphonic SACDs will probably encode quadraphonic recordings as 5.1 with empty Center and LFE channels. It may be preferable
to encode the PCM audio container without the empty channels (i.e. so your amp has the option to use the sub). Drop the two empty channels using an ffmpeg filter:
for i in *.flac; do ffmpeg -i "$i" -filter_complex "channelmap=0|1|4|5:channel_layout=quad" "./quad_mix/$i"; done;
I don't have many SACDs. I've always shied away from the format because I could not enjoy the SACD layer in JRiver, Audirvana, and Roon. However, when I ran across these helpful instructions, I was delighted to find that I still had an old Sony BX510 in a pile of junk waiting to be recycled. Thanks to your help and the great work done by @setmind and others, I can finally hear the SACD layer on the dozen or two SACD discs that I've purchased over the years. :-)
I have a Windows 10 Pro system with WSL2 and Ubuntu 20.04 LTS installed. So, getting the command-line tool installed and running was a breeze:
After that, I just had to move the files to my Synology NAS, embed album art, and force Roon to re-scan the library. I added "(SACD)" to the folder name and album title metadata so that the albums show up in Roon as SACD versions. Great sound. No pops or ticks between tracks. The entire process takes less than 15 minutes per album. The hardest part is sifting through boxes and boxes of CDs in my storage area to find my SACDs. :)