LinuxQuestions.org
Welcome to the most active Linux Forum on the web.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 09-16-2009, 01:42 PM   #1
hoodooman
Member
 
Registered: Oct 2006
Location: Stirling in Scotland
Distribution: Slackware 13.37 64 bit
Posts: 297

Rep: Reputation: 42
has anyone got devede working on slackware 13 64bit


Having problems with devede on Slackware 13 64.It appears to encode the video but fails when attempting to make the dvd tree.It could be that dvdauthor is at fault here.Im using the slackbuilds.org build for dvdauthor through sbopkg.The version of devede is 3.11b.Im using the slackbuild for 12.2 as a 13 version isnt available yet.It works great on the kids Linux Mint PC.The error message says "unable to build dvd tree maybe you have run out of disk space".My / partition only uses 34% according to df.Cheers.

Last edited by hoodooman; 09-16-2009 at 01:55 PM. Reason: I omitted important info.
 
Old 09-16-2009, 05:07 PM   #2
glore2002
Member
 
Registered: Mar 2007
Location: Buenos Aires, Argentina.
Distribution: Lubuntu 17.10 x64
Posts: 510

Rep: Reputation: 33
At least you could make devede work (besides dvd tree). Here, once installed, it didn't start. Please, let me know how you installed it.

Isn't it there any other package to create DVDs?

Thanks!
 
Old 09-16-2009, 06:18 PM   #3
botnet
Member
 
Registered: May 2009
Posts: 158

Rep: Reputation: 40
devede is working fine here on 64bit slackware 13
I used the sbopkg scripts for it and all dependencies, I don't recall having to do anything special

can you run the commands manually?

e.g.
Code:
mencoder -o output.avi -noidx -oac copy -ovc copy input.avi
ffmpeg -i output.avi -y -target ntsc-dvd -sameq -aspect 16:9 output.mpg
dvdauthor --title -o dvd -f output.mpg
dvdauthor -o dvd -T
mkisofs -dvd-video -o file.iso dvd/
 
Old 09-16-2009, 08:34 PM   #4
disturbed1
Senior Member
 
Registered: Mar 2005
Location: USA
Distribution: Slackware
Posts: 1,133
Blog Entries: 6

Rep: Reputation: 224Reputation: 224Reputation: 224
Quote:
Originally Posted by botnet View Post
devede is working fine here on 64bit slackware 13
Same here.



Quote:
Originally Posted by hoodooman
My / partition only uses 34% according to df.
34% of what? 34% of 1TB, 34% of 10GB? Make sure the output directory has enough free space to encode (~4gb) author (~4gb) and make the iso (~4gb).


Quote:
Originally Posted by glore2002
At least you could make devede work (besides dvd tree). Here, once installed, it didn't start. Please, let me know how you installed it.

Isn't it there any other package to create DVDs?
You have to use an older version of DeVeDe. The newer releases require a newer GTK2 that is not supplied with Slackware.

There are plenty of applications that create DVDs. DVDStyler, kmedia-factory, Q-DVD-Author, ToVid to name a couple. Try looking at kde-apps.org, gnome-apps.org (not just gnome apps), freshmeat.net, and http://www.videohelp.com/tools/secti...ux-video-tools
 
Old 09-16-2009, 09:28 PM   #5
glore2002
Member
 
Registered: Mar 2007
Location: Buenos Aires, Argentina.
Distribution: Lubuntu 17.10 x64
Posts: 510

Rep: Reputation: 33
Thanks! Now I installed DeVeDe 3.12c and it works (I didn't try tu burn a DVD but the program starts normally).

Thanks again for all the help provided.
 
Old 09-17-2009, 02:49 AM   #6
hoodooman
Member
 
Registered: Oct 2006
Location: Stirling in Scotland
Distribution: Slackware 13.37 64 bit
Posts: 297

Original Poster
Rep: Reputation: 42
Thats 34% of 500gb disturbed1.I do know that I have plenty space.I have used devede before on same drive with slack 12.2.So what version of devede are you guys using if it works for you.I have tried 3.11b and 3.12c .glore2002 you could try and process a file and see if it works.My installed devede appears to work too but fails later in the process.
 
Old 09-17-2009, 03:31 AM   #7
disturbed1
Senior Member
 
Registered: Mar 2005
Location: USA
Distribution: Slackware
Posts: 1,133
Blog Entries: 6

Rep: Reputation: 224Reputation: 224Reputation: 224
Check to make sure the file is actually encoded.

When you launch DeVeDe from the command line, every step it takes is output for you to see. Watch this to see where it fails.

Each time a step is attempted you'll see Launching program: with the command list followed. Something like -
Code:
Launching program: ['mplayer', '-identify', '-ao', 'null', '-vo', 'null', '-frames', '1', '/mnt/nfs.serv.12/dv/2006/07/08.44.dv']

-------------
Also look for a line similar to this-
Code:
Free space in /mnt/nfs.serv.04/: 8112383085
To check that DeVeDe is outputing to the correct dir, and the correct free space is seen.

The above code is copied from a quick (and successful) run with DeVeDe 3.12.c. Try extracting the source code to a directory, and running it from there. DeVeDe does not need to be compiled nor installed.
 
Old 09-17-2009, 05:46 AM   #8
glore2002
Member
 
Registered: Mar 2007
Location: Buenos Aires, Argentina.
Distribution: Lubuntu 17.10 x64
Posts: 510

Rep: Reputation: 33
Quote:
Originally Posted by hoodooman View Post
Thats 34% of 500gb disturbed1.I do know that I have plenty space.I have used devede before on same drive with slack 12.2.So what version of devede are you guys using if it works for you.I have tried 3.11b and 3.12c .glore2002 you could try and process a file and see if it works.My installed devede appears to work too but fails later in the process.
OK. I will try it today as soon as I get home and tell you what happened. I will try to create and burn a movie DVD. The version I've installed is 3.12c (from slacky.eu because sbopkg couldn't download the package).
 
Old 09-17-2009, 08:06 PM   #9
hoodooman
Member
 
Registered: Oct 2006
Location: Stirling in Scotland
Distribution: Slackware 13.37 64 bit
Posts: 297

Original Poster
Rep: Reputation: 42
SORTED..It appears that the cvs version of mplayer that I was using was to blame.I reinstalled the original Slackware package for mplayer and devedee worked.Using version 3.12c from Slacky.eu.Thanks for all who replied,and cheers botnet for the command line equivalents.
 
Old 09-18-2009, 05:16 AM   #10
glore2002
Member
 
Registered: Mar 2007
Location: Buenos Aires, Argentina.
Distribution: Lubuntu 17.10 x64
Posts: 510

Rep: Reputation: 33
Quote:
Originally Posted by hoodooman View Post
SORTED..It appears that the cvs version of mplayer that I was using was to blame.I reinstalled the original Slackware package for mplayer and devedee worked.Using version 3.12c from Slacky.eu.Thanks for all who replied,and cheers botnet for the command line equivalents.
Nice to hear that. I was also going to tell you that DeVeDe worked fine here too.
 
Old 10-01-2009, 06:42 AM   #11
tommcd
Senior Member
 
Registered: Jun 2006
Location: Philadelphia PA USA
Distribution: Lubuntu, Slackware
Posts: 2,230

Rep: Reputation: 293Reputation: 293Reputation: 293
Where are you guys finding the older versions of devede to compile on Slackware 13 64bit? The devede site only has the newest version.
 
Old 10-01-2009, 07:50 AM   #12
slackass
Member
 
Registered: Apr 2006
Location: SE Texas
Distribution: Slack64-15.0
Posts: 910

Rep: Reputation: 90
http://repository.slacky.eu/slackwar...ede/3.12c/src/

Last edited by slackass; 10-01-2009 at 07:53 AM.
 
Old 10-02-2009, 02:37 AM   #13
tommcd
Senior Member
 
Registered: Jun 2006
Location: Philadelphia PA USA
Distribution: Lubuntu, Slackware
Posts: 2,230

Rep: Reputation: 293Reputation: 293Reputation: 293
Thanks, I never thought to look on slacky.eu. I got devede to run. I have not tried making a dvd with it yet but the program loads. I used the slackbuild from slacky.eu and ran it with: ARCH=x86_64 ./devede.Slackbuild.

Last edited by tommcd; 10-02-2009 at 02:47 AM.
 
Old 10-12-2009, 11:13 AM   #14
Woodsman
Senior Member
 
Registered: Oct 2005
Distribution: Slackware 14.1
Posts: 3,482

Rep: Reputation: 546Reputation: 546Reputation: 546Reputation: 546Reputation: 546Reputation: 546
Has anybody been able to compile devede 3.14.0 on 12.2? There are no errors when compiling. When I run the app from the command line I receive the following error messages:

Code:
linea:
Traceback (most recent call last):
  File "/usr/bin/devede", line 311, in <module>
    new_file=devede_disctype.disctype(global_vars)
  File "/usr/lib/devede/devede_disctype.py", line 37, in __init__
    self.tree=devede_other.create_tree(self,"wdisk_type",self.gladefile)
  File "/usr/lib/devede/devede_other.py", line 417, in create_tree
    tree.add_from_file(os.path.join(builderpath,filename+".ui"))
glib.GError: Unhandled tag: 'requires'
I have compiled 3.12c and run with no errors.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
Java 64bit plugin not working business_kid Linux - Software 12 05-18-2009 03:44 AM
64bit cups not working! tpe SUSE / openSUSE 6 08-01-2008 12:39 AM
WengoPhone not working with Ubuntu 64bit no way Linux - Software 1 07-02-2006 02:15 PM
slackware 64bit? Youri Slackware 3 04-25-2006 04:46 PM
xmms 1.2.10-18 not working under FC4 64bit borchen Fedora 13 12-31-2005 04:18 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 02:07 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration