MathGroup Archive 2010

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

Search the Archive

Bug in exporting animation

  • To: mathgroup at smc.vnet.net
  • Subject: [mg106732] Bug in exporting animation
  • From: "Kurt TeKolste" <tekolste at fastmail.us>
  • Date: Fri, 22 Jan 2010 05:37:27 -0500 (EST)

Is the error mine or Mathematica's?

plotSequence = Table[ Plot[Sin[t + 2 \[Pi] k/20], {t, 0, 2
\[Pi]}], {k, 1, 20, 1}];

animationExportFailure = Animate[plotSequence[[k]], {k, 1, 20,
1}, DisplayAllSteps -> True,  AnimationRepetitions -> 1,
AnimationDirection -> Forward]

animationExportFailure

(*correct behavior*)

Export["badAnimation.avi", animationExportFailure]

(*when displayed -- incorrect behavior*)


When called in the notebook animationExportFailure behaves as
requested.  When exported to an avi file, however, it does not:
it runs backwards after running forward.

Kurt TeKolste



  • Prev by Date: *newbie* output of ScalarTripleProduct
  • Next by Date: Re: How To invert ColorFunction
  • Previous by thread: Re: *newbie* output of ScalarTripleProduct
  • Next by thread: Re: Bug in exporting animation