unplugged
17th April 2005, 03:31
I have tried both foobar2000 (foo_dts updated component) and dtsdec but they are too slow for my taste :D.
I have found that ac3filter has a REALLY FAST implementation of libdts and the quality is perfect!
So you could pickup GraphEdit and connect this sequence of directshow filters:
- DTSSource.ax (guliverkli SF project)
- AC3Filter.ax
- WAVDest.ax
- File Writer
And like no others you can customize all decoding options (Gain/DRC/downmix...).
You can replace the "file writer" with vorbis-encoder -> Ogg Multiplexer ... to have on-fly vorbis encoding.
I have found that ac3filter has a REALLY FAST implementation of libdts and the quality is perfect!
So you could pickup GraphEdit and connect this sequence of directshow filters:
- DTSSource.ax (guliverkli SF project)
- AC3Filter.ax
- WAVDest.ax
- File Writer
And like no others you can customize all decoding options (Gain/DRC/downmix...).
You can replace the "file writer" with vorbis-encoder -> Ogg Multiplexer ... to have on-fly vorbis encoding.