User:Joar/Multimedia
Contents |
Video support
Video and multimedia support has been merged into master. This does not mean that the information below is invalid, but that video support is considered more stable.
Dependencies
To enable video transcoding in MediaGoblin, you need to have the following packages:
- python-gtk>=2
- gstreamer>=0.10
- gstreamer-ffmpeg
- gstreamer-plugins-base
- gstreamer-plugins-good
- gstreamer-plugins-bad
- gstreamer-plugins-ugly
- python-gstreamer
- python-gobject
Installing dependencies
Please be aware of that package names may differ from your repositories. These package names are from the autumn of 2011.
Ubuntu 11.10
sudo apt-get install gstreamer0.10-ffmpeg gstreamer0.10-plugins-base gstreamer0.10-plugins-good gstreamer0.10-plugins-bad gstreamer0.10-plugins-ugly python-gst python-gobject python-gtk2
Some packages may have been renamed in your repositories, if at first you don't succeed, try this:
sudo apt-get install python-gtk2 gstreamer0.10-ffmpeg gstreamer0.10-plugins-base gstreamer0.10-plugins-good gstreamer0.10-plugins-bad gstreamer0.10-plugins-ugly python-gst0.10
Ubuntu 11.04
sudo apt-get install gstreamer0.10-ffmpeg gstreamer0.10-plugins-base gstreamer0.10-plugins-good gstreamer0.10-plugins-bad gstreamer0.10-plugins-ugly python-gst0.10 python-gobject python-gtk2