
Source (link to git-repo or to original if based on someone elses unmodified work): Add the source-code for this project on opencode.net
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
7 years ago
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)
7 years ago
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)
jboss1995
11 years ago
Report
Mada
11 years ago
2ManDVD only starts in french language.
If i start it from console, i get the followin error message:
2ManDVD
LOCALE : "de" "/usr/bin"
ERROR LOADING ENGLISH LANGUAGE
the file structure of my rpm is the following:
/usr/bin/2ManDVD
/usr/share/2ManDVD/2mandvd_de.qm
/usr/share/2ManDVD/2mandvd_de.ts
/usr/share/2ManDVD/2mandvd_en.qm
/usr/share/2ManDVD/2mandvd_en.ts
/usr/share/2ManDVD/Bibliotheque
/usr/share/2ManDVD/Bibliotheque/Luma
...
/usr/share/2ManDVD/Interface
...
/usr/share/applications/kde-2ManDVD.desktop
/usr/share/pixmaps/2ManDVD.png
/usr/share/pixmaps/2ManDVDSplash.png
can someon tell me, what is wrong ?.
I've build the rpm file from this spec file.
http://www.megafileupload.com/en/file/100820/2ManDVD-0-8-3-1-fc10-spec.html
Report
dietermz
11 years ago
I don't know Fedora. Perhaps it's an issue with the spec-file or your locale.
I'm using sidux and locale de_DE.UTF-8. With this both, the files loaded from here and unpacked in a seperate subfolder and the official *.deb-package are fine.
Please try the tar-file from here. Download it, uncompress it in a subfolder, open a console, change into subfolder, then as root qmake 2ManDVD.pro and make. If this is ok with your enviroment, the failure is the spec-file. If this not works, then the problem is your locale.
Report
Mada
11 years ago
when i take the native 2ManDVD-0.8.3.tar.gz archive and build it with
# /usr/lib/qt4/bin/qmake 2ManDVD.pro
# make
2ManDVD will start correct in german language (LANG=de_DE.UTF-8), but the icons
are missing in the Menu Medias dialog.
e.g. Close, Import, Chapter and Delete are missing. In the english environment, all icons are there.
Report
dietermz
11 years ago
fine. It seems to be a problem with the spec-file :-(((
And yes. There are no icons at the menu buttons at the moment. I corrected it and the new german language files WITH icons will be in the next version.
Report
jboss1995
11 years ago
Report
csgib
11 years ago
Stéphane
Report
nedi24
11 years ago
I have a problem with the Timline in Chapter creation.
When i switch forward to the position i want to make a chapter the timecode is not conform with the position and so i have a audioproblem when rendering the DVD -> the Video start at a other posuition as the sound.
mfg Ben
Report
csgib
11 years ago
Stéphane
Report
Lole
11 years ago
http://www.mediafire.com/?sharekey=58059059b61afdaae5c3dee5769931ec786ba9921f43d5545621d66e282a0ee8
Report
Lole
11 years ago
the real link is
http://www.mediafire.com/?sharekey=58059059b61afdaae5c3dee5769931ecffb2ea022499624a5621d66e282a0ee8
Report
gaspare66
11 years ago
it's my same problem.
http://bayimg.com/IAPLFAabb
I have reported it before, but I don't understand was linked with italian translation.
Bye.
Report
csgib
11 years ago
Stéphane
Report
mediaDS
11 years ago
So far i was unable to make a DVD with 2ManDVD. If i add 3 mpegs to the project and i go to Chapters -> Add Chapter automatically and then click on "Close" then it quietly closes with a "Segmentation Fault". Sometimes i can add automatic chapters to one or two movies without problems but the third crashes the software. Sometimes it even crashes after the first movie.Any idea or hint to find the reason ?
Dieter
PS:
I checked the mpegs already, they are without errors and standards compliant.
Report
csgib
11 years ago
Because i can't reproduce on many PCs ...
Stéphane
Report
GuiGuy
11 years ago
WARNING: Found potential symbol conflict of mainfrm.cpp (mainfrm.cpp) in SOURCES
WARNING: Found potential symbol conflict of mainfrm.h (mainfrm.h) in HEADERS
Probably doesn't matter because I wouldn't know how to troubleshoot that anyway.
Cheers
Report
GuiGuy
11 years ago
main.cpp: In function ‘int main(int, char**)’:
main.cpp:7: error: ‘mainfrm’ was not declared in this scope
main.cpp:7: error: ‘dialog’ was not declared in this scope
main.cpp:7: error: expected type-specifier before ‘mainfrm’
main.cpp:7: error: expected `;' before ‘mainfrm’
make: *** [main.o] Error 1
Report
csgib
11 years ago
Report
GuiGuy
11 years ago
:~$ sudo apt-get install qt4-dev-tools
Reading package lists... Done
Building dependency tree
Reading state information... Done
qt4-dev-tools is already the newest version.
Report
gaspare66
11 years ago
Try
Quote:sudo apt-get install build-essential
Ciao
Report
GuiGuy
11 years ago
Report
Lole
11 years ago
Report
Lole
11 years ago
sudo update-alternatives --config moc
then.......
2 /usr/bin/moc-qt4
Report
GuiGuy
11 years ago
Already installed...
"sudo update-alternatives --config moc"
Gives
There is only 1 program which provides moc
(/usr/bin/moc-qt4). Nothing to configure.
2 /usr/bin/moc-qt4
Already have that in place
Thanks
Report
mediaDS
11 years ago
Strange, but on my system i cannot see the text in the buttons on the left top side of the main screen. I made a screenshot and uploaded it here on my site:
http://www.medialinux.de/files/2mandvd.png
It looks like the text is too big for the buttons. Any idea how to solve this ?
Dieter, mediaDS
Report