wma2mp3.cfg

Package: WA2L/WinTools 1.2.08
Section: Configuration Files (4)
Updated: 16 July 2018
Index Return to Main Contents

 

NAME

wma2mp3.cfg - configuration file for wma2mp3

 

SYNOPSIS

WA2LWinTools/etc/wma2mp3.cfg

 

AVAILABILITY

WA2L/WinTools

 

DESCRIPTION

This is the optional configuration file for the wma2mp3 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

WMA2WAV_OPTIONS
set the command line options for the wma2wav(3) command that is internally used to create a WAV data stream from WMA files.

Internally the wma2wav command is called as follows:

wma2wav WMA2WAV_OPTIONS -i input.wma -o -

Therefore the specified WMA2WAV_OPTIONS are passed directly after the wma2wav command and before the -i option.

Example: WMA2WAV_OPTIONS=-s

Default: WMA2WAV_OPTIONS=

LAME_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 LAME_OPTIONS -w - output.mp3

Therefore the specified LAME_OPTIONS are passed directly after the lame command and before the - (=stdin) file.

Example: LAME_OPTIONS=-V 3

Default: LAME_OPTIONS=-V 2

 

EXAMPLES

1) Set Quality to 3

#
# WA2LWinTools/etc/wma2mp3.cfg - Configuration file for wma2mp3
#
# [00] 28.03.2017 CWa   Initial Version
#

LAME_OPTIONS=-V 4
WMA2WAV_OPTIONS=-s

 

SEE ALSO

wintoolsintro(1), lame(3), wma2mp3(1), wma2wav(1), http://lame.sourceforge.net/, https://github.com/Chocobo1/lame_win32-build/releases, https://github.com/lordmulder/wma2wav/releases

 

NOTES

-

 

BUGS

-

 

AUTHOR

wma2mp3.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.


 

Index

NAME
SYNOPSIS
AVAILABILITY
DESCRIPTION
FILEFORMAT
OPTIONS
EXAMPLES
SEE ALSO
NOTES
BUGS
AUTHOR
COPYRIGHT

This document was created by man2html using the manual pages.
Time: 16:33:23 GMT, September 14, 2024