With FFMPEG, its easy to extract each individual PCM sample and output RAW in various formats. What's not possible is to extract a DSD file into a form where each individual DSD 'bit' of the DSD format occupies a single output word. So, a stereo .DSF could be converted to two RAW files (left & right) where each RAW contains word samples (say 8 bits), where the samples are one of two states (0x00 or 0xff say) representing the DSD bit states. I cannot make this happen. FFMPEG always seems to be doing some form of resampling to PCM. Is this possible?
1 Reset to defaultFFMPEG DSD audio conversion to RAW
|