Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/owainkenwayucl/lamewrapper
- Owner: owainkenwayucl
- License: bsd-4-clause
- Created: 2014-05-30T09:24:16.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-05-30T09:25:40.000Z (over 10 years ago)
- Last Synced: 2023-12-31T23:10:26.421Z (10 months ago)
- Topics: haskell, lame, utils
- Language: Haskell
- Size: 137 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
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