From owner-freebsd-questions@FreeBSD.ORG Tue Jul 20 10:45:59 2004 Return-Path: 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 7176D16A4CE for ; Tue, 20 Jul 2004 10:45:59 +0000 (GMT) Received: from mirrorball.theloosingend.net (m069c.studby.ntnu.no [129.241.130.69]) by mx1.FreeBSD.org (Postfix) with SMTP id C4D3C43D60 for ; Tue, 20 Jul 2004 10:45:58 +0000 (GMT) (envelope-from svein-freebsd-questions@theloosingend.net) Received: (qmail 21576 invoked by uid 1001); 20 Jul 2004 10:45:57 -0000 Received: from localhost (sendmail-bs@127.0.0.1) by localhost with SMTP; 20 Jul 2004 10:45:57 -0000 Date: Tue, 20 Jul 2004 12:45:57 +0200 (CEST) From: Svein Halvor Halvorsen X-X-Sender: sveinhal@mirrorball.theloosingend.net To: Edd In-Reply-To: <200407201005.i6KA5Vw06302@server1.web-mania.com> Message-ID: <20040720124452.P21287@mirrorball.theloosingend.net> References: <200407201005.i6KA5Vw06302@server1.web-mania.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII cc: freebsd-questions@freebsd.org Subject: Re: removing gaps inbetween audio tracks? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: questions@freebsd.org List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 20 Jul 2004 10:45:59 -0000 [Edd, 2004-07-20] > Whenever I burn an audio cd using burncd, the tracks have a 3 second gap > between them. Is there a way of removing these? See manual page burncd(8) Note the -n option. /sve