The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

audioconv - Conversion beteen misc audio file formats

SYNOPSIS

 audioconv [--help] --in mp3|ogg|wav --out mp3|ogg|wav file1 [file2 [...]]
   --in : input format, one of mp3, ogg or wav (case insensitive)
   --out: output format, one of mp3, ogg or wav (case insensitive)

 in and out formats must be differents

 example:
   audioconv --in mp3 --out ogg test.mp3

DESCRIPTION

audioconv Provides miscellaneous tools to convert audio files between Ogg Vorbis, MPEG III and Wav files.

PROGRAMS USED

To do the conversions, this program uses the following linux programs:

  • mpg321, tested with version 0.2.10

  • oggdec, tested with version 1.0.1

SEE ALSO

Audio::ConvTools

AUTHOR

Michael Hooreman <mhooreman at skynet.be>

BUGS

Please report any bugs or feature requests to bug-audioconv-tools at rt.cpan.org, or through the web interface at http://rt.cpan.org/NoAuth/ReportBug.html?Queue=Audio::ConvTools. I will be notified, and then you'll automatically be notified of progress on your bug as I make changes.

SUPPORT

You can find documentation for this module with the perldoc command.

    perldoc Audio::ConvTools

COPYRIGHT & LICENSE

Copyright 2006 Michael Hooreman, all rights reserved.

This program is free software; you can redistribute it and/or modify it under the same terms as Perl itself.