==============================================================================
mpegrec for Windows 9x/NT
Developed by Andrew L. Sandoval sandoval@netwaysglobal.com
http://www.netwaysglobal.com/mpegrec/
==============================================================================

DEPENDENCIES:

1) A Sound Card that supports standard 16-bit Wave Capture AND
   the LAME (http:/www.sulaco.org/mp3/) MP3 Encoder.  lame.exe should be
   in your PATH.
OR 
2) A Sound Card that supports hardware MP3 compression 
   [i.e. Snazzi, Antex, etc.]

*******************************************************************************
LICENSE: GNU GPL  -- See the file COPYING or http://www.gnu.org/copyleft/gpl.txt
         This program and code comes with ABSOLUTELY NO WARRANTY!
*******************************************************************************

USAGE:
For up to date usage information run 'mpegrec -?'

D:\mpegrec\RELEASE>mpegrec -?
mpegrec Copyright (C) 2000 Andrew L. Sandoval
This program comes with ABSOLUTELY NO WARRANTY.
See the file COPYING (http://www.gnu.org/copyleft/gpl.txt) for details.

Devices:
0: SB PCI128 Record

USAGE: mpegrec -l seconds [-o outputfilename] [-1|2|3] [-bitrate bitrate] [-samp
lehz frequency] [-display-devices] [-?]
        -l # of seconds to record. Default: 3700
        -o Output filename         Default: C:\temp\date-time.mp3
        -1 Use MPEG-1 Layer-1
        -2 Use MPEG-1 Layer-2
        -3 Use MPEG-1 Layer-3      Default
        -bitrate Bitrate           Default: 128000 (~1M/minute)
        -samplehz Frequency        Default: 44100 (CD Quality)
        -dev Device number         Default: 1st MPEG recording device.
        -display-devices Displays Recording Devices and exits.  -? This menu.

D:\mpegrec\RELEASE>

So, for example if I wish to record 90 seconds of MP3 audio to the file
C:\temp\sample.mp3 at 192Kb/sec at 44.1kHz using the first device capable of 
MP3 or PCM/WAV capture do the following (assuming the dependencies are met):

D:\mpegrec\RELEASE\mpegrec -l 90 -bitrate 192000 -o C:\temp\sample.mp3

