[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: CD to MP3 extractor software for Alpha Linux?
- From: "Charles L. Chandler" <clc31 cornell edu>
- To: axp-list redhat com
- Subject: Re: CD to MP3 extractor software for Alpha Linux?
- Date: Fri, 02 Mar 2001 21:19:21 -0500
I got lame to compile with ccc. If there's interest, I can probably dig up
the makefile I used. I get great performance! It's better than twice as fast
as real-time encoding on my 164SX 533MHz!
-Chaz
clc31@kegarne:~$ lame_ccc
LAME version 3.51 (www.sulaco.org/mp3)
GPSYCHO: GPL psycho-acoustic model version 0.74.
USAGE: lame_ccc [options] <infile> [outfile]
<infile> and/or <outfile> can be "-", which means stdin/stdout.
OPTIONS:
-m mode (s)tereo, (j)oint, (f)orce or (m)ono (default j)
force = force ms_stereo on all frames. Faster and
uses special Mid & Side masking thresholds
-b <bitrate> set the bitrate, default 128kbps
(for VBR, this sets the allowed minimum bitrate)
-s sfreq sampling frequency of input file(kHz) - default 44.1
--resample sfreq sampling frequency of output file(kHz)- default=input sfreq
--mp3input input file is a MP3 file
--voice experimental voice mode
-v use variable bitrate (VBR)
-V n quality setting for VBR. default n=4
0=high quality,bigger files. 9=smaller files
-t disable Xing VBR informational tag
--nohist disable VBR histogram display
-h use (maybe) quality improvements
-f fast mode (low quality)
-k disable sfb=21 cutoff
-d allow channels to have different blocktypes
--athonly only use the ATH for masking
-r input is raw pcm
-x force byte-swapping of input
-a downmix from stereo to mono file for mono encoding
-e emp de-emphasis n/5/c (obsolete)
-p error protection. adds 16bit checksum to every frame
(the checksum is computed correctly)
-c mark as copyright
-o mark as non-original
-S don't print progress report, VBR histograms
Specifying any of the following options will add an ID3 tag
--tt <title> title of song (max 30 chars)
--ta <artist> artist who did the song (max 30 chars)
--tl <album> album where it came from (max 30 chars)
--ty <year> year in which the song/album was made (max 4 chars)
--tc <comment> additional info (max 30 chars)
-g run graphical analysis on <infile>
MPEG1 samplerates(kHz): 32 44.1 48
bitrates(kbs): 32 48 56 64 80 96 112 128 160 192 224 256 320
MPEG2 samplerates(kHz): 16 22.05 24
bitrates(kbs): 8 16 24 32 40 48 56 64 80 96 112 128 144 160
clc31@kegarne:~$ ldd `which lame_ccc`
/lib/libNoVersion.so.1 => /lib/libNoVersion.so.1 (0x000002000011e000)
libcpml.so => /usr/lib/libcpml.so (0x0000020000220000)
libm.so.6.1 => /lib/libm.so.6.1 (0x00000200003a2000)
libgtk-1.2.so.0 => /usr/lib/libgtk-1.2.so.0 (0x00000200004da000)
libgdk-1.2.so.0 => /usr/lib/libgdk-1.2.so.0 (0x00000200007ac000)
libgmodule-1.2.so.0 => /usr/lib/libgmodule-1.2.so.0
(0x00000200008f4000)
libglib-1.2.so.0 => /usr/lib/libglib-1.2.so.0 (0x00000200009f8000)
libdl.so.2.1 => /lib/libdl.so.2.1 (0x0000020000b2c000)
libXext.so.6 => /usr/X11R6/lib/libXext.so.6 (0x0000020000c30000)
libX11.so.6 => /usr/X11R6/lib/libX11.so.6 (0x0000020000d46000)
libtermcap.so.2 => /lib/libtermcap.so.2 (0x0000020000f36000)
libc.so.6.1 => /lib/libc.so.6.1 (0x000002000103c000)
libots.so => /usr/lib/libots.so (0x0000020001270000)
libXi.so.6 => /usr/X11R6/lib/libXi.so.6 (0x000002000137e000)
/lib/ld-linux.so.2 => /lib/ld-linux.so.2 (0x0000020000000000)
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
[]