See also the documentation for provided plug-ins
Definitely required:
well, only if you want to run entrans, but that is the idea …
At least gstreamer (core) and gst-plugins-base are needed, and for any comfortable operation the other modules as well; gst-plugins-good, gst-plugins-ugly, gst-plugins-bad and of course gst-ffmpeg. Of course, compiling these oneself may lead to more or less plug-ins, depending on the (e.g. codec) libraries actually installed.
Running entrans requires python bindings for GStreamer, provided by gst-python.
Optionally needed, e.g. if (re-)building documentation:
This includes DocBook DTDs, and processing capability using Norman Walsh's DocBook XSL stylesheets. XML catalogs for the DTDs should also be setup (usually already taken care of by the installer/distro).
This is used to generate documentation for the plug-ins, and in turn depends on (a.o.) DocBook, python, pyxml, …
If necessary prerequisites are
satisfied,
then it suffices to unpack the tarball, then run ./configure
, and
then make
, make install
,
as usual.
If you are using the SVN version, you will also need some autotools,
and must run ./autogen.sh
first.
The distributed tarball includes generated HTML pages, man pages and gtkdoc documentation.
If you want to rebuild or install the gtkdoc part, you must pass
--enable-gtk-doc
to ./configure
.
Building from SVN by means of ./autogen.sh
will do so by default.
In any case, however, this then involves quite some additional
dependencies (otherwise optional).
Similarly, passing --enable-docbook
is required to rebuild the (current)
HTML documentation, and additionally --enable-docbook2x
is required
to rebuild the manpage, neither of which is really recommended due to dependencies
involved. However, this is not needed simply
to have man pages installed from a distributed tarball,
fix possible entrans hang due to pygobject mainloop signal handling in python 2.6
build fixes and adjustments to upgraded or deprecated API
various code cleanups and documentation updates
additional filter elements (ported from AviDemux2)
build fixes and adjustments to upgraded or deprecated API
capssetter element enhanced and moved to upstream
tags are now converted to their expected value type
misc. updates and fixes
make entrans.py also multiqueue and queue2 aware
allow re-ordering of input streams to output streams
processing pipeline can now also be provided per specific stream (rather than only per type of stream)
seek for selected sections no longer restricted to FORMAT_TIME; now also possible in terms of a custom format (e.g. DVD chapter)
monitor for e.g. no-more-pads time-out, and try to correct/simulate
new generic element bufferjoin: joins subsequent buffers with identical timestamps (e.g. codec sequence headers and subsequent frame)
recognize and support some more container format file extensions
upgrades and adjustments to deprecations and new bindings
misc. updates and fixes
Initial release: collection of plugins and python based transcoding command line tool.