How to embedded video inside a beamer presentation on latex

5,618 views
Skip to first unread message

amit bondwal

unread,
Aug 24, 2011, 7:30:33 AM8/24/11
to iit...@googlegroups.com
Hi Guys,
I had tried a lot to embedded a vedio file inside a latex beamer presentation.
I used this below code in this I am able to run video on external player using "externalviewer"
in code line. Otherwise It ask for adobe player and open adobe webpage and did not show
any player. I also convert it in version 1.5 in other code. For this, we have to add one more line on
packages.
Video should be play inside the slide or page.
Regards
Amit


\documentclass{beamer}
\usetheme{CambridgeUS}
\usepackage{graphicx}
\usepackage{verbatim}
\usepackage{multirow}
\usepackage{ctable}
\usepackage{geometry}
\geometry{verbose,letterpaper}
\usepackage{movie15}
\usepackage{hyperref}
ewcommand{\fullpage}[1]{
\begin{frame}

#1

\end{frame}
}
\author{~}
\institute{Linux Community}
\title{Emdedded Video on Latex}
\begin{document}
\frame{ \titlepage }
\fullpage{See Demo video}
\begin{frame}
\begin{figure}[ht]
\includemovie[poster,autoplay,externalviewer, text={\small(Loading sample.avi)}]{6cm}{6cm}{sample.avi}
\end{figure}
\end{frame}



Sharad Birmiwal

unread,
Aug 24, 2011, 4:43:49 PM8/24/11
to iit...@googlegroups.com
On Wed, Aug 24, 2011 at 7:30 AM, amit bondwal <amitb...@in.com> wrote:
> Hi Guys,
> I had tried a lot to embedded a vedio file inside a latex beamer
> presentation.
> I used this below code in this I am able to run video on external player

Interesting. Thanks for sharing.

>
>
> Dear iitdlug! Get Yourself a cool, short @in.com Email ID now!


Ads in the email? Argh!


SB

Narendra Sisodiya

unread,
Aug 24, 2011, 11:42:32 PM8/24/11
to iit...@googlegroups.com
On Thu, Aug 25, 2011 at 2:13 AM, Sharad Birmiwal <sharadb...@gmail.com> wrote:

> Dear iitdlug! Get Yourself a cool, short @in.com Email ID now!


Ads in the email? Argh!


Dear Amit, Please remove Ads from your email.  get email id from Google or any other vendor..

Sharad Birmiwal

unread,
Aug 25, 2011, 9:57:10 PM8/25/11
to iit...@googlegroups.com
> Dear Amit, Please remove Ads from your email.  get email id from Google or
> any other vendor..

I would be okay with a one liner ad. I believe some other services may
also be doing the same. My only contention is that it is in HTML (i
might be wrong though)?


SB

Debasish Ray Chawdhuri

unread,
Aug 25, 2011, 10:02:10 PM8/25/11
to iit...@googlegroups.com
@Sharad +1

--
Debasish Ray Chawdhuri
http://www.geekyarticles.com/


gajendra khanna

unread,
Aug 26, 2011, 2:01:39 AM8/26/11
to iit...@googlegroups.com
hope somebody will answer his query also.
G

gajendra khanna

unread,
Aug 26, 2011, 2:04:01 AM8/26/11
to iit...@googlegroups.com
> hope somebody will answer his query also.
other ways of doing that is without external player
G

amit bondwal

unread,
Aug 26, 2011, 6:42:05 AM8/26/11
to gajendr...@gmail.com, iit...@googlegroups.com
Hi IItLUG,

This is basically LATEX source code which is used to conver a tex file
in PDF so it is basically embedded video inside LATEX PDF.

Regards
Amit
--
Mailing list guidelines and other related articles: <a href="http://lug-iitd.org/Footer" target="_blank">http://lug-iitd.org/Footer</a>

Narendra Sisodiya

unread,
Aug 26, 2011, 7:25:43 AM8/26/11
to iit...@googlegroups.com
On Fri, Aug 26, 2011 at 4:12 PM, amit bondwal <amitb...@in.com> wrote:
Hi IItLUG,

This is basically LATEX source code which is used to conver a tex file
in PDF so it is basically embedded video inside LATEX PDF.

Regards


May I ask what is  the reason you are putting video inside pdf ? 
You can use HTML5 documents too, http://slides.html5rocks.com/#video-audio 
Reply all
Reply to author
Forward
0 new messages