- Thread starter
- #11
Yeah, I just dropped an MP3 file on GraphEdit and although the default graph that is generated is:
I can change it to:
and it still works.
I can't quite figure out how to pass bitstream AC3 and DTS over HDMI. I can play them ok but they're always decoded, and sent to my amp as stereo PCM.
Yes, I thought about that, and it would seem to be my best solution for now, however when I eventually get a card that does bitstream out, I want to be able to play this file and have my amp decode it, which of course won't work if I use FLAC. I suppose I could just keep a copy of the original lying around and use FLAC in the meantime, but we're talking about a 17GB file here, and I just don't have the disk space.
The only other solution I can think of is to demux the m2ts, convert the DTS-HD MA to FLAC, mux the FLAC with the AVC, presumably in an MKV container, and just keep the DTS-HD MA soundtrack lying around somewhere. Then when I eventually get my soundcard, I can demux the MKV, delete the FLAC, and remux the AVC with the DTS-HD MA as an m2ts again for bitstreaming. Seems like a bit of a long way 'round, though. Ideally I'd like to just be able to decode the DTS-HD MA to LPCM as it is now, and avoid transcoding to FLAC all together.
Code:
Source -> MPC - Mpa Splitter -> MP3 Decoder DMO -> Defalt DirectSound Device
Code:
Source -> MPC - Mpa Splitter -> ffdshow Audio Decoder -> Default DirectSound Device
I can't quite figure out how to pass bitstream AC3 and DTS over HDMI. I can play them ok but they're always decoded, and sent to my amp as stereo PCM.
Your other option is to convert the DTS-MA to FLAC and then you will be able to play it in full quality over HDMI.
Yes, I thought about that, and it would seem to be my best solution for now, however when I eventually get a card that does bitstream out, I want to be able to play this file and have my amp decode it, which of course won't work if I use FLAC. I suppose I could just keep a copy of the original lying around and use FLAC in the meantime, but we're talking about a 17GB file here, and I just don't have the disk space.
The only other solution I can think of is to demux the m2ts, convert the DTS-HD MA to FLAC, mux the FLAC with the AVC, presumably in an MKV container, and just keep the DTS-HD MA soundtrack lying around somewhere. Then when I eventually get my soundcard, I can demux the MKV, delete the FLAC, and remux the AVC with the DTS-HD MA as an m2ts again for bitstreaming. Seems like a bit of a long way 'round, though. Ideally I'd like to just be able to decode the DTS-HD MA to LPCM as it is now, and avoid transcoding to FLAC all together.