Menu

Home

Roland Suchan

Welcome to your wiki!

This is the default page, edit it as you see fit. To add a new page simply reference it within brackets, e.g.: [SamplePage].

The wiki uses Markdown syntax.

Project Members:

Number of connected buttons per menu is 27.
Tools -> Setup ... -> General -> Use external Player (don't use "xine" it freezes the operating system)

qslideshow is incorporated in qdvdauthor.
It is a GUI for dvd-slideshow (a script) witch is part of qdvdauthor. One can create a photo slidshow with musik with it.

Version 2.3.1-014 uses ffmpeg 0.6.7 and qtwebengine instead of qtwebkit and in dialogeimages.cpp worker improvement.
Version 2.4.1-001 uses ffmpeg 0.6.7 and qtwebengine instead of qtwebkit and in dialogeimages.cpp worker improvement.
qdvdauthor needs ffmpeg067 and ffmpeg067-libs (OpenSuSE).

Arch Linux, Debian, Mageia, OpenSuSE and Ubuntu packages:
https://software.opensuse.org//download.html?project=home%3Atkb&package=qdvdauthor

libffmpeg063, ffmpeg067-libs and ffmpeg063-static:
https://software.opensuse.org//download.html?project=home%3Atkb&package=libffmpeg063
https://software.opensuse.org//download.html?project=home%3Atkb&package=ffmpeg067-libs
https://software.opensuse.org//download.html?project=home%3Atkb&package=ffmpeg063-static

all files:
http://ftp5.gwdg.de/pub/opensuse/repositories/home:/tkb/

ffmpeg 0.6.7:
http://ffmpeg.org/releases/ffmpeg-0.6.7.tar.bz2

Arch Linux:
https://aur.archlinux.org/packages/qdvdauthor/

If one want build QDVDAuthor without ffmpeg 0.6.7 one has to disable qrender in CMakeLists.txt:
add_subdirectory(qrender)
change it to #add_subdirectory(qrender)