Group Abstract Group Abstract

Message Boards Message Boards

Mathematica animations from AVI files; Table cell style

Attachments:
POSTED BY: Victor Dykin
3 Replies

With AVI, the compression/decompression (codec) algorithm is NOT part of the AVI standard, but is in separate files. In Mathematica 10, Import can use more codecs than were available for Import in Mathematica 9.

POSTED BY: Bruce Miller

Dear Victor,

it might depend on some small details of the avi format. If you run:

Export["~/Desktop/movie.avi", Table[Plot[Sin[\[Omega] t], {t, 0, 10}], {\[Omega], 0.1, 2, 0.1}]]
Import["~/Desktop/movie.avi", "Animation"]

it does appear to work. I have noticed that importing avi does sometimes cause problems. I then usually convert them to gif and use those. Gif rarely causes problems.

Cheers, Marco

POSTED BY: Marco Thiel

Dear Marco

Thanks a lot for your tips. I will test it with gif instead. I wonder how do your convert avi to gif. As far as I know "gif" id the image format whereas "avi" is video format. Can one really convert the entire avi vodeo into one single gif file? Which program do you use then?

By the way, this problem diappears in Mathematica 10 and works perfectly with Import function for avi files.

thanks

Cheers

Victor

POSTED BY: Victor Dykin
Reply to this discussion
Community posts can be styled and formatted using the Markdown syntax.
Reply Preview
Attachments
Remove
or Discard