Thanks 'FD
, but I'm afraid that's no good.... That program does two things:
- Decompresses (decodes) the audio stream from the WMV file using a WMA codec, which produces a Wave file;
- Compresses (encodes) the raw audio stream using a codec and format of my choice.
I don't want that. It involves recompressing a lossy data stream, which degrades its quality. What I want is a program that does this:
- Extracts the compressed (encoded) WMA audio stream from the video file
without decoding it, and saves it to a new WMA file (with an appropriate file header, I suppose).