Decode avisynth audio stream to raw audio file and split multi-channel WAV files into single channel WAV files.
| Platform | Character Set | Version | Download |
|---|---|---|---|
| Windows 32-bit | Unicode | 2.5 | AvsDec-2.5-Win32-UNICODE.zip |
| Windows 64-bit | Unicode | 2.5 | AvsDec-2.5-x64-UNICODE.zip |
| Windows 32-bit | MBCS | 2.5 | AvsDec-2.5-Win32-MBCS.zip |
| Windows 64-bit | MBCS | 2.5 | AvsDec-2.5-x64-MBCS.zip |
| Platform | Character Set | Version | Download |
|---|---|---|---|
| Windows 32-bit | Unicode | 2.5 | WavInfo-2.5-Win32-UNICODE.zip |
| Windows 64-bit | Unicode | 2.5 | WavInfo-2.5-x64-UNICODE.zip |
| Windows 32-bit | MBCS | 2.5 | WavInfo-2.5-Win32-MBCS.zip |
| Windows 64-bit | MBCS | 2.5 | WavInfo-2.5-x64-MBCS.zip |
| Platform | Character Set | Version | Download |
|---|---|---|---|
| Windows 32-bit | Unicode | 2.5 | WavSplit-2.5-Win32-UNICODE.zip |
| Windows 64-bit | Unicode | 2.5 | WavSplit-2.5-x64-UNICODE.zip |
| Windows 32-bit | MBCS | 2.5 | WavSplit-2.5-Win32-MBCS.zip |
| Windows 64-bit | MBCS | 2.5 | WavSplit-2.5-x64-MBCS.zip |
Minimum supported Windows version is Windows 7 SP1 or above, recommended is Windows 10 Anniversary Update.
Provided binaries should work under Windows XP Service Pack 3 (SP3) for x86, Windows XP Service Pack 2 (SP2) for x64.
Minimum supported Linux version is Ubutnu 16.10 (using Wine 2.0).
AvsDec is an audio files conversion software for decoding avisynth audio streams to raw audio files and for spliting multi-channel WAV files into single channel WAV files.
- Decode avisynth audio stream to raw audio file.
- Show wav file header info.
- Split multi-channel WAV file into single channel WAV files.
- Support for pipe output or input whenever possible.
- Full UNICODE character set support.
- Full Multibyte Character Set (MBCS) character set support.
- Full Windows 32-bit and 64-bit support.
- Works under Windows XP Service Pack 3 (SP3) for x86.
- Works under Windows XP Service Pack 2 (SP2) for x64.
- Open-source, fast, written in C++.
usage: AvsDec [option] <...> option: [-d] Decode avisynth audio stream to raw audio file examples: AvsDec -d <input.avs> [<output.raw>] AvsDec -d <input.avs> - > <output.raw> usage: WavInfo [option] <...> option: [-i] Show wav file header info examples: AvsDec -i <input.wav> usage: WavSplit [option] <...> option: [-s] Split multi-channel WAV file into single channel WAV files examples: AvsDec -s <input.wav> [<OutputPath>] AvsDec -s - [<OutputPath>] < <input.wav> To report issues please use issues tracker.
For more informations and help please visit this forum thread.
Sources are available in the git source code repository.
git clone https://github.com/wieslawsoltes/AvsDec.git cd AvsDec git submodule update --init --recursive For Windows XP compatibility program is compiled using Platform Toolset for Visual Studio 2017 - Windows XP (v141_xp).
For more details please read Configuring Programs for Windows XP.
Open AvsDec.sln in Visual Studios 2017 or above. AvsDec is licensed under the MIT license.