Skip to content
This repository has been archived by the owner on Nov 4, 2022. It is now read-only.

Usage AvsDec 2.3

Wiesław Šoltés edited this page Jan 11, 2018 · 1 revision
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>
Clone this wiki locally