Warning: session_start(): open(/tmp/sess_0a4r0iv6ldqhh5jjpj1j3oprk1, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
2ManDVD openDesktop.org
-
 KDE-Apps.org Applications for the KDE-Desktop 
 GTK-Apps.org Applications using the GTK Toolkit 
 GnomeFiles.org Applications for GNOME 
 MeeGo-Central.org Applications for MeeGo 
 CLI-Apps.org Command Line Applications 
 Qt-Apps.org Free Qt Applications 
 Qt-Prop.org Proprietary Qt Applications 
 Maemo-Apps.org Applications for the Maemo Plattform 
 Java-Apps.org Free Java Applications 
 eyeOS-Apps.org Free eyeOS Applications 
 Wine-Apps.org Wine Applications 
 Server-Apps.org Server Applications 
 apps.ownCloud.com ownCloud Applications 
--
-
 KDE-Look.org Artwork for the KDE-Desktop 
 GNOME-Look.org Artwork for the GNOME-Desktop 
 Xfce-Look.org Artwork for the Xfce-Desktop 
 Box-Look.org Artwork for your Windowmanager 
 E17-Stuff.org Artwork for Enlightenment 
 Beryl-Themes.org Artwork for the Beryl Windowmanager 
 Compiz-Themes.org Artwork for the Compiz Windowmanager 
 EDE-Look.org Themes for your EDE Desktop 
--
-
 Debian-Art.org Stuff for Debian 
 Gentoo-Art.org Artwork for Gentoo Linux 
 SUSE-Art.org Artwork for openSUSE 
 Ubuntu-Art.org Artwork for Ubuntu 
 Kubuntu-Art.org Artwork for Kubuntu 
 LinuxMint-Art.org Artwork for Linux Mint 
 Arch-Stuff.org Art And Stuff for Arch Linux 
 Frugalware-Art.org Themes for Frugalware 
 Fedora-Art.org Artwork for Fedora Linux 
 Mandriva-Art.org Artwork for Mandriva Linux 
--
-
 KDE-Files.org Files for KDE Applications 
 OpenTemplate.org Documents for OpenOffice.org
 GIMPStuff.org Files for GIMP
 InkscapeStuff.org Files for Inkscape
 ScribusStuff.org Files for Scribus
 BlenderStuff.org Textures and Objects for Blender
 VLC-Addons.org Themes and Extensions for VLC
--
-
 KDE-Help.org Support for your KDE Desktop 
 GNOME-Help.org Support for your GNOME Desktop 
 Xfce-Help.org Support for your Xfce Desktop 
--
openDesktop.orgopenDesktop.org:   Applications   Artwork   Linux Distributions   Documents    Linux42.org    OpenSkillz.com   
 
Home
Apps
Artwork
News
Groups
Knowledge
Events
Forum
People
Jobs
Register
Login


-
- Content .- Fans (45) .- Knowledge Base (2) . 

2ManDVD

   1.8.5  

KDE CD/DVD Software

Score 91%
csgibcsgib
None
2ManDVD
zoom


2ManDVD
zoom


2ManDVD
zoom


Link:  Link
Downloads:  11674
Submitted:  Feb 15 2009
Updated:  Jul 30 2013

Description:

DVD AUthoring tool
Depends :

QT4.6
ffmpegthumbnailer
ffmpeg
transcode
perl
Sox
Mplayer
Mencoder
dvdauthor
Mjpegtools
Netpbm
mkisofs
XINE (optional)
exif

TO LAUNCH USE : ./2ManDVD -graphicssystem raster




Changelog:

ATTENTION BIG CHANGES

The biggest change in this release is how you compile / execute the program. These changes have been made to end a number of bugs attributed to improper installation files used by the application.

So after get the source and unpack ... run in console:

qmake or qmake-qt4 2ManDVD.pro 2ManDVD.pro (on fedora)
make

and finally:

sudo make install

And I stress the make install (as root)

Then you can start the application from your main menu (kde & gnome tested)




LicenseGPL
Source(1.8.5)
Donate
Send to a friend
Subscribe
Other  Content  from csgib
Report inappropriate content



goto page: prev   1  2  3  4  5  6  7  8  9  10 ...

-

 Add media crash

 
 by adrian5632 on: Mar 5 2009
 
Score 50%

Hi. You forgot to initialise the hdlparp/b] pointer in the [b]media class and therefore 2ManDVD crashes when importing media.

PS
You should initialise class' members like this:

AClass::AClass(QWidget *parent):
QWidget(parent),
m_aClassMember(this)
{
// constructor operations here
}


not:
AClass::AClass(QWidget *parent):
QWidget(parent)
{
m_aClassMember = ClassMember(this);
// constructor operations
}


- because the first way is faster - it initialises the members with given values. In the second way, objects are first created (initialised with default values) and then (in the constructor body) new objects are created and then assigned to the members (by copy methods).

PS
Here is a link to the updated Polish translation: http://rapidshare.com/files/205735721/pl_translation.zip.html


Reply to this

-

 Nonononono

 
 by csgib on: Mar 6 2009
 
Score 50%
csgibcsgib
None

No no no ... hdlpar is correctly initialized when droping media on media library. I know your are not alone with this problem but i can't reproduce. Maybe you use QT4.5 ? no ?

Thanks for translation.

Stéphane


Reply to this

-

 Re: Nonononono

 
 by csgib on: Mar 6 2009
 
Score 50%
csgibcsgib
None

Can you explain me why since qt4.5 the events are call before initialisation of the class or maybe before end of initialisation. It's strange , no?


Reply to this

-

 Re: Re: Nonononono

 
 by adrian5632 on: Mar 6 2009
 
Score 50%

Yes, I switched to Qt 4.5. I don't know if they really are. But if they are, it must be because of significant changes in the QObject class (you can read more in the Qt4.5 Documentation online. I din't have a deep look at the changelog yet.

PS
Do you use a text editor or an IDE like QtCreator? If you use an editor, you could download and install the QtSDK installer (it contains a precompiled Qt4.5) and debug step by step your application and find out what is going on in fact.


Reply to this

-

 No compiling with Kubuntu 4.2.

 
 by BongoFury on: Mar 10 2009
 
Score 50%

I cant compile it, got:
08:55:32 $ qmake
WARNING: Found potential symbol conflict of mainfrm.cpp (mainfrm.cpp) in SOURCES
WARNING: Found potential symbol conflict of mainfrm.h (mainfrm.h) in HEADERS


Reply to this

-

 Conpiling on Ubuntu 8.10

 
 by BongoFury on: Mar 10 2009
 
Score 50%

I got this, what can I do?:

make
/usr/bin/uic-qt4 mainfrm.ui -o ui_mainfrm.h
g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/share/qt4/mkspecs/linux-g++-I. -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtCore -I/usr/include/qt4/QtGui -I/usr/include/qt4/QtGui -I/usr/include/qt4 -I./usr/lib -I. -I. -o main.o main.cpp
main.cpp: In function »int main(int, char**)«:
main.cpp:7: Fehler: »mainfrm« wurde in diesem Gültigkeitsbereich nicht definiert
main.cpp:7: Fehler: »dialog« wurde in diesem Gültigkeitsbereich nicht definiert
main.cpp:7: Fehler: expected type-specifier before »mainfrm«
main.cpp:7: Fehler: expected `;' before »mainfrm«
make: *** [main.o] Fehler 1


Reply to this

-

 Re: Conpiling on Ubuntu 8.10

 
 by BongoFury on: Mar 10 2009
 
Score 50%

Sorry, my fault! Switched to qmake-qt4 and off we go!


Reply to this

-

 OpenSUSE package

 
 by Botafoguense on: Mar 11 2009
 
Score 50%

Packman made a package to Opensuse. It can be found here:
http://packman.links2linux.org/package/2ManDVD


*2ManDVD is installed in /opt/


Reply to this

-
.

 Re: OpenSUSE package

 
 by Heart on: Mar 13 2009
 
Score 50%

Thanks!


Reply to this

-

 Great software

 
 by dasen on: Mar 14 2009
 
Score 50%

Great software, but you should make some packages for newbies who don't like to compile stuff.


Reply to this

goto page: prev   1  2  3  4  5  6  7  8  9  10 ...

Add commentBack




-



 
 
 Who we are
Contact
More about us
Frequently Asked Questions
Register
Twitter
Blog
Explore
Apps
Artwork
Jobs
Knowledge
Events
People
Updates on identi.ca
Updates on Twitter
Content RSS   
Events RSS   

Participate
Groups
Forum
Add Content
Public API
About openDesktop.org
Legal Notice
Spreadshirt Shop
CafePress Shop
Advertising
Sponsor us
Report Abuse
 

Copyright 2007-2016 openDesktop.org Team  
All rights reserved. openDesktop.org is not liable for any content or goods on this site.
All contributors are responsible for the lawfulness of their uploads.
openDesktop is a trademark of the openDesktop.org Team