MathGroup Archive 2009

[Date Index] [Thread Index] [Author Index]

Search the Archive

Re: Exporting animations

  • To: mathgroup at smc.vnet.net
  • Subject: [mg98786] Re: Exporting animations
  • From: "Sjoerd C. de Vries" <sjoerd.c.devries at gmail.com>
  • Date: Sun, 19 Apr 2009 04:53:54 -0400 (EDT)
  • References: <gs9elj$mua$1@smc.vnet.net> <gsc007$5lf$1@smc.vnet.net>

Hi Hannes,

Try this:

Export["C:\\Documents and Settings\\Sjoerd\\Desktop\\animation.avi",
 Table[Plot[Sin[x + a], {x, 0, 2 Pi}, ImageSize -> 1024], {a, 0, Pi,
   Pi/20}], "FrameRate" -> 1]

Works for me.

Cheers -- Sjoerd

On Apr 18, 9:37 am, Hannes <HannesKess... at hushmail.com> wrote:
> Thank you Alexei and Sjoerd, FrameRate solves the speed problem. What
> about the resolution of the animation?
>
> Export["animation.avi", Table[Plot[Sin[x + a], {x, 0, 2 Pi}], {a, 0,
> Pi, Pi/20}], "FrameRate" -> 1, "ImageSize" -> Medium,
>  ImageResolution -> 1024]
>
> I played with ImageResolution and also with RasterSize but could not
> get a descent resolution of the animated plot at full screen.
> A solution to this question is really appreciated.
>
> Best regards,
> Hannes
>
> On 17 Apr., 10:29, Alexei Boulbitch <Alexei.Boulbi... at iee.lu> wrote:
>
> > Hello,
>
> > is there a possibility to adjust the animation rate or speed when
> > exporting a Manipulate / ControllerManipulate / Animate object with a
> > fixed number of plots to an .avi file? In Mathematica the
> > AnimationRate option of Animate works fine, but in the avi-player the
> > animation runs much too fast.
>
> > Best regards,
> > Hannes Kessler
>
> > Hi, Hannes,
>
> > when exporting to a movie you can play with FrameRate option. Have a
> > look here:
>
> >http://forums.wolfram.com/mathgroup/archive/2008/Nov/msg00197.html
>
> > for some further details.
> > Success, Alexei
>
> > --
> > Alexei Boulbitch, Dr., habil.
> > Senior Scientist
>
> > IEE S.A.
> > ZAE Weiergewan
> > 11, rue Edmond Reuter
> > L-5326 Contern
> > Luxembourg
>
> > Phone: +352 2454 2566
> > Fax:   +352 2454 3566
>
> > Website:www.iee.lu
>
> > This e-mail may contain trade secrets or privileged, undisclosed or oth=
er=
>
> wise confidential information. If you are not the intended recipient and =
ha=
> ve received this e-mail in error, you are hereby notified that any review=
, =
> copying or distribution of it is strictly prohibited. Please inform us im=
me=
> diately and destroy the original transmittal from your system. Thank you =
fo=
> r your co-operation.



  • Prev by Date: Re: Passing arrays to MathLink without extra memory allocation
  • Next by Date: Re: running mathematica notebooks without interface
  • Previous by thread: Re: Exporting animations
  • Next by thread: FindRoot