Help - Search - Members - Calendar
Full Version: cuesheets and lame
Hydrogenaudio Forums > Lossy Audio Compression > MP3 > MP3 - General
schibumi
hi folks,

i tried to cut a wave-file with lame into pieces. it work well under windows.

lame --r3mix CUESHEET CDImage.cue _file

see: cutting audiofile with lame and cuesheet

when i trie this under Unix it doesnt work. as well i can find no information about this commandoline under the man-pages.

do you know perhaps, how i can cut a audiofile under unix with a cuesheet?
lame or other programms ?

greetings
schibumi
nyaochi
Hi, schibumi.

QUOTE
when i trie this under Unix it doesnt work. as well i can find no information about this commandoline under the man-pages.

This modification is not a part of the lame project. If you want information about command-line, please type "lame CUESHEET" in your command-line or visit my site. To tell the truth, it never occurred me that someone was using this modification and wanted man-pages biggrin.gif.

This modification was not for linux because I don't use linux for ripping and encoding.
I've just updated my site for cuesheet support for lame-3.92 and a little better explaination. With this update, I also modified some code for gcc. Only you have to do may be to add cuesheet.c to frontend/makefile.am if I'm lucky, but I have no environment to confirm this. If you can do this, try that and tell the results.

QUOTE
do you know perhaps, how i can cut a audiofile under unix with a cuesheet?
lame or other programms ?

The simplist way is to find or make a program that cuts wav file into each track and redirects to stdin of lame. But in this case, you can't do gapless encoding.

Have fun.
schibumi
hi nyaochi,

QUOTE
Originally posted by nyaochi
Only you have to do may be to add cuesheet.c to frontend/makefile.am


actually i dont know in wich line i have to include the line cuesheet.c (at frontend/Makefile.am)
is it important where you add this line or is it equal?

(i never edited a makefile!)

greetings
schibumi
schibumi
i edited the /frontend/Makefile.am
<!---snip--->
common_sources =
get_audio.c
lametime.c
parse.c
portableio.c
cuesheet.c
timestatus.c
<!---snap--->
and i compiled the sources, but it didnt work.
i couldnt cut the wav-file into 2 files.
(lame --alt-preset standard CUESHEET first.cue files)

schibumi
This is a "lo-fi" version of our main content. To view the full version with more information, formatting and images, please click here.
Invision Power Board © 2001-2009 Invision Power Services, Inc.