Decode avisynth audio stream to raw audio file and split multi-channel WAV files into single channel WAV files.
Перейти к файлу
Wiesław Šoltés fac28bda05 Make build.sh executable 2018-01-03 17:44:56 +01:00
src Changed version format 2018-01-03 17:43:55 +01:00
.gitattributes Create .gitattributes 2017-12-24 20:01:58 +01:00
.gitignore Initial commit 2017-12-24 19:59:16 +01:00
AvsDec.sln Moved code to src folder 2018-01-03 12:14:15 +01:00
LICENSE.TXT Rename LICENSE to LICENSE.TXT 2017-12-24 20:00:01 +01:00
README.md Updated README 2018-01-03 17:36:00 +01:00
appveyor.yml Added cake build script 2018-01-03 17:44:05 +01:00
build.cake Added cake build script 2018-01-03 17:44:05 +01:00
build.ps1 Added cake build script 2018-01-03 17:44:05 +01:00
build.sh Make build.sh executable 2018-01-03 17:44:56 +01:00

README.md

AvsDec

Build status

Github All Releases GitHub Release Github Releases

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.