I have a 2.9 MB MP3 file. Would like to use about the first 10%, to embed sound on a web page. The Packages I have in Applications > Sound & Video don't seem to be able to edit the file like that. Is there a Package I can get from a Yum Repository that will do that? Using CentOS 5.5 (32 bit). TIA!
On Sun, Aug 08, 2010 at 04:29:41PM -0500, Lanny Marcus wrote:> I have a 2.9 MB MP3 file. Would like to use about the first 10%, to > embed sound on a web page. The Packages I have in Applications > Sound > & Video don't seem to be able to edit the file like that. Is there a > Package I can get from a Yum Repository that will do that? Using > CentOS 5.5 (32 bit). TIA!Audacity should be able to handle that I believe. Rpmforge carries it. John -- When there are too many policemen, there can be no liberty. When there are too many soldiers, there can be no peace. When there are too many lawyers, there can be no justice. -- Lin Yutang (10 October 1895 - 26 March 1976), Chinese writer and translator, as quoted in Alexander, James (2005). The World's Funniest Laws. Cheam: Crombie Jardine. pp. page 6 -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available URL: <http://lists.centos.org/pipermail/centos/attachments/20100808/fd9831b6/attachment-0003.sig>
On Sun, 8 Aug 2010, John R. Dennison wrote:> To: Lanny Marcus <lmmailinglists at gmail.com> > From: John R. Dennison <jrd at gerdesas.com> > Subject: Re: [CentOS] OT: Package to truncate .mp3 file > > On Sun, Aug 08, 2010 at 04:29:41PM -0500, Lanny Marcus wrote: >> I have a 2.9 MB MP3 file. Would like to use about the first 10%, to >> embed sound on a web page. The Packages I have in Applications > Sound >> & Video don't seem to be able to edit the file like that. Is there a >> Package I can get from a Yum Repository that will do that? Using >> CentOS 5.5 (32 bit). TIA! > > Audacity should be able to handle that I believe. > > Rpmforge carries it.Yes, I can second that. Just load the mp3 file into audacity, select the part to cut, then save the remaining part of the file to a different name. Keith ----------------------------------------------------------------- Websites: http://www.php-debuggers.net http://www.karsites.net http://www.raised-from-the-dead.org.uk All email addresses are challenge-response protected with TMDA [http://tmda.net] -----------------------------------------------------------------
Lanny Marcus writes:> I have a 2.9 MB MP3 file. Would like to use about the first 10%, to > embed sound on a web page. The Packages I have in Applications > Sound > & Video don't seem to be able to edit the file like that. Is there a > Package I can get from a Yum Repository that will do that? Using > CentOS 5.5 (32 bit). TIA! > _______________________________________________ > CentOS mailing list > CentOS at centos.org > http://lists.centos.org/mailman/listinfo/centosffmpeg should be able to help here.
On Sun, Aug 8, 2010 at 4:29 PM, Lanny Marcus <lmmailinglists at gmail.com> wrote:> I have a 2.9 MB ?MP3 file. Would like to use about the first 10%, to > embed sound on a web page. The Packages I have in<snip> Thanks, to each of you, for taking the time to reply! I am going to get Audacity and try it with that. If that doesn't work for me, then I will get ffmpeg.
On Sun, Aug 8, 2010 at 5:29 PM, Lanny Marcus <lmmailinglists at gmail.com> wrote:> I have a 2.9 MB ?MP3 file. Would like to use about the first 10%, to > embed sound on a web page. The Packages I have in Applications > Sound > & Video don't seem to be able to ?edit the file like that. Is there a > Package I can get from a Yum Repository that will do that? Using > CentOS 5.5 (32 bit). ? TIA!>From rpmforge look for "cutmp3".cutmp3 -i file.mp3 -a 0:37 -b 3:57 copies valid data from 0:37 to 3:57 So you could do: cutmp3 -i infile.mp3 -a 0:00 -b 0:10
Reasonably Related Threads
- What are the advantages of upgrading from 5.6 to 6?
- OT: Dropbox - Fedora Core 9 RPM will work on CentOS 5.4?
- Google Picasa / GNOME / how to launch application?
- OT: centos.org web site not responding
- NOW: Firefox 3.0 and GNOME crash when trying to view SME Server documentation WAS: OT: anything in CentOS 5.2 that uses opendns.com when browsing web?