summaryrefslogtreecommitdiff
path: root/texmf-dist/doc/latex/rmannot/examples/rma/tst_mp4.tex
blob: a5d3c1cc010d80336bd5c091d8190872d41635fc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
\documentclass{article}
\usepackage{amsmath}
%
% the driver line is not necessary if you
% have aebpro.cfg configured to your driver.
%
\usepackage{graphicx}
\usepackage[%
    web={pro,tight,usesf,designiv},
    eforms,graphicxsp={showembeds}
]{aeb_pro}
\usepackage{rmannot}

\DeclareDocInfo
{
    title={The \textsf{rmannot} Package\texorpdfstring{\\[1ex]}{: }H.264 encoded MP4 video},
    author=D. P. Story,
    university=Acro\negthinspace\TeX.Net,
    email=dpstory@acrotex.net,
    subject={Demo of the rmannot package, MP4 video},
    keywords={Adobe Acrobat, MP4, Rich Media Annotations},
    talksite=\url{http://www.acrotex.net},
    talkdate={Aug.\ 2020},
    copyrightStatus=True,
    copyrightNotice={Copyright (C) 2008--\the\year, D. P. Story},
    copyrightInfoURL=http://www.acrotex.net
}
\talkdateLabel{Published:}

\def\AcroTeX{Acro\!\TeX}

%\AcroVer[win=64]{Beta}


\newcommand{\myRMFiles}{%
    C:/Users/Public/Documents/My TeX Files/%
    tex/latex/aeb/aebpro/rmannot/RMfiles}
\saveNamedPath{calliope}{\myRMFiles/calliope.mp4}
\makePoster[hiresbb]{aebmovie_poster}{aebmovie_poster_hd}

\parindent=0pt\parskip6pt\pagestyle{empty}

%\previewOn

\begin{document}

\maketitle

\begin{center}
%    \rmAnnot[poster=aebmovie_poster,skin=none,scale=.2]{1280bp}{720bp}{calliope}
    \rmAnnot[poster=aebmovie_poster,skin=all,width=.75\linewidth]{1280bp}{720bp}{calliope}
\end{center}
For information on the MP4 video format, see the \textbf{WikipediA} article
\begin{equation*}
    \text{\url{http://en.wikipedia.org/wiki/MPEG-4_Part_14}}
\end{equation*}
This movie was taken with my digital camera while we were on vacation in New Hampshire.
The calliope is at \textbf{Clark's Trading Post}, where we spent a very
nice afternoon.


\end{document}