FFMPEG DSD audio conversion to RAW

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 default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like