From owner-freebsd-questions@FreeBSD.ORG Sun Nov 13 21:54:34 2005 Return-Path: X-Original-To: questions@freebsd.org Delivered-To: freebsd-questions@FreeBSD.ORG Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 37FBE16A41F for ; Sun, 13 Nov 2005 21:54:34 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: from zproxy.gmail.com (zproxy.gmail.com [64.233.162.192]) by mx1.FreeBSD.org (Postfix) with ESMTP id 0B94043D5C for ; Sun, 13 Nov 2005 21:54:32 +0000 (GMT) (envelope-from infofarmer@gmail.com) Received: by zproxy.gmail.com with SMTP id 8so998921nzo for ; Sun, 13 Nov 2005 13:54:32 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:cc:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=Ija0cWQRW2T8o3vfWP78rywFUDIuxtfQ2iUhA+E5hYNGZFQJu1xKjHBSjMFtWpbKTGS5vzzaBudHgsPnQZQrN1VXzsrVnO4pNSp7qjMGTsSCrwqghTAu+sV8pqchU1/CDDbvVdAaVBkhFEiOoL7tqV1makPZaatndgEiFLA8uLM= Received: by 10.36.215.21 with SMTP id n21mr1204529nzg; Sun, 13 Nov 2005 13:54:32 -0800 (PST) Received: by 10.37.20.33 with HTTP; Sun, 13 Nov 2005 13:54:32 -0800 (PST) Message-ID: Date: Mon, 14 Nov 2005 00:54:32 +0300 From: "Andrew P." To: freebsd@orchid.homeunix.org In-Reply-To: <4377B425.3020800@orchid.homeunix.org> MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: <4377B425.3020800@orchid.homeunix.org> Cc: FreeBSD Questions Subject: Re: Ape (Monkey's Audio) decompression tools X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 13 Nov 2005 21:54:34 -0000 On 11/14/05, Karol Kwiatkowski wrote: > Andrew P. wrote: > > How do I convert .ape to .wav? > > > > audio/xmms-mac works ok, I'm able to play the files, > > but I want to convert them to flac. > > I don't know any specific software to do ape->flac conversion but, > since you're using xmms already, you could decompress ape to wav using > 'Disk Writer Plugin' (Options -> Preferences -> Audio I/O plugins -> > Output plugin). Just select it, configure a path and start playback. I > guess it's installed with xmms by default. > > Hope that helps, > > Karol > Yes, I know. Thanks for the hint, anyway. The problem is that ape is some kind of a package format, most ape files in my collection contain several tracks. Cue files come along (with lengths and names). In theory, I can use xmms and convert one big ape to one big ape and then separate it manually using info from the cue file, but I'd rather an automated tool does it all for me. Xmms doesn't show an ape file as separate tracks.