fac28bda05 | ||
---|---|---|
src | ||
.gitattributes | ||
.gitignore | ||
AvsDec.sln | ||
LICENSE.TXT | ||
README.md | ||
appveyor.yml | ||
build.cake | ||
build.ps1 | ||
build.sh |
README.md
AvsDec
Decode avisynth audio stream to raw audio file and split multi-channel WAV files into single channel WAV files.
Download AvsDec
Platform | Type | Version | Download |
---|---|---|---|
Windows 32-bit | Portable | 1.0 | AvsDec-1.0-Win32.zip |
Windows 64-bit | Portable | 1.0 | AvsDec-1.0-x64.zip |
System requirements
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).
CI Builds
Download bleeding edge builds from the CI server.
About
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
usage: AvsDec [option] <...>
option: [-d] Decode avisynth audio stream to raw audio file
AvsDec -d <input.avs> <output.raw>
[-i] Show wav file header info
AvsDec -i <input.wav>
[-s] Split multi-channel WAV file into single channel WAV files
AvsDec -s <input.wav> [<OutputPath>]
Troubleshooting
To report issues please use issues tracker.
Sources
Sources are available in the git source code repository.
Build
Prerequisites
git clone https://github.com/wieslawsoltes/AvsDec.git
cd AvsDec
git submodule update --init --recursive
Install Visual Studio 2017
Windows 7 SDK
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.
Build Solution
Open AvsDec.sln in Visual Studios 2017 or above.
License
AvsDec is licensed under the MIT license.