Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TugboatEng on being selected by the Eng-Tips community for having the most helpful posts in the forums last week. Way to Go!

animation over previously captured pictures

Status
Not open for further replies.

SKJoe

Mechanical
Joined
Jun 6, 2005
Messages
78
Location
SK
Hi,

i captured some pictures of results over a load step some time ago. Now i am thinking to create an animation over these pictures. With ansys help i created a following code :

/SEG,DELE
/SEG,MULTI
*DO,T,1,288
/TXTRE,FILE,88,'JOB_%T%','PNG',,2
/LSYM, -1.0, -1.0,, 88,, 1
/REP
*ENDDO
/SEG,OFF
ANIM,288,1,0.3

in the code i set delay between frames to be 0.3 second. It works perfect at the screen, but then i realized, that created avi is too fast - there is smaller delay than 0.3 second when playing in windows media player.
Anyone who can help me to set this delay up as desired ?

Regards,
lubo
 
You must define in the command /seg the time delay:

/SEG,MULTI,filename,0.3

Regards
Alex
 
Hi Alex !

yes, this fully solved my problem, thank you !

lubo
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top