Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: .dts or .ac3 to .wav (wrapper, not conversion) (Read 5696 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

.dts or .ac3 to .wav (wrapper, not conversion)

This was something I've been seeking to do for some time , in order to

1) tag .dts and  .ac3 files used for digital output to an external decoder, and

2) be able to mix 'surround' audio and 'stereo' audio files in the same Foober2000 playlist, for digital output to an AV, wihtout compromising F2K function


Using this thread to report success, finally.

The trick is to process the .dts or .ac3 files with spdifer.exe, which is a component of ac3filter_tools, a windows command-line tool.

The command line would be
Code: [Select]
spdifer  [input file] [output file.wav] -wav


then compress to .flac  (I use -3 because there really isn't much compression going on), tag,and play

This will work, for f2k 0.9x, if using the foo_out_wasapi and foo_spdif plugins.  Do not use the foo_dts plugin, that's for DECODING .dts files.