From owner-freebsd-questions@FreeBSD.ORG Sat Oct 13 19:39:58 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 65AB316A41A for ; Sat, 13 Oct 2007 19:39:58 +0000 (UTC) (envelope-from eriam@eriamschaffter.info) Received: from smtp2a.orange.fr (smtp2a.orange.fr [80.12.242.139]) by mx1.freebsd.org (Postfix) with ESMTP id 207FA13C494 for ; Sat, 13 Oct 2007 19:39:57 +0000 (UTC) (envelope-from eriam@eriamschaffter.info) Received: from smtp2a.orange.fr (mwinf2a02 [10.232.16.24]) by mwinf2a15.orange.fr (SMTP Server) with ESMTP id 092AD1C4EBFA for ; Sat, 13 Oct 2007 19:33:41 +0200 (CEST) Received: from me-wanadoo.net (localhost [127.0.0.1]) by mwinf2a02.orange.fr (SMTP Server) with ESMTP id 56374700008B for ; Sat, 13 Oct 2007 19:33:39 +0200 (CEST) Received: from home.eriamschaffter.info (AAnnecy-257-1-132-47.w90-41.abo.wanadoo.fr [90.41.35.47]) by mwinf2a02.orange.fr (SMTP Server) with ESMTP id 40F767000081 for ; Sat, 13 Oct 2007 19:33:39 +0200 (CEST) X-ME-UUID: 20071013173339266.40F767000081@mwinf2a02.orange.fr Received: from [192.168.1.128] (unknown [192.168.1.128]) by home.eriamschaffter.info (Postfix) with ESMTP id B9BD6CF4B9; Mon, 8 Oct 2007 23:14:51 +0000 (UTC) Message-ID: <470A9DB7.2040501@eriamschaffter.info> Date: Mon, 08 Oct 2007 23:14:31 +0200 From: Eriam Schaffter User-Agent: Thunderbird 1.5.0.7 (X11/20061027) MIME-Version: 1.0 To: Zbigniew Szalbot References: <94136a2c0710081349o741fe222xcdb9d64838ce66f5@mail.gmail.com> In-Reply-To: <94136a2c0710081349o741fe222xcdb9d64838ce66f5@mail.gmail.com> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: Sat, 13 Oct 2007 19:39:58 -0000 Zbigniew Szalbot wrote: > Hello, > > 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? > > I have files with a few songs in them and I would like to cut them > into separate files. Never been there nor done that. All advice > greatly appreciated. > Hello I recently used MP3::Splitter, a perl module that does exactly this. It's not a full software tho but maybe then you can make it suits exactly your needs. Just in case. Thanks Eriam