MP3 and WAV music files
How can I decode WAV files into MP3 files.
CD's with MP3 files cannot be read in PC DVD-CD drive. What to do?
Question information
- Language:
- English Edit question
- Status:
- Solved
- Assignee:
- No assignee Edit question
- Solved by:
- marcobra (Marco Braida)
- Solved:
- 2009-02-28
- Last query:
- 2009-02-28
- Last reply:
- 2009-02-23
ronnie_libra (ronnie-libra) said : | #1 |
please try to install ubuntu-restricted extras or kubuntu-restricted extras using adept.
i hope this help
UrBer (mozbau) said : | #2 |
Thank you will try to find out.
Play mp3 and dvd under Ubuntu install skype googleearth acroread and other stuffs using Medibuntu
First please install https:/
You need to have extra repositories enabled..
Please first enable the universe and multiverse repository:
Open System → Administration → Software sources → [ Tab Ubuntu software ]
enable "Community-
enable "Proprietary drivers for devices ( restricted )"
enable "Software restrictecd by copyright or legal issue ( multiverse )"
Close and confirm the repository reload.
Type the following command in a terminal (applications → accessories → terminal)
sudo aptitude install vlc smplayer mplayer
To get better dvd playback and optional packages here the medibuntu available software list http://
you need to add the medibuntu http://
( here the medibuntu howto https:/
In short type or better copy and paste the rows, below one row a time then press enter:
ubu_codename=$(sudo lsb_release -c | cut -d: -f 2 | sed 's/^[ \t]*//;s/[ \t]*$//')
sudo wget http://
wget -q http://
Now to install, type:
sudo apt-get update
sudo apt-get install ubuntu-
sudo aptitude install libdvdread3 libdvdnav4 libdvdcss2 regionset gnome-mplayer
sudo aptitude install non-free-codecs w32codecs
sudo aptitude install gstreamer0.
sudo aptitude install gstreamer0.
give your user password when requested, you don't see nothing when you type it, then press enter.
You can also install other Medibuntu repository provided optional software http://
sudo apt-get install skype
sudo apt-get install googleearth
sudo apt-get install acroread
Hope this helps
UrBer (mozbau) said : | #4 |
Thank you very much,
willco
BRGDS,
Boris
UrBer (mozbau) said : | #5 |
marcobra пишет:
> Your question #61018 on ubuntu-
> https:/
>
> Status: Open => Answered
>
> marcobra proposed the following answer:
> Play mp3 and dvd under Ubuntu install skype googleearth acroread and
> other stuffs using Medibuntu
>
> First please install https:/
>
> You need to have extra repositories enabled..
>
> Please first enable the universe and multiverse repository:
>
> Open System → Administration → Software sources → [ Tab Ubuntu software
> ]
>
> enable "Community-
> enable "Proprietary drivers for devices ( restricted )"
> enable "Software restrictecd by copyright or legal issue ( multiverse )"
>
> Close and confirm the repository reload.
>
> Type the following command in a terminal (applications → accessories →
> terminal)
>
> sudo aptitude install vlc smplayer mplayer
>
> To get better dvd playback and optional packages here the medibuntu available software list http://
> you need to add the medibuntu http://
> ( here the medibuntu howto https:/
>
> In short type or better copy and paste the rows, below one row a time
> then press enter:
>
> ubu_codename=$(sudo lsb_release -c | cut -d: -f 2 | sed 's/^[ \t]*//;s/[ \t]*$//')
> sudo wget http://
> wget -q http://
>
>
> Now to install, type:
>
> sudo apt-get update
> sudo apt-get install ubuntu-
> sudo aptitude install libdvdread3 libdvdnav4 libdvdcss2 regionset gnome-mplayer
> sudo aptitude install non-free-codecs w32codecs
> sudo aptitude install gstreamer0.
> sudo aptitude install gstreamer0.
>
> give your user password when requested, you don't see nothing when you
> type it, then press enter.
>
> You can also install other Medibuntu repository provided optional
> software http://
>
> sudo apt-get install skype
> sudo apt-get install googleearth
> sudo apt-get install acroread
>
> Hope this helps
>
>
Now doing the following line:
sudo apt-get install ubuntu-
Loading the whole day... receiving the following lines:
Received:293 http://
Got already 293 files. They seem to be the same: the same name, the same size. Should I break the process and proceed to the next line?
Boris