Re: software to cut mp3 files?

2007-10-13 Thread Eriam Schaffter

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

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: software to cut mp3 files?

2007-10-13 Thread Tsu-Fan Cheng
or try audacity.

TFC

On 10/8/07, Eriam Schaffter [EMAIL PROTECTED] wrote:

 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

 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to 
 [EMAIL PROTECTED]

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: software to cut mp3 files?

2007-10-09 Thread r
Hi,

If you really want non-gui (though, also with gui-support),
audio/mp3splt, as it almost spells, is the exact one for you.

You should have found it by something like:

  make seach key='mp3.*split'

in /usr/ports directory.


--
R. Hara


At Mon, 8 Oct 2007 23:18:31 +0200,
Zbigniew Szalbot wrote:
 
 2007/10/8, D Hill [EMAIL PROTECTED]:
 
  I don't know of any non-gui. However, I've been using Audacity
  (/usr/ports/audio/audacity) doing just what you are looking to do. The
  /usr/ports/audio/audacity port is a little dated as the latest stable
  version at http://audacity.sourceforge.net is 1.2.6. The one in the ports
  is at v1.2.4. However, I have the beta v1.3.3 loaded from the
  /usr/ports/audio/audacity-devel and have not had any issues thus far.
 
 
 Thanks a lot!
 
 I am in the process of cutting the files into separate songs :)
 
 Regards,
 
 Zbigniew Szalbot
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Sorry for duplicates (Was: software to cut mp3 files?)

2007-10-09 Thread r
Sorry for duplicates.
Shame, this was caused by my miss configuration of an SMTP service.

--
R. Hara
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


software to cut mp3 files?

2007-10-08 Thread Zbigniew Szalbot
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.

Thank you very much!

Zbigniew Szalbot
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: software to cut mp3 files?

2007-10-08 Thread D Hill

On Mon, 8 Oct 2007 at 22:49 +0200, [EMAIL PROTECTED] confabulated:


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.


I don't know of any non-gui. However, I've been using Audacity 
(/usr/ports/audio/audacity) doing just what you are looking to do. The 
/usr/ports/audio/audacity port is a little dated as the latest stable 
version at http://audacity.sourceforge.net is 1.2.6. The one in the ports 
is at v1.2.4. However, I have the beta v1.3.3 loaded from the 
/usr/ports/audio/audacity-devel and have not had any issues thus far.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: software to cut mp3 files?

2007-10-08 Thread Derek Ragona

At 03:49 PM 10/8/2007, 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.

Thank you very much!

Zbigniew Szalbot


There may be better ways, but you can uuencode the file then use split.

You can do a man on uuencode, uudecode and split.

-Derek

--
This message has been scanned for viruses and
dangerous content by MailScanner, and is
believed to be clean.
MailScanner thanks transtec Computers for their support.

___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: software to cut mp3 files?

2007-10-08 Thread Zbigniew Szalbot
2007/10/8, D Hill [EMAIL PROTECTED]:

 I don't know of any non-gui. However, I've been using Audacity
 (/usr/ports/audio/audacity) doing just what you are looking to do. The
 /usr/ports/audio/audacity port is a little dated as the latest stable
 version at http://audacity.sourceforge.net is 1.2.6. The one in the ports
 is at v1.2.4. However, I have the beta v1.3.3 loaded from the
 /usr/ports/audio/audacity-devel and have not had any issues thus far.


Thanks a lot!

I am in the process of cutting the files into separate songs :)

Regards,

Zbigniew Szalbot
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: software to cut mp3 files?

2007-10-08 Thread Olivier Nicole
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
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: software to cut mp3 files?

2007-10-08 Thread r
Hi,

If you really want non-gui (though, also with gui-support),
audio/mp3splt, as it almost spells, is the exact one for you.

You should have found it by something like:

  make seach key='mp3.*split'

in /usr/ports directory.


-- 
R. Hara


At Mon, 8 Oct 2007 23:18:31 +0200,
Zbigniew Szalbot wrote:
 
 2007/10/8, D Hill [EMAIL PROTECTED]:
 
  I don't know of any non-gui. However, I've been using Audacity
  (/usr/ports/audio/audacity) doing just what you are looking to do. The
  /usr/ports/audio/audacity port is a little dated as the latest stable
  version at http://audacity.sourceforge.net is 1.2.6. The one in the ports
  is at v1.2.4. However, I have the beta v1.3.3 loaded from the
  /usr/ports/audio/audacity-devel and have not had any issues thus far.
 
 
 Thanks a lot!
 
 I am in the process of cutting the files into separate songs :)
 
 Regards,
 
 Zbigniew Szalbot
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: software to cut mp3 files?

2007-10-08 Thread r
Hi,

If you really want non-gui (though, also with gui-support),
audio/mp3splt, as it almost spells, is the exact one for you.

You should have found it by something like:

  make seach key='mp3.*split'

in /usr/ports directory.

-- 
R. Hara


At Mon, 8 Oct 2007 23:18:31 +0200,
Zbigniew Szalbot wrote:
 
 2007/10/8, D Hill [EMAIL PROTECTED]:
 
  I don't know of any non-gui. However, I've been using Audacity
  (/usr/ports/audio/audacity) doing just what you are looking to do. The
  /usr/ports/audio/audacity port is a little dated as the latest stable
  version at http://audacity.sourceforge.net is 1.2.6. The one in the ports
  is at v1.2.4. However, I have the beta v1.3.3 loaded from the
  /usr/ports/audio/audacity-devel and have not had any issues thus far.
 
 
 Thanks a lot!
 
 I am in the process of cutting the files into separate songs :)
 
 Regards,
 
 Zbigniew Szalbot
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]


Re: software to cut mp3 files?

2007-10-08 Thread r
Hi,

If you really want non-gui (though, also with gui-support),
audio/mp3splt, as it almost spells, is the exact one for you.

You should have found it by something like:

  make seach key='mp3.*split'

in /usr/ports directory.


-- 
R. Hara


At Mon, 8 Oct 2007 23:18:31 +0200,
Zbigniew Szalbot wrote:
 
 2007/10/8, D Hill [EMAIL PROTECTED]:
 
  I don't know of any non-gui. However, I've been using Audacity
  (/usr/ports/audio/audacity) doing just what you are looking to do. The
  /usr/ports/audio/audacity port is a little dated as the latest stable
  version at http://audacity.sourceforge.net is 1.2.6. The one in the ports
  is at v1.2.4. However, I have the beta v1.3.3 loaded from the
  /usr/ports/audio/audacity-devel and have not had any issues thus far.
 
 
 Thanks a lot!
 
 I am in the process of cutting the files into separate songs :)
 
 Regards,
 
 Zbigniew Szalbot
 ___
 freebsd-questions@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/freebsd-questions
 To unsubscribe, send any mail to [EMAIL PROTECTED]
 
___
freebsd-questions@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-questions
To unsubscribe, send any mail to [EMAIL PROTECTED]