Skip to main content
1-Visitor
May 15, 2019
Solved

How to Save a Static FEA Animation

  • May 15, 2019
  • 3 replies
  • 13692 views

I am trying to save the animated result of a static simulation. Every website, including PTC, says to select "Movie" from the "Save As" menu. I do not see this option. How do I save/export FEA results in Creo 5?

 

I am using Creo 5.0.4.0 on Windows 7.

Best answer by skunks

maybe windchill conflict,

please test without windchill

3 replies

17-Peridot
May 15, 2019

It is not called movie but the extension is .mpg.  It is called TLBMPEG

 

Here is a mapkey I use that you can add to your config file in your startup folder.

Be sure to have the first frame showing before starting and have 24 frames in the animation.

I also try to set the window size smaller than my screen with close to the proper aspect ratio before running the mapkey.  (helps with text size and aspect ratio issues)

You can customize the mapkey to your preferences.  The first 24 is the frames per second and the second the number of frames.  The 480 and 720 are the size in pixels.

It saves a file in your current directory that you need to rename before running the mapkey again or it will overwrite.

 

mapkey mpg @MAPKEY_LABELmpg movie;~ Select `main_dlg_cur` `appl_casc`;\
mapkey(continued) ~ Close `main_dlg_cur` `appl_casc`;~ Command `ProCmdMpostSaveAs` ;\
mapkey(continued) ~ Trail `UI Desktop` `UI Desktop` `DLG_PREVIEW_POST` `file_open`;\
mapkey(continued) ~ Open `file_open` `Type`;~ Close `file_open` `Type`;\
mapkey(continued) ~ Select `file_open` `Type` 1 `db_631`;~ Input `file_open` `Inputname` `1`;\
mapkey(continued) ~ Update `file_open` `Inputname` `1`;\
mapkey(continued) ~ Command `ProFileSelPushOpen@context_dlg_open_cmd` ;\
mapkey(continued) ~ Move `mpeg_export_dlg` `mpeg_export_dlg` 2 31.346769 12.647672;\
mapkey(continued) ~ Open `mpeg_export_dlg` `SettingsOption`;\
mapkey(continued) ~ Close `mpeg_export_dlg` `SettingsOption`;\
mapkey(continued) ~ Select `mpeg_export_dlg` `SettingsOption` 1 `custom`;\
mapkey(continued) ~ Open `mpeg_export_dlg` `FPSOption`;~ Close `mpeg_export_dlg` `FPSOption`;\
mapkey(continued) ~ Select `mpeg_export_dlg` `FPSOption` 1 `24`;\
mapkey(continued) ~ Update `mpeg_export_dlg` `HeightSpin` 480;\
mapkey(continued) ~ Update `mpeg_export_dlg` `WidthSpin` 720;\
mapkey(continued) ~ Activate `mpeg_export_dlg` `DurationNumFramesCheck` 1;\
mapkey(continued) ~ Update `mpeg_export_dlg` `DurationNumFramesInput` `24`;\
mapkey(continued) ~ Activate `mpeg_export_dlg` `ExportPush`;

1-Visitor
May 15, 2019

If you check the screenshot I posted, I do not have the option to save as any file type other than simulate results, hence my posting of this question. I have seen on the PTC support site that you should be able to click "Save As" and choose the file type for mpeg, but it doesn't show up.

17-Peridot
May 15, 2019

ANIMATION.PNG

 

Creo is a little weird here.  Click the Save As again where I show.

Oh and correction there is a MOVIE option for AVI files.  I just never use that because it is uncompressed.

Chris3
21-Topaz I
May 15, 2019

The built in movie exporter in Creo hasn't been updated since they folded it in decades ago. It is out dated and terrible.

 

I would suggest looking into screentoGIF. Its open source very easy to use and will get you a lot better result than what Simulate outputs.

https://www.screentogif.com/

15-Moonstone
May 16, 2019

Firstly you need to run the animation, and then go to File --> Save As --> Save a Backup and then select the file type to Movie, Thats it!!! Please refer to

the video attached

skunks
19-Tanzanite
May 16, 2019

Your video doesn't work

15-Moonstone
May 16, 2019

Please check now, I have uploaded again!