diff --git a/tutorial/t8.geo b/tutorial/t8.geo index acd6370dd257f8455517f46efe4c4066f6444aac..7e3ad422a6b1aa8badccda579d21f6cd2d7142db 100644 --- a/tutorial/t8.geo +++ b/tutorial/t8.geo @@ -121,6 +121,12 @@ For num In {1:255} // (uncomment the following if mpeg_encode is installed on your // computer): // System "mpeg_encode t8.par" ; + + // We could also call whirlgif to create an animated gif file: + // System "whirlgif -minimize -loop -o t8.gif t8-*.gif" ; + + // Or, we could call mencoder to create an mpeg4 movie: + // mencoder "mf://*.jpg" -mf fps=5 -o t8.avi -ovc lavc vcoldec=mpeg4:vhq EndIf EndFor