The wave file header is wrong - tcprobe says it is 0x1 which indicates
mono PCM format (if I am reading documentation correctly). This is
common, so ffmpeg ignores the header and uses autodetection.
Try transcode option '-n 0x2001' which tells it to treat it as DTS.
- mb
Erick Gomes wrote:
Hello people!
I've got this file from the web, and it's a wave file, supposed to be
a dts sound.
I can play it nicely with mplayer, but with xmms all I get is noise.
When I try to encode it with transcode, all I get is that noise, like in
xmms.
I've tried to encode it with oggenc also, but only got that noise......
tcprobe - i sound.wav:
[tcprobe] RIFF data, WAVE audio
[tcprobe] summary for sound.wav, (*) = not default, 0 = not detected
audio track: -a 0 [0] -e 44100,16,2 [48000,16,2] -n 0x1 [0x2000] (*)
bitrate=1411 kbps
mplayer sound.wav (nice playing):
Apertura decoder audio: [ffmpeg] FFmpeg/libavcodec audio decoders
AUDIO: 44100 Hz, 2 ch, s16le, 1411.2 kbit/100.00% (ratio: 176400->176400)
Scelto codec audio: [ffdts] afm: ffmpeg (DTS)
AO: [oss] 44100Hz 2ch s16le (2 bytes per sample)
What I need it's just to encode the sound.wav to a playable ogg file,
so I can hear it with my xmms, besides save some bits XD
Thanks!