View Full Version : New little utility: RIFFStrip
Mark0
19th June 2003, 14:13
Just made this tiny little utility.
It could be used to strip the RIFF-WAVE header from, for example,
a .MP3 file encapsulated in a .WAV.
It process the full chunks chain, and should work for any type
of audio stream, MP3, AC3, etc.
Download from: http://mark0.net/download/riffstrip.zip
Bye!
Mark0
14th June 2006, 14:48
Now there's also a port of RIFFStrip for Linux/x86.
Link: RIFFStrip (http://mark0.net/soft-riffstrip-e.html)
Bye!
krmathis
17th June 2006, 23:52
I am still waiting for a Mac OS X version...
specise_8472
19th June 2006, 02:16
I assume that when doing DTSWav it takes into account Big / Little Endian conversion?
Mark0
20th June 2006, 09:32
I am still waiting for a Mac OS X version...
Me too! :) Better, waiting for time to try to do it! :)
Bye!
Mark0
20th June 2006, 09:33
I assume that when doing DTSWav it takes into account Big / Little Endian conversion?
Uhm... not really. I don't really know very much about DTS encoded WAV. Will check if I can do something.
Bye!
specise_8472
20th June 2006, 11:16
Uhm... not really. I don't really know very much about DTS encoded WAV. Will check if I can do something.
Bye!
Its just that when DTS is in Wav format the Endian is reversed. The easy way to get to DTS pure (but getting it to play is another kettle of fish) is to swap every 2 bytes IE
1 2 3 4 -> 2 1 4 3
vBulletin® v3.8.11, Copyright ©2000-2026, vBulletin Solutions Inc.