I've got some .mp2 (MPEG-1 Layer 2, 44.1KHz,192kbit/s,simple stereo, streamed from DVB-Radio) and want to put them in a wave container, so that they are in a .wav file (each .mp2 file in a separate .wav file).
How can I do this without needing to reencode the streams? And I don't want PCM wav I want to have the mp2-streams directly in the wave-files.
Thanks for any help.