wav2mp3.cfg
Package: WA2L/WinTools 1.2.08
Section: Configuration Files (4)
Updated: 16 July 2018
Index
Return to Main Contents
NAME
wav2mp3.cfg - configuration file for wav2mp3
SYNOPSIS
WA2LWinTools/etc/wav2mp3.cfg
AVAILABILITY
WA2L/WinTools
DESCRIPTION
This is the optional configuration file for the
wav2mp3
command.
FILEFORMAT
Rows starting with
#
are considered as comments.
The file format is
OPTION=VALUE
Between the
OPTION
, the
=
and the
VALUE
are no spaces.
You can comment out any
OPTION
or completely remove the related setting line
to use the default settings.
OPTIONS
- WAV2MP3_OPTIONS
-
set the command line options for the
lame(3)
command that is internally used to create the
MP3
file from
WAV
files.
Internally the
lame
command is called as follows:
lame WAV2MP3_OPTIONS input.wav output.mp3
Therefore the specified
WAV2MP3_OPTIONS
are passed directly after the
lame
command and before the
input.wav
file.
-
Example: WAV2MP3_OPTIONS=-V 3
Default: WAV2MP3_OPTIONS=-V 2
EXAMPLES
- 1) Set Quality to 3
-
#
# WA2LWinTools/etc/wav2mp3.cfg - Configuration file for wav2mp3
#
# [00] 28.03.2017 CWa Initial Version
#
WAV2MP3_OPTIONS=-V 4
SEE ALSO
wintoolsintro(1),
lame(3),
wav2mp3(1),
http://lame.sourceforge.net/,
https://github.com/Chocobo1/lame_win32-build/releases
NOTES
-
BUGS
-
AUTHOR
wav2mp3.cfg was developed by Christian Walther. Send suggestions
and bug reports to wa2l@users.sourceforge.net .
COPYRIGHT
Copyright © 2020
Christian Walther
This is free software; see
WA2LWinTools/man/COPYING
for copying conditions. There is ABSOLUTELY NO WARRANTY; not
even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
This document was created by man2html
using the manual pages.
Time: 16:33:16 GMT, September 14, 2024