Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/owainkenwayucl/lamewrapper

A wrapper for lame so that I don't need to remember the options, written in Haskell.
https://github.com/owainkenwayucl/lamewrapper

haskell lame utils

Last synced: 22 days ago
JSON representation

A wrapper for lame so that I don't need to remember the options, written in Haskell.

Awesome Lists containing this project

README

        

Lamewrapper version (i)
=======================

This program wraps the LAME encoder with my standard options.

Dr Owain Kenway

Where it is distributed, it is done so under a 4 clause,
BSD-style license (see LICENSE.txt)

Install
-------

To install, make sure you have ghc installed, modify the Makefile with
your options and then issue:

make && make install

Usage
-----

The lamewrapper executable takes input from stdin.

./lamewrapper

You can use redirection (or even pipes) to automate this. See
template.in for example input file.

./lamewrapper < inputfile