You are not logged in.

#1 2011-02-23 20:30:37

fax8
Member
From: Italy
Registered: 2006-03-14
Posts: 104
Website

[solved] Presentation with movies

Hi guys,

in the next weeks I will have to prepare a presentation which will have regular slides but also movies as part of the slides.
I've been trying to add movies to OpenOffice Impress, I managed to install the Java Media Framework but I couldn't install jffmpeg on it as it seems not supported under x86_64..

So, the only thing I've been able to add on an OpenOffice Impress presentation is an MPEG1 video file whose I only ear the sound.. video doesn't display.
It really looks that Impress support for videos is poor.

So, what do you guys suggest? Do you know of other ways of adding videos to OpenOffice Impress?
Other alternative ways of doing that?


Thank you,

Fabio Varesano

Last edited by fax8 (2011-03-26 11:43:28)

Offline

#2 2011-02-25 04:11:56

escondida
Package Maintainer (PM)
Registered: 2008-04-03
Posts: 157

Re: [solved] Presentation with movies

This isn't an OpenOffice-based solution, but you might consider just writing your presentation with s5; you could even write your presentation in Markdown and convert straight to an s5 show with pandoc! Using HTML 5 should make including a video a snap.

Offline

#3 2011-02-25 13:26:26

broken pipe
Member
Registered: 2010-12-10
Posts: 248

Re: [solved] Presentation with movies

make sure that all gstreamer packages are installed

Offline

#4 2011-02-28 22:09:21

fax8
Member
From: Italy
Registered: 2006-03-14
Posts: 104
Website

Re: [solved] Presentation with movies

@joyfulgirl Thank you, as I do know HTML+CSS quite well this actually looks a promising path

@broken pine .. I checked .. I should have everything I need.. but no luck with OO and movies so far..

Offline

#5 2011-02-28 22:34:31

Xappe
Member
Registered: 2008-05-17
Posts: 105

Re: [solved] Presentation with movies

Another way is to use LaTeX Beamer.
I haven't used embed video in my beamer presentations myself, but iirc the manual for Beamer has a whole section on inserting sound and video in the pdf presentation.


vanum est vobis ante lucem surgere

Offline

#6 2011-03-19 10:07:50

fax8
Member
From: Italy
Registered: 2006-03-14
Posts: 104
Website

Re: [solved] Presentation with movies

Thanks Xappe, beamer looks very cool.. but are there pdf reader under linux which can play movies embedded in a pdf presentation?

On the manual it seems that both Okular and xpdf doesn't support them. Any idea?

Offline

#7 2011-03-19 10:30:05

Awebb
Member
Registered: 2010-05-06
Posts: 6,688

Re: [solved] Presentation with movies

You can always install the Adobe Reader. If everything else fails :-)

Offline

#8 2011-03-26 11:42:50

fax8
Member
From: Italy
Registered: 2006-03-14
Posts: 104
Website

Re: [solved] Presentation with movies

It turned out that Okular does supports movies in a PDF presentation made with Latex beamer. Great!

Example code for a slide with a movie:

\frame{\frametitle{FreeIMU on a quadcopter}
\begin{center}
\movie[width=4in, height=2.8in, showcontrols=true]{}{4copter_freeimu.avi}
\end{center}
}

The file "4copter_freeimu.avi" have to be in the same folder of the resulting PDF file.

Thanks everybody for your help!

Offline

Board footer

Powered by FluxBB