Documentation:Modules/file aout

From VideoLAN Wiki
Jump to navigation Jump to search
Module: afile
Type Audio output
First VLC version -
Last VLC version -
Operating system(s) all
Description Audio output to write to a file
Shortcut(s) -

Shortcuts for this module include audiofile and afile.

Options

  • audiofile-file <string> : File to which the audio samples will be written to ("-" for stdout) default value: audiofile.wav
  • audiofile-format {u8,s16,float32,spdif} : Output format default value: s16
  • audiofile-channels <integer [0 .. 6]> : By default (0), all the channels of the incoming will be saved but you can restrict the number of channels here default value: 0
  • audiofile-wav <boolean> : Instead of writing a raw file, you can add a WAV header to the file default value: enabled

Source code

This page is part of official VLC media player Documentation (User GuideStreaming HowToHacker GuideModules)
Please read the Documentation Editing Guidelines before you edit the documentation
Permission is granted to copy, distribute and/or modify this document under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.