Linux - Software This forum is for Software issues.
Having a problem installing a new program? Want to know which application is best for the job? Post your question in this forum. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
|
09-25-2009, 07:27 PM
|
#1
|
Member
Registered: Apr 2009
Location: Sydney
Distribution: Ubuntu
Posts: 103
Rep:
|
Photos to DVD
Hi I,ve search unsuccessfully for a program which lets you create an album using your photos insert transition (effects between photos them burn these to DVD.
Something like this windows based program.
http://www.xequte.com/pixplay/index....FQ0aawod-Ayo_g
Can anyone advise if there is something similar for Linux?
Thanks
|
|
|
09-26-2009, 06:37 AM
|
#2
|
LQ Guru
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
|
|
|
|
09-26-2009, 08:52 AM
|
#3
|
LQ Veteran
Registered: Nov 2005
Location: Annapolis, MD
Distribution: Mint
Posts: 17,809
|
I would think there would be any number of image management utilities with a slideshow feature. I seldom do such things and just use OpenOffice or Powerpoint.
|
|
|
09-26-2009, 11:12 PM
|
#4
|
Member
Registered: Apr 2009
Location: Sydney
Distribution: Ubuntu
Posts: 103
Original Poster
Rep:
|
Quote:
Originally Posted by H_TeXMeX_H
|
Thanks very difficult to understand installation instructions have given up.
Cant even find something to run on Wine. I,m surprised as I would have thought an easily user friendly program for this would have been very popular.
Thanks anyway
Last edited by noelc; 09-26-2009 at 11:17 PM.
|
|
|
09-27-2009, 05:02 AM
|
#5
|
LQ Guru
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
|
As you are using Ubuntu you can install it from the repository:
Quote:
Ubuntu Linux (Dapper Drake)
* You can find dvd-slideshow in the multiverse repository.
* Install it with "apt-get install dvd-slideshow"
* It is easiest to use System -> Administration -> Synaptic Package Manager and search for each dependent package that dvd-slideshow uses to install them properly
NOTE:: there is a bug with the new ffmpeg versions. A quick fix is described in http://ubuntuforums.org/showthread.php?t=590317.
|
http://dvd-slideshow.sourceforge.net...allation_0.8.0
|
|
|
09-28-2009, 03:17 AM
|
#6
|
Member
Registered: Apr 2009
Location: Sydney
Distribution: Ubuntu
Posts: 103
Original Poster
Rep:
|
Quote:
Originally Posted by H_TeXMeX_H
|
Thanks but I get this error message when I attempt to install?
noel@test-desktop:~$ apt-get install dvd-slideshow
E: Could not open lock file /var/lib/dpkg/lock - open (13 Permission denied)
E: Unable to lock the administration directory (/var/lib/dpkg/), are you root?
noel@test-desktop:~$
Appreciate to know how to over come this?
|
|
|
09-28-2009, 03:37 AM
|
#7
|
LQ Guru
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
|
I believe you have to 'sudo' to get more privileges. So run:
Code:
sudo apt-get install dvd-slideshow
|
|
|
09-28-2009, 04:52 AM
|
#8
|
Member
Registered: Apr 2009
Location: Sydney
Distribution: Ubuntu
Posts: 103
Original Poster
Rep:
|
Thanks DVD slide show is now installed as are the dependencies but how do I run the program?
There are icons etc so I,m presuming its a command line?
|
|
|
09-28-2009, 10:48 AM
|
#9
|
LQ Guru
Registered: Oct 2005
Location: $RANDOM
Distribution: slackware64
Posts: 12,928
|
Yeah, if there are no icons just add one yourself or run it from a terminal.
|
|
|
10-01-2009, 04:48 AM
|
#10
|
Member
Registered: Apr 2009
Location: Sydney
Distribution: Ubuntu
Posts: 103
Original Poster
Rep:
|
Quote:
Originally Posted by H_TeXMeX_H
Yeah, if there are no icons just add one yourself or run it from a terminal.
|
Tex,
Thanks. Hope you can help again. I have worked out how to create icons etc and have searched and read documents but I still cant figure out wht the command is to run a program via the terminal? I would appreciate to know the command ans also if you need to write the command from with the directory on terminal.
Appreciate any help
|
|
|
10-01-2009, 04:56 AM
|
#11
|
Member
Registered: Nov 2005
Location: Egypt
Distribution: Fedora 17 KDE
Posts: 393
Rep:
|
My method may be silly but it is what I use
open terminal
type "d" then press tab
search in this list
you can type dvd then press tab that would filter the results
I hope it works
synaptic dvd-slidshow description:
Quote:
dvd-slideshow
This is the main script. It generates a DVD-compatible MPEG2 video file
with audio from a text file input listing of pictures and effects.
dvd-menu
Creates a simple DVD menu with buttons that link to MPEG2 files generated
with dvd-slideshow or ones that you have created yourself.
gallery2slideshow
Instead of a GUI to create slideshows, I already have almost everything
set up from my web page that uses the Gallery program. I figured it
wouldn't be that hard to just get a listing of all the images in a given
album (sub-albums not supported!) and to generate an appropriate input
file to dvd-slideshow.
jigl2slideshow
Does the same thing as gallery2slideshow, but works on a jigl gallery
|
So use the bold titles as commands and they should work.
Last edited by AGazzaz; 10-01-2009 at 05:16 AM.
|
|
|
10-02-2009, 07:07 PM
|
#12
|
Member
Registered: Apr 2009
Location: Sydney
Distribution: Ubuntu
Posts: 103
Original Poster
Rep:
|
Quote:
Originally Posted by AGazzaz
My method may be silly but it is what I use
open terminal
type "d" then press tab
search in this list
you can type dvd then press tab that would filter the results
I hope it works
synaptic dvd-slidshow description:
So use the bold titles as commands and they should work.
|
Thanks the "dvd slide show is there but what is the command to execute the program.
Thanks
|
|
|
10-02-2009, 08:23 PM
|
#13
|
Member
Registered: Apr 2006
Location: Montreal,Quebec
Distribution: Gentoo
Posts: 825
Rep:
|
ManSlide, SMILE or ManDVD (not 2ManDVD) are the best and easiest apps you can find to do it.
|
|
|
10-02-2009, 10:03 PM
|
#14
|
Member
Registered: Apr 2009
Location: Sydney
Distribution: Ubuntu
Posts: 103
Original Poster
Rep:
|
Quote:
Originally Posted by Elv13
ManSlide, SMILE or ManDVD (not 2ManDVD) are the best and easiest apps you can find to do it.
|
Have installed manslide but again no icon to execute. I,m assuming this also requires a command in the terminal but I dony know what commands are used to execute a program
|
|
|
10-04-2009, 11:31 AM
|
#15
|
Senior Member
Registered: Feb 2003
Distribution: debian
Posts: 4,137
|
dvdslideshow requires a .conf type file to tell it which images and what to do with them. But it's fairly simple to figure out. I've only used it once to do a video DVD for my cousins wedding. Tons of examples of usage if you google a little bit. The man page should also help. Although it is command line so probably not for most. And I think it defaults to trying to write / burn the dvd image, where all I wanted was the .mpeg version to include in a DVD of other stuff.
|
|
|
All times are GMT -5. The time now is 04:49 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|