Log in

View Full Version : AvsDec - decode avisynth audio stream to raw file and split multi-channel WAV


wisodev
3rd January 2018, 17:59
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.


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>

[-i] Show wav file header info
examples:
AvsDec -i <input.wav>

[-s] Split multi-channel WAV file into single channel WAV files
examples:
AvsDec -s <input.wav> [<OutputPath>]
AvsDec -s - [<OutputPath>] < <input.wav>


Website:

https://github.com/wieslawsoltes/AvsDec

Download:

AvsDec-2.2-Win32-UNICODE.zip (https://github.com/wieslawsoltes/AvsDec/releases/download/2.2/AvsDec-2.2-Win32-UNICODE.zip)
AvsDec-2.2-x64-UNICODE.zip (https://github.com/wieslawsoltes/AvsDec/releases/download/2.2/AvsDec-2.2-x64-UNICODE.zip)
AvsDec-2.2-Win32-MBCS.zip (https://github.com/wieslawsoltes/AvsDec/releases/download/2.2/AvsDec-2.2-Win32-MBCS.zip)
AvsDec-2.2-x64-MBCS.zip (https://github.com/wieslawsoltes/AvsDec/releases/download/2.2/AvsDec-2.2-x64-MBCS.zip)

Features:

* 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++.


Changelog:

Version 2.2

- Using unique_ptr for memory management.
- Made output.raw file path optional.

Version 2.1

- Added input pipes support for WavSplit.
- Added multibyte character set (MBCS) support.

Version 2.0

- Added split multi-channel wav file support.
- Added full unicode support.

Version 1.0

- First public release.

wisodev
4th January 2018, 12:59
Version 2.1 was released.