From owner-freebsd-questions@FreeBSD.ORG Tue Oct 9 01:51:34 2007 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 747A416A417 for ; Tue, 9 Oct 2007 01:51:34 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id CE30213C49D for ; Tue, 9 Oct 2007 01:51:33 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.13.1/8.12.11) with ESMTP id l991pVcn023754 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 9 Oct 2007 08:51:31 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.6/8.12.11) id l991pUgI036124; Tue, 9 Oct 2007 08:51:30 +0700 (ICT) Date: Tue, 9 Oct 2007 08:51:30 +0700 (ICT) Message-Id: <200710090151.l991pUgI036124@banyan.cs.ait.ac.th> From: Olivier Nicole To: zszalbot@gmail.com In-reply-to: <94136a2c0710081349o741fe222xcdb9d64838ce66f5@mail.gmail.com> (zszalbot@gmail.com) References: <94136a2c0710081349o741fe222xcdb9d64838ce66f5@mail.gmail.com> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: freebsd-questions@freebsd.org Subject: Re: software to cut mp3 files? 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: Tue, 09 Oct 2007 01:51:34 -0000 Hi, > Sorry for an unusual request - does anyone know of software that is > able to split an mp3 file into multiple chunks at specified locations > (doesn't have to have gui, actually best if it didn't), one that works > under FreeBSD? Not sure what you call "specified location", is that at certain time? the sox (from the ports) is your friend. If you want to automatically detect the blank in between the songs, then I have no answer. I use sox to split 2.5 hours mp3 into one hour chunks because that stupid mp3 reader does not save the hour position, only the minute position: dont buy Philips mp3 :) Olivier