Skip to main content

Notice

Please note that most of the software linked on this forum is likely to be safe to use. If you are unsure, feel free to ask in the relevant topics, or send a private message to an administrator or moderator. To help curb the problems of false positives, or in the event that you do find actual malware, you can contribute through the article linked here.
Topic: program to cut a single ape file with cue file (Read 10589 times) previous topic - next topic
0 Members and 1 Guest are viewing this topic.

program to cut a single ape file with cue file

is there anyone who knows a program that can cut an ape file with a cue file

it's possible to cut a wav file with a cue file easily, but I haven't found any program that can do this with ape files :/

program to cut a single ape file with cue file

Reply #1
foobar2000

program to cut a single ape file with cue file

Reply #2
split_wav.  does shorten and FLAC too.

Josh

program to cut a single ape file with cue file

Reply #3
I wrote a similar console program for myself (I know foobar or daemon tool can do but I prefer console application  ).
ACDIR (Audio CD Image Reader): http://homepage3.nifty.com/nyaochi/soft/acdir/
binary: http://homepage3.nifty.com/nyaochi/soft/ac...2alpha-rev1.zip

The page is in Japanese only at present but I will translate the page into English if there's anyone who uses it. I wrote this software as a successor of my cuesheet patch for LAME because I'm tired to make patch everytime a newer LAME is released. This program takes WAV+CUE and APE+CUE (no FLAC+CUE support at this moment). It  splits audio tracks into WAV files or sends PCM data for each audio track to STDIN of an external encoder that supports STDIN input (e.g, lame, oggenc, mppenc). I use this program to encode my CD image collection.

For splitting an audio CD image into WAV files, use the following command:
Code: [Select]
acdir --output %t.wav --extract CDImage.cue

To see help message (written in English), enter:
Code: [Select]
acdir --help

program to cut a single ape file with cue file

Reply #4
shntool has support for most all actively developed lossless audio formats (and a variety of functions, one of which is splitting)


later

program to cut a single ape file with cue file

Reply #5
looking for such program too but what i want is to cut an big ape into individual ape directly and not into wave which need to compress again
is there such a program?

program to cut a single ape file with cue file

Reply #6
Quote
looking for such program too but what i want is to cut an big ape into individual ape directly and not into wave which need to compress again
is there such a program?
[{POST_SNAPBACK}][/a]


[a href="http://freshmeat.net/projects/shntool/]shntool[/url] can split an image in any of its supported formats into single tracks in any supported format so it fits your needs perfectly.
  This is a useful tutorial.

program to cut a single ape file with cue file

Reply #7
Exact Audio Copy, eac will split a wave by the cue sheet. And it's free.

http://www.exactaudiocopy.de/

program to cut a single ape file with cue file

Reply #8
If you're willing to convert the APE to a WAV, I suggest EAC.