Warning: session_start(): open(/tmp/sess_gnf9vovtc50hkrnf40optenk40, O_RDWR) failed: No space left on device (28) in /www/H01/htdocs/lib/base/lib_base.php on line 280
Ts2Dvd 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  .- Knowledge Base  . 

Ts2Dvd

   0.3o  

KDE Video Application

Score 82%
Ts2Dvd
zoom


Ts2Dvd
zoom


Ts2Dvd
zoom


Link:  Link
Downloads:  3098
Submitted:  May 28 2006
Updated:  Aug 11 2006

Description:

requirements:
- mencoder
- (mplayer)
- (replex)
- dvdauthor

This program lets you make video DVD from almost any video file.
You just have to select input video files, add subtitles file, then press Start button. After few minutes you get VIDEO_TS for burning it as DVD.

--ANIMATED TUTORIAL
Animated flash-tutorial, it shows everything, configuration, compilation, executing and encoding..
http://dev.jancerny.com/?ts2dvdflash

--HOW TO COMPILE:
./configure
cd ./src
make
that's all


--HOW TO EXECUTE Ts2Dvd
in ./src directory of this program start ./ts2dvd
if you want to make shortcut on Your Desktop, You need to set WORKING DIRECTORY for ts2dvd (without this setting it will not be fully functionall)




Changelog:

version 0.3o
-fixed problem with some aspects.
-added TEST feature, if this option is checked, then any of all clips is encoded in maximal length of 30 seconds.
(you can to create and test your dvd, without waiting for encoding whole clips)

version 0.3m [updated]
- added german translation ( thanks to m0nk )
- created tutorial, ANIMATED TUTORIAL in flash is here: http://dev.jancerny.com/?ts2dvdflash
- added button, for showing hidden subpictures menu

version 0.3k
- added translation for brazilian portuguese ( thanks to Luis Marks )

version 0.3i
- cleaned code (less warnings)
- translated message after selected another language

version 0.3h
- fixed error with '\040'
- fixed subpictures error on DVD with aspect ratio 16:9
- "english" README - file added




LicenseGPL
(ts2dvd-0.3o.tar.gz)
Send to a friend
Subscribe
Other  Content  from jancerny
Report inappropriate content



goto page: prev   1  2  3 

-

 :)

 
 by Divilinux on: May 31 2006
 
Score 50%
DivilinuxDivilinux
www.squadrai nformatica.c om/smak
Home

ok..now it's fine
but no language remembered after restart application..:(


Reply to this

-
.

 Still czech

 
 by bitcrazy on: Jun 1 2006
 
Score 50%

Hi,
compiling works here, but language can't be changed. The directory in $HOME/.ts2dvd has been created, the file lang.conf with entry en, too. But after restarting as suggested, the language is still czech. No matter if the app is started from source dir or from $PATH. The only difference is, that the flag icons are shown. make install doesn't copy any qm files to destdir, which should be $datadir/apps/ts2dvd or $datadir/ts2dvd, depending on your distro, right?
BTW. Tried to build a SuSE package, but without changing of language!?
Greetings

m0nk


If men could get pregnant, abortion would be a sacrament.
Reply to this

-
.

 Re: Still czech

 
 by bitcrazy on: Jun 1 2006
 
Score 50%

Hi again,
seems, that the problem is in main.cpp at line 79:
trans.load("ts2dvd_"+qm+".qm",app.applicationDirPath());.
App can't find app.applicationDirPath(). So I've done a real dirty hack; it's 3:10am now ;-) and replaced the above with QDir::rootDirPath()+"opt/kde3/share/apps/ts2dvd". To run it from within the folder with the qm files you can use QDir::currentDirPath() instead. But please these are really ugly and temporary hacks. (But it works for SuSE at least). My prof called it "wild boar programming".
BTW: You can also copy the qm files into the $HOME/.ts2dvd folder and change the above to QDir::homeDirPath()+"/.tsdvd"

Greetings

m0nk


If men could get pregnant, abortion would be a sacrament.
Reply to this

-
.

 Error on Debian Etch

 
 by debianunix on: Jun 1 2006
 
Score 50%
debianunixdebianunix
Acestech

root@hardcore:/tmp/ts2dvd-0.3k/src# make
if g++ -DHAVE_CONFIG_H -I. -I/tmp/ts2dvd-0.3k/src -I.. -I/usr/include/kde -I/usr/share/qt3/include -I. -DQT_THREAD_SUPPORT -D_REENTRANT -Wnon-virtual-dtor -Wno-long-long -Wundef -Wall -W -Wpointer-arith -Wwrite-strings -ansi -D_XOPEN_SOURCE=500 -D_BSD_SOURCE -Wcast-align -Wconversion -Wchar-subscripts -O2 -Wformat-security -Wmissing-format-attribute -fno-exceptions -fno-check-new -fno-common -MT main.o -MD -MP -MF ".deps/main.Tpo" \
-c -o main.o `test -f 'main.cpp' || echo '/tmp/ts2dvd-0.3k/src/'`main.cpp; \
then mv -f ".deps/main.Tpo" ".deps/main.Po"; \
else rm -f ".deps/main.Tpo"; exit 1; \
fi
In file included from main.cpp:22:
ts2dvd.h:24:23: error: ts2dvddlg.h: Arquivo ou diretório não encontrado
ts2dvd.h:34: error: expected class-name before '{' token
ts2dvd.h:40: error: 'WFlags' has not been declared
ts2dvd.h:75: error: 'QListBoxItem' has not been declared
ts2dvd.h:79: error: 'QListBoxItem' has not been declared
ts2dvd.h:34: warning: 'class Ts2Dvd' has virtual functions but non-virtual destructor
main.cpp: In function 'int main(int, char**)':
main.cpp:86: error: no matching function for call to 'QApplication::setMainWidget(Ts2Dvd*&)'
/usr/share/qt3/include/qapplication.h:122: note: candidates are: virtual void QApplication::setMainWidget(QWidget*)
main.cpp:87: error: 'class Ts2Dvd' has no member named 'show'
make: ** [main.o] Erro 1


Reply to this

-

 Re: Error on Debian Etch

 
 by jancerny on: Jun 1 2006
 
Score 50%

i am not sure where is your problem, but , try to edit header file 'ts2dvd.h'

at line number 33 find this:

class Ts2Dvd : public Form1
{
Q_OBJECT


and change that, so look like this:

class Ts2Dvd : public Form1{
Q_OBJECT


i only guess, while your compiler needed to be class name before bracked...


Reply to this

-
.

 Re: Re: Error on Deb

 
 by debianunix on: Jun 1 2006
 
Score 50%
debianunixdebianunix
Acestech

Thanks Jancerny, but the same error apears.

In file included from main.cpp:22:
ts2dvd.h:24:23: error: ts2dvddlg.h: No such file or directory
ts2dvd.h:33: error: expected class-name before '{' token
ts2dvd.h:39: error: 'WFlags' has not been declared
ts2dvd.h:74: error: 'QListBoxItem' has not been declared
ts2dvd.h:78: error: 'QListBoxItem' has not been declared
ts2dvd.h:33: warning: 'class Ts2Dvd' has virtual functions but non-virtual destructor
main.cpp: In function 'int main(int, char**)':
main.cpp:86: error: no matching function for call to 'QApplication::setMainWidget(Ts2Dvd*&)'
/usr/share/qt3/include/qapplication.h:122: note: candidates are: virtual void QApplication::setMainWidget(QWidget*)
main.cpp:87: error: 'class Ts2Dvd' has no member named 'show'
make: *** [main.o] Error 1


Reply to this

-
.

 Re: Re: Re: Error on

 
 by bitcrazy on: Jun 1 2006
 
Score 50%

Good morning,
take a look in src, if there's a file ts2dvddlg.h. If not, check that moc is in your path. This app is needed to generate ts2dvddlg.h from ts2dvddlg.ui.

Greetings

m0nk


If men could get pregnant, abortion would be a sacrament.
Reply to this

-
.

 Re: Re: Re: Re: Erro

 
 by debianunix on: Jun 2 2006
 
Score 50%
debianunixdebianunix
Acestech

Thanks! The problem is locales.
export LANG=C solved.


Reply to this

-

 bitcrazy

 
 by Divilinux on: Jun 1 2006
 
Score 50%
DivilinuxDivilinux
www.squadrai nformatica.c om/smak
Home

have you resolved the languages problem??..:(


Reply to this

-

 Re: bitcrazy

 
 by jancerny on: Jun 1 2006
 
Score 50%

Divilinux, i think, that you are doing something wrong.

you probably installed this program by typing `make install` and now you are trying to start this application from "installation directory".

Do that:
open your console, change directory where aplication's sources are. then cd to src subdirectory (yes, here is the binary build of program!) and start program by typing ./ts2dvd

it must!! work

jan


Reply to this

-
.

 Re: Re: bitcrazy

 
 by luismarks on: Jun 1 2006
 
Score 50%

for me works fine !!


Luis Marks
Reply to this

-
.

 Re: Re: bitcrazy

 
 by bitcrazy on: Jun 1 2006
 
Score 50%

Hi,
have you read my comments and suggestions above?(This was for divlinux). But now something completely different:
I tell you step by step, what I've done:
1.Downloaded ts2dvd-0.3m.tar.gz
2. tar xzf ts2dvd-0.3m.tar.gz
3. cd ts2dvd-0.3m
4. configure
5. cd src
6. make
get the following warnings:
ts2dvd.cpp: In member function ‘virtual void Ts2Dvd::sloBreak()’:
ts2dvd.cpp:179: warning: format not a string literal and no format arguments

just an example.
7. ./ts2dvd
App comes up with czech Interface
8. Language-> anglicky / english
9. You must restart... -> OK
10. Soubor -> Konec
11. ./tsdvd
12. Et voila: czech interface

Greetings

m0nk


If men could get pregnant, abortion would be a sacrament.
Reply to this

-
.

 Subtitle

 
 by luismarks on: Jun 1 2006
 
Score 50%

How can i include one subtitle for conversion with the movie ?


Luis Marks
Reply to this

-

 Re: Subtitle

 
 by jancerny on: Jun 1 2006
 
Score 50%

Hi Luis!
look here...

http://dev.jancerny.com/?ts2dvdflash

i thing, that this ilustrates everything.

jan


Reply to this

-
.

 Re: Re: Subtitle

 
 by luismarks on: Jun 1 2006
 
Score 50%

Yes, now is all perfect. Thanks.


Luis Marks
Reply to this

-

 no

 
 by Divilinux on: Jun 1 2006
 
Score 50%
DivilinuxDivilinux
www.squadrai nformatica.c om/smak
Home

no i'm shure
you told me not to launch "make install"..just make as well...and that's what i've done
in fact the application where created in the right directory..and works
but no languages memorized on restart..:(


Reply to this

-

 Re: no

 
 by jancerny on: Jun 1 2006
 
Score 50%

Divilinux,
it looks, like problem is fixed now.
bitcrazy has the same problem like you, and it is ok now.

try to download version 0.3m

ps: there is right now some problem with my server, so try it bit later. i hope, that server will be ok. :o)

let me know what's new

jan


Reply to this

goto page: prev   1  2  3 

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