The TECHNIA Simulation technical team were asked for advice in how to create videos for PowerPoint presentations with Abaqus/CAE. As this information can prove useful for more users, we’ve decided to publish it as a quick blog post.
Steps to Save an Animation in Abaqus
It is always helpful to consider what information you want to present and then find a visually intuitive way to convey this information with regards to geometry and loading:
1. Select a viewport size and an appropriate aspect ratio for the assembly.
2. Prepare the content; instances, contour plots, legend limits, deformation scale factor.
3. Annotations to help describe the animation
Follow these two steps to save the animation as a video file:
- Select animation type in the visualization toolbox. Time-history is most used.
![video-abaqus-1](https://simulation-blog.technia.com/hs-fs/hubfs/global/Simulation/blog/video-abaqus-1.png?width=58&name=video-abaqus-1.png)
- File > Animate > Save As… Select Format: AVI and Codec: “Microsoft Video 1”.
![video-abaqus-2](https://simulation-blog.technia.com/hs-fs/hubfs/global/Simulation/blog/video-abaqus-2.png?width=450&name=video-abaqus-2.png)
- This will create an animation that can be imported and played in a PowerPoint presentation.
If you only wish to review the animation Windows Media Player: The codec (RLE 8bit/pixel) offers better compression. Please note that the default “Film & TV” does not support these formats, select Windows Media Player to view the animations on a windows system.
Animation Tips in Abaqus
Here are some tips on how to make your animations really shine.
Viewport Annotations
Reduce clutter and redundant information by Viewport > Viewport Annotation Options.![video-abaqus-3](https://simulation-blog.technia.com/hs-fs/hubfs/global/Simulation/blog/video-abaqus-3.png?width=775&name=video-abaqus-3.png)
Overlay Plots
Great Feature to focus attention on specific components whilst providing context of model.![video-abaqus-4](https://simulation-blog.technia.com/hs-fs/hubfs/global/Simulation/blog/video-abaqus-4.png?width=602&name=video-abaqus-4.png)
Follower Node
Set View Camera to 'Move with A Node'
.
This allows you to give the perspective of a specific part of the assembly.![Follower](https://simulation-blog.technia.com/hs-fs/hubfs/global/Simulation/blog/Follower.gif?width=1728&name=Follower.gif)
High-Quality Export
In order to achieve the best quality and compression we can export the animation as uncompressed video and re-compress it using third-party solutions. Please be advised, uncompressed files easily become very large!![video-abaqus-6](https://simulation-blog.technia.com/hs-fs/hubfs/global/Simulation/blog/video-abaqus-6.png?width=450&name=video-abaqus-6.png)
Personally, I prefer to use the opensource tool ffmpeg to convert these videos into videos:
- ffmpeg -I Uncompressed.avi -b:v 16000k powerpointFriendly.wmv
- ffmpeg-i Uncompressed.avi compressed.mp4
Conversion to .mp4 uses h.264 as default and gives great compression rates.
![video-abaqus-7](https://simulation-blog.technia.com/hs-fs/hubfs/global/Simulation/blog/video-abaqus-7.png?width=602&name=video-abaqus-7.png)