media9 is a LaTeX package for embedding interactive Adobe Flash (SWF) and 3D files (Adobe U3D & PRC) as well as video and sound files or streams (FLV, MP4/H.264, MP3) into PDF documents with Adobe Reader-9/X compatibility.
4
votes
1answer
606 views
Can we use media9 to show a video on a PDF but the video is not embedded to the PDF?
I have video tutorials that I want to show in my presentation with beamer class. I don't want the video files get embedded to the PDF because they will make the PDF size very very huge.
If you know ...
0
votes
1answer
126 views
media9.sty not found
I've trying to install media9 package, but I continue to get the error:
pdflatex> ! LaTeX error: File 'media9.sty' not found
I tried all that was suggested for *.sty file not found, but I just ...
12
votes
1answer
3k views
How to include a movie in a PDF? Step by step instructions
There are a few question/answers regarding the embedding movies in PDF with pdflatex and special packages. However I find the information dispersed all around and confusing. And so far, in the best ...
14
votes
2answers
2k views
Did anyone succeed in playing embedded movies inside Acrobat in Linux?
Some time ago I asked this question How to include a movie in a PDF? Step by step instructions. (I tried everything documented there, and links therein. I can't find the combination of tools to be ...
4
votes
2answers
2k views
\includemedia won't play video
the code seems to be correct, with compilation no error appears.
The code is
\documentclass{beamer}
\usetheme{Singapore}
\usepackage{media9}
\usepackage{hyperref}
\begin{frame}\frametitle{Title}
...
5
votes
1answer
505 views
H-264 mp4 video plays on an iPhone when embedded in a PDF via Acrobat, but not via media9
Is there a bug in the media9 package that causes H-264 mp4 files to embed properly and play properly on a computer, but not an iPhone? I embedded the exact same mp4 video file in Acrobat X Pro (Mac OS ...
3
votes
1answer
235 views
Embedding videos using media9
I'm really new to LaTeX and I'm not very good with computers. I'm trying to put videos into my PDF's. I'm using media9 and I've got the following going so far.
\usepackage{media9}
\includemedia[
...
3
votes
1answer
628 views
Compilation error with media9 package
While using media9 package, I'm getting the following error :
Argument of \bool_if:nTF has an extra }
I'm unable to figure out where does the error come from. Here is the minimal example:
...
2
votes
1answer
270 views
Using Media9 with Windows and Minimizing the size of the video
I got the following minimum working example from: latex beamer: \includemedia won't play video
I use Windows and have Adobe X. I can get the MWE to compile, but in the .pdf, I cannot get it to ...
