You are not logged in.

#1 2008-05-05 11:12:57

jason_f
Member
Registered: 2006-08-18
Posts: 78

Ken Burns effects for digital picture frame

I'm looking for some software to create slideshows with ken burns effects for a digital picture frame project.
kde's smoothscreensaver wont work because the low-end laptop doesn't have very speedy opengl performance. I'd like to create an mpeg or some other video file ahead of time that could be displayed with the limited processing power on the photo frame system.
I came across image2mpeg, but I cant seem to get it to build.

Has anyone been sucessful at getting it to build? or have any alternative suggestions?

I was able to get image2mpeg's configure script to detect imagemagic by adding "++" to:
LIBS="-lMagick++  $LIBS"
@ line 4306 in the configure script.

Make dies though

gip.h:13:24: error: magick/api.h: No such file or directory
gip.h:14:32: error: magick/ImageMagick.h: No such file or directory

Seems it cant find the header files. I tried manaully changing gip.h to point to /usr/include/ImageMagick/magick/api.h, etc, but I still get failures (and I'm pretty sure I'm doing something wrong if I'm editing that header file manually smile  )

Offline

Board footer

Powered by FluxBB