1.
|
How do I install multimedia codecs? |
|
Make sure the universe and multiverse repositories are enabled. (See How do I add Universe and Multiverse?)
-
Install the following packages with Synaptic (See How do I use Synaptic to install packages?)
Libraries (multiverse) > gstreamer0.8-plugins-multiverse
Libraries (universe) > gstreamer0.8-plugins
Libraries (universe) > gstreamer0.8-ffmpeg
Libraries (universe) > gstreamer0.8-mad
Multimedia > vorbis-tools
Multimedia (multiverse) > lame
Multimedia (multiverse) > faad
Multimedia (multiverse) > gstreamer0.8-lame
Multimedia (universe) > sox
Graphics (multiverse) > mjpegtools
Graphics (universe) > ffmpeg
GNOME Desktop Enviroment (universe) > totem-xine
-
Register the GStreamer plugins on your system. At the command line, type
gst-register-0.8
Due to patent and copyright restrictions, the w32codecs and libdivx4linux packages are not included with Ubuntu. For more information on these read https://wiki.ubuntu.com/RestrictedFormats.
|
2.
|
How do I install DVD playback? |
|
Currently there is no legal way to play DVDs on Linux using free packages. To enable DVD playback, read DVD-video at https://wiki.ubuntu.com/RestrictedFormats
|
3.
|
How do I install RealPlayer 10? |
|
Visit https://www.real.com/linux/
and download Realplayer 10 for Linux into a convenient directory.
-
Make the downloaded file executable. At the command line, change to the directory where you downloaded the file, and type
chmod +x RealPlayer10GOLD.bin
-
To install Real Player 10, run the downloaded file. Type
sudo ./RealPlayer10GOLD.bin
When prompted for a location to install RealPlayer 10, type /usr/bin/RealPlayer
When prompted to configure system-wide symbolic links, type "y". After that, accept the default prefix for symbolic links.
-
You can now safely remove the downloaded file from your system. Type
rm RealPlayer10GOLD.bin
To run Real Player 10, choose
->->.
|
4.
|
How do I install the stream directory browser streamtuner? |
|
|
5.
|
How do I install a ID3 tag editor (Cowbell)? |
|
|
6.
|
How do I install a video editor (Kino)? |
|
|
7.
|
How do I install an audio editor (Audacity)? |
|
|
8.
|
How do I install a DVD ripper (dvd::rip)? |
|
Make sure the multiverse repository is enabled. (See How do I add Universe and Multiverse?)
Install the multimedia codecs. See How do I install multimedia codecs?.
Install DVD video playback. See How do I install DVD playback?.
-
Install the following packages with Synaptic
(See How do I use Synaptic to install packages?)
Graphics (multiverse) > dvdrip
Miscellaneous - Graphical (multiverse) > transcode
-
Start a new desktop configuration file in the /usr/share/applications directory.
sudo gedit /usr/share/applications/dvdrip.desktop
A blank file called dvdrip.desktop opens in gedit.
-
Add the following lines to the new file:
[Desktop Entry]
Name=dvd::rip
Comment=dvd::rip
Exec=dvdrip
Icon=/usr/share/perl5/Video/DVDRip/icon.xpm
Terminal=false
Type=Application
Categories=Application;AudioVideo;
Save the file and close gedit. (See sample/dvdrip.desktop_dvdrip for an example.)
To start dvd::rip, choose
->->.
|