User:Shackra/Multimedia: Difference between revisions

From GNU MediaGoblin Wiki
Jump to navigation Jump to search
(Created page with "== Video Support == (from Joar Multimedia page) Video and multimedia support has been merged into master. This does not mean that the information below ...")
 
Line 20: Line 20:


=== Installing dependencies ===
=== Installing dependencies ===
{{Cmd|pacman -S python2-gtkhtml2 gstreamer0.10-base-plugins gstreamer0.10-good-plugins \
{{Cmd|pacman -S python2-gtkhtml2 gstreamer0.10-base-plugins gstreamer0.10-good-plugins gstreamer0.10-ugly-plugins gstreamer0.10-bad-libre-plugins gstreamer0.10-base gstreamer0.10-good gstreamer0.10-ugly gstreamer0.10-bad-libre gstreamer0.10-ffmpeg gstreamer0.10-python python2-gobject}}
gstreamer0.10-ugly-plugins gstreamer0.10-bad-libre-plugins gstreamer0.10-base gstreamer0.10-good \
gstreamer0.10-ugly gstreamer0.10-bad-libre gstreamer0.10-ffmpeg gstreamer0.10-python python2-gobject}}


[http://cdn.memegenerator.net/instances/400x/21033858.jpg|With Parabola GNU/Linux-libre everything is so damn easy!]
[http://cdn.memegenerator.net/instances/400x/21033858.jpg|With Parabola GNU/Linux-libre everything is so damn easy!]

Revision as of 07:32, 27 May 2012

Video Support

(from Joar Multimedia page) 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 on GNU/Linux-libre, you need to have the following packages:

  • python2-gtkhtml2
  • gstreamer0.10-base-plugins
  • gstreamer0.10-good-plugins
  • gstreamer0.10-ugly-plugins
  • gstreamer0.10-bad-libre-plugins
  • gstreamer0.10-base
  • gstreamer0.10-good
  • gstreamer0.10-ugly
  • gstreamer0.10-bad-libre
  • gstreamer0.10-ffmpeg
  • gstreamer0.10-python
  • python2-gobject

Installing dependencies

pacman -S python2-gtkhtml2 gstreamer0.10-base-plugins gstreamer0.10-good-plugins gstreamer0.10-ugly-plugins gstreamer0.10-bad-libre-plugins gstreamer0.10-base gstreamer0.10-good gstreamer0.10-ugly gstreamer0.10-bad-libre gstreamer0.10-ffmpeg gstreamer0.10-python python2-gobject

Parabola GNU/Linux-libre everything is so damn easy!