This site has been retired. For up to date information, see handbook.gnome.org or gitlab.gnome.org.


[Home] [TitleIndex] [WordIndex

Mistelix

Mistelix is an open source DVD authoring application with also Theora slideshow creation capabilities for GNU/Linux systems. Mistelix features:

Project News

Screenshoot

http://mistelix.org/images/2/2e/Mistelix_slideshow.png

FAQ

There is a collection of Frequently asked questions about Mistelix.

Download

Mistelix's requires GNU/Linux operating system, Mono & GStreamer frameworks and GTK, Cairo and Mono-addins libraries.

Mistelix 0.3

Mistelix 0.33 is the lastest stable version.

Mistelix packaged for some distributions. If there are no packages for your distribution, you have to build Mistelix from sources.

openSUSE

There are packages available for openSUSE built using openSUSE build service.

Fedora

There are packages available for Fedora built using Opensuse build service.

Debian / Ubuntu

Starting from Ubuntu Karmic, Mistelix is available in the Ubuntu repositories.

Source code tarball

Available at:

Latest version

The latest development version is hosted in Git. It is recommended only for developers and experienced testers. Mistelix can be checked out using git:

 git clone git://git.gnome.org/mistelix

GStreamer ffmpeg plug-in

Mistelix requires GStreamer ffmpeg plug-in 0.10.6 or higher.

To easy the installation process we provide some instructions on how to install it in different distributions.

Ubuntu

You need to install the unrestricted version of libavcoded, and after that, the gstreamer0.10-ffmpeg plug-in (in this order).

From the command line, type:

sudo apt-get install libavcodec-unstripped-52 gstreamer0.10-ffmpeg

If you had gstreamer0.10-ffmpeg previously installed, you have to uninstall it first and then install the packages in the given order.

Fedora

You should install the Fedora following packages from the RPMFusion project:

Additionally, you should install Fluendo's MP3 GStreamer plugin.

openSUSE

You may find these dependencies at Packman.

Building GStreamer ffmpeg plug-in from sources

Mistelix uses gst-ffmpeg to create MPEG2 files complaint with the DVD standard.

Check out the source code from git doing:

git clone git://anongit.freedesktop.org/gstreamer/gst-ffmpeg

Make and install the libraries.

Verify that gst-ffmpeg is correctly installed

To verify that you have installed GStreamer ffmpeg plug-in correctly, type:

gst-inspect-0.10 | grep mpeg2video

you should get:

ffmpeg:  ffmux_mpeg2video: FFMPEG mpeg2video Muxer
ffmpeg:  ffdec_mpeg2video: FFMPEG MPEG-2 video decoder
ffmpeg:  ffenc_mpeg2video: FFMPEG MPEG-2 video encoder

Building Mistelix from sources

This document explains how to build Mistelix from sources.

Install the pre-requisite packages

Mistelix uses Mono, GTK, Cairo and GStreamer libraries.

If you are using a Debian or Ubuntu distribution just type:

sudo apt-get install automake1.9 libtool git-core intltool mono-devel libmono-dev libgnome2-dev libgnomeui-dev 
libmono-cairo2.0-cil libgstreamer0.10-dev libgstreamer-plugins-base0.10-dev

If you are using a Fedora based distribution just type:

yum install libtool git-core intltool mono-devel gstreamer-plugins-base-devel gtk-sharp2-devel gnome-sharp-devel mono-addins-devel 

If you are using OpenSuse, Gentoo or other distributions notice that the name of the packages may change and you will also need to use equivalent command to install these dependencies.

Download the code

You can check out a read-only working copy anonymously over HTTP.

git clone git://git.gnome.org/mistelix

Build from sources

Building is straight forward and familiar if you have ever built software on Linux before. Mistelix uses the standard autotools suite for our build environment. Once you have satisfied all the build dependencies, just type:

./autogen.sh && make

To install into your system you should do:

su <Enter password root>
make install

or

sudo make install

Depending on your distribution permission configuration.

To run Mistelix type mistelix. Be aware that this is a script that runs mono and the application (check mistelix.in).


CategoryHomepage CategoryProject


2024-10-23 10:59