mp3 codec


 
Thread Tools Search this Thread
Top Forums UNIX for Dummies Questions & Answers mp3 codec
# 1  
Old 10-11-2005
mp3 codec

I just need a mp3 codec that will decode mp3s so I can play them with my media player (probably going to be using XMMS)
 
Login or Register to Ask a Question

Previous Thread | Next Thread

4 More Discussions You Might Find Interesting

1. Solaris

Is there any freeware codec pack available on OpenSolaris?

Today I installed OpenSolaris on my laptop , everything works fine just I can not listen MP3 music and I can not watch any videos :confused: I looked , and found Codeina , it is not freeware (except MP3) ! I installed some plugins I found on net (from sunfreepacks.com | Free Archives &... (0 Replies)
Discussion started by: solaris_user
0 Replies

2. Linux

Error: codec search

I am using openSuse11 - kde3.5. My konqueror give strange error msg saying search for codec whenever there is video file in folder. I am using mplayer as default. Konq is Ok but kdialog appears with error message about codec search. What should i do? (1 Reply)
Discussion started by: amit gangarade
1 Replies

3. Shell Programming and Scripting

What Is A Codec? Anyone

Can Anyone Explain. (2 Replies)
Discussion started by: kprescod4158
2 Replies

4. Linux

DivX Codec

im new to Linux... im trying to use my DivX movies and have downloaded the codec from DivX.Com ... i am unsure as to how to proceed from here... (1 Reply)
Discussion started by: HMSS013
1 Replies
Login or Register to Ask a Question
MP3CUT(1)							   User Command 							 MP3CUT(1)

NAME
mp3cut - cut and assemble MP3 files SYNOPSIS
mp3cut [ -o outputfile ] [ -T title ] [ -A artist ] [ -N album-name ] [ -t [hh:]mm:ss[+ms]-[hh:]mm:ss[+ms] ] mp3file [[ -t ... ] mp3file1 ...] DESCRIPTION
The mp3cut utility cuts and assembles MP3 files according to the time specifications given on the command line. The mp3 output is written to the outputfile. If no outputfile is given on the command-line, the name for the outputfile is created from the name of the first mp3 file by adding output.mp3 at the end. The -t flag specifies which part of the mp3 file following it will be extracted. OPTIONS
-o outputfile Specify where the output is to be written. -T title Specify the title ID3 tag for the output file. -A artist Specify the artist ID3 tag for the output file. -N album-name Specify the album name ID3 tag for the output file. -t [hh:]mm:ss[+ms]-[hh:]mm:ss[+ms] Specify which part of the following mp3file will be included in the output file. hh = hours mm = minutes ss = seconds ms = milliseconds If the starting time is omitted, 00:00:00+00 is used as starting time. If the ending time is omitted, the end of the MP3 file is used as ending time. EXAMPLES
mp3cut -o output.mp3 -t 23:42+500-01:23:42+750 input.mp3 Cut the segment from 23 minutes, 42 seconds and 500 milliseconds to 1 hour, 23 minutes, 42 seconds and 750 milliseconds from input.mp3 and write the output to output.mp3. mp3cut -t 00:01-00:02 input1.mp3 -t -15:23 input2.mp3 -t 9:87+500- input3.mp3 Append the segments from input1.mp3, input2.mp3 and input3.mp3 and write the output to input1.output.mp3. AUTHORS
Manuel Odendahl <manuel@bl0rg.net>, Florian Wesch <dividuum@bl0rg.net> February 2005 MP3CUT(1)