Search found 32 matches

by alex
Wed Jun 04, 2014 9:03 am
Forum: Graphics, Figures & Tables
Topic: .mov file in an article
Replies: 1
Views: 4426

.mov file in an article

This is a bug in the `animate' package which was loaded in the present example. A new release [2014/06/04] is being prepared and will be available soon on CTAN. For now, try changing the order of package loading from
\usepackage{animate}
\usepackage{media9}

to
\usepackage{media9}
\usepackage ...
by alex
Wed Mar 05, 2014 4:23 pm
Forum: Graphics, Figures & Tables
Topic: Video in a Presentation
Replies: 2
Views: 77208

Video in a Presentation

A minimal example using the media9 package. Video files must be in FLV or H.264 (MP4) formats.


\documentclass{beamer}
\usepackage{media9}

\begin{document}
\begin{frame}{Video example}

\includemedia[
width=6cm,height=6cm,
activate=pageopen,
addresource=Wildlife.flv,
flashvars={
source ...
by alex
Mon Jul 01, 2013 1:21 pm
Forum: Graphics, Figures & Tables
Topic: Flickering Mouse Cursor in Fullscreen during Animations
Replies: 4
Views: 5572

Re: Flickering Mouse Cursor in Fullscreen during Animations

Yes, it is an annoying feature of Adobe Reader in the fullscreen mode. It was introduced between versions 7 and 8.
by alex
Mon Mar 11, 2013 1:29 pm
Forum: Graphics, Figures & Tables
Topic: media9 package questions
Replies: 2
Views: 6617

media9 package questions

Hello,

I am using the media9 package to include several animations into my document. For this purpose I am using the following code:

\begin{figure}[H]
\includemedia[
activate=pageopen,
width=\VideoWidth,height=\VideoHeight,
addresource=###file###.flv,
flashvars={src=###file###.flv ...
by alex
Thu Jan 24, 2013 10:46 am
Forum: Graphics, Figures & Tables
Topic: animate, tikZ | Unexpected Result
Replies: 2
Views: 6210

animate, tikZ | Unexpected Result

In your example, there is no material in the first frame between \begin{animateinline}... and \newframe . The size of the first frame is measured to set the animation box dimensions in the document.

All subsequent frames will be scaled anamorphically to fit into the animation box. Therefore both ...
by alex
Tue Jan 22, 2013 6:39 pm
Forum: Graphics, Figures & Tables
Topic: Problems with 3D image and Movie using media9
Replies: 1
Views: 5169

Re: Problems with 3D image and Movie using media9

It's a bug in media9. Will be fixed in the next version (0.21) in a few days. Thank you very much for reporting!
by alex
Tue Jun 05, 2012 5:20 pm
Forum: Graphics, Figures & Tables
Topic: media9 | Embedding an AVI File
Replies: 5
Views: 21822

media9 | Embedding an AVI File

The multimedia package works great!
Be aware that with multimedia package the video file is not embedded into the PDF and remains a separate file you must carry around with the PDF. Moreover, the video file may not play on every computer if it uses a specific codec that is not available on the ...
by alex
Mon Jun 04, 2012 9:11 am
Forum: Graphics, Figures & Tables
Topic: media9 | Embedding an AVI File
Replies: 5
Views: 21822

media9 | Embedding an AVI File

See the media9 documentation. It has plenty of examples you can copy and paste. And you will need to convert your video files to MP4 format first. See also http://tex.stackexchange.com/a/58122/1053
by alex
Thu Apr 19, 2012 8:57 am
Forum: Graphics, Figures & Tables
Topic: animate | EPS Images cropped in animated Graphics
Replies: 1
Views: 2725

animate | EPS Images cropped in animated Graphics

generated some images in matlab, saved them as .eps figures ...

You seem to go the latex-->dvips-->ps2pdf route. In that case it is important not to use option `-Ppdf' with dvips. In case you are using a LaTeX-aware editor, e. g. texniccenter, make sure the dvips call is configured accordingly ...
by alex
Mon Mar 05, 2012 3:28 pm
Forum: Graphics, Figures & Tables
Topic: beamer | Animation slower in full Screen Mode
Replies: 2
Views: 5514

Re: beamer | Animation slower in full Screen Mode

Do the files have an unusual high resolution and do you use a recent version of animate? What is the frame rate you achieve in normal (not full screen) view (try the 'measure' option)?

Alexander