Discussion:
How to Export the "Manipulate"
(too old to reply)
wayne
2009-02-27 11:16:27 UTC
Permalink
Hi ,all

i usually use Export["*.gif",Table[Graphics[]]] to generate a GIF
figure, but dont know how to "Export" the "Manipulate" produced
animations,can someone here drop me a hint ?

Many Thanks

Wayne.
Jens-Peer Kuska
2009-02-28 11:43:37 UTC
Permalink
Hi,

the non-interactive version make a flash video, the
interactive variant need a MathPlayer and the translation of you
code into MathPlayer.

Regards
Jens
Post by wayne
Hi ,all
i usually use Export["*.gif",Table[Graphics[]]] to generate a GIF
figure, but dont know how to "Export" the "Manipulate" produced
animations,can someone here drop me a hint ?
Many Thanks
Wayne.
wayne
2009-03-02 10:20:11 UTC
Permalink
On 2=D4=C228=C8=D5, =CF=C2=CE=E77=CA=B143=B7=D6, Jens-Peer Kuska <***@inf=
ormatik.uni-leipzig.de>
Post by Jens-Peer Kuska
Hi,
the non-interactive version make a flash video, the
interactive variant need a MathPlayer and the translation of you
code into MathPlayer.
Regards
Jens
Post by wayne
Hi ,all
i usually use Export["*.gif",Table[Graphics[]]] to generate a GIF
figure, but dont know how to "Export" the "Manipulate" produced
animations,can someone here drop me a hint ?
Many Thanks
Wayne.- =D2=FE=B2=D8=B1=BB=D2=FD=D3=C3=CE=C4=D7=D6 -
- =CF=D4=CA=BE=D2=FD=D3=C3=B5=C4=CE=C4=D7=D6 -
Hi~,Jens
Thank you ,
but sorry to say i only favor the GIF things,because the MathPlayer
seems too huge for me who only want animated figures

ekt
2009-02-28 11:45:15 UTC
Permalink
Wayne

I'd never thought about doing this before, but it turns out to be easy.

Export["filename.avi",Manipulate[...your code here...]]

Do the manipulations and click on the code line and you'll find your file.

ekt
Post by wayne
Hi ,all
i usually use Export["*.gif",Table[Graphics[]]] to generate a GIF
figure, but dont know how to "Export" the "Manipulate" produced
animations,can someone here drop me a hint ?
Many Thanks
Wayne.
wayne
2009-03-01 09:58:29 UTC
Permalink
Post by ekt
Wayne
I'd never thought about doing this before, but it turns out to be easy.
Export["filename.avi",Manipulate[...your code here...]]
Do the manipulations and click on the code line and you'll find your file=
.
Post by ekt
ekt
Post by wayne
Hi ,all
i usually use Export["*.gif",Table[Graphics[]]] to generate a GIF
figure, but dont know how to "Export" the "Manipulate" produced
animations,can someone here drop me a hint ?
Many Thanks
Wayne.- =D2=FE=B2=D8=B1=BB=D2=FD=D3=C3=CE=C4=D7=D6 -
- =CF=D4=CA=BE=D2=FD=D3=C3=B5=C4=CE=C4=D7=D6 -
Hi,all.
as a better explanation , please see this GIF,i just want it to be
produced by Mathematica codes:
http://hiphotos.baidu.com/%B0%D7%C0%CB/pic/item/e5fdb90e02ed1ff036d122bf.jp=
eg
George Woodrow III
2009-03-01 09:58:18 UTC
Permalink
If you just want a movie, you can use a screen capture program. I sue
Snapz Pro X on OS X, but there must be similar programs for Linux or
Windows. Once the program is capturing video, you can manipulate the
controls. The resulting video can be processed for QuickTime, Flash,
or some other format.

george
Post by Jens-Peer Kuska
Hi,
the non-interactive version make a flash video, the
interactive variant need a MathPlayer and the translation of you
code into MathPlayer.
Regards
Jens
Post by wayne
Hi ,all
i usually use Export["*.gif",Table[Graphics[]]] to generate a GIF
figure, but dont know how to "Export" the "Manipulate" produced
animations,can someone here drop me a hint ?
Many Thanks
Wayne.
wayne
2009-03-02 10:20:00 UTC
Permalink
On 3=D4=C21=C8=D5, =CF=C2=CE=E75=CA=B158=B7=D6, George Woodrow III <george.=
Post by George Woodrow III
If you just want a movie, you can use a screen capture program. I sue
Snapz Pro X on OS X, but there must be similar programs for Linux or
Windows. Once the program is capturing video, you can manipulate the
controls. The resulting video can be processed for QuickTime, Flash,
or some other format.
george
Post by Jens-Peer Kuska
Hi,
the non-interactive version make a flash video, the
interactive variant need a MathPlayer and the translation of you
code into MathPlayer.
Regards
Jens
Post by wayne
Hi ,all
i usually use Export["*.gif",Table[Graphics[]]] to generate a GIF
figure, but dont know how to "Export" the "Manipulate" produced
animations,can someone here drop me a hint ?
Many Thanks
Wayne.- =D2=FE=B2=D8=B1=BB=D2=FD=D3=C3=CE=C4=D7=D6 -
- =CF=D4=CA=BE=D2=FD=D3=C3=B5=C4=CE=C4=D7=D6 -
Thank you,George
i am just curious whether Mathematica can by itself translate the
"Manipulate" product to a non-interactive *.GIF (not a movie).

i just had that idea and wonder whether it is possible.

:)

Wayne
Continue reading on narkive:
Loading...