From 00b6532f591ce07e0d8e2928c2609a8a45bd72fe Mon Sep 17 00:00:00 2001 From: Christophe Geuzaine <cgeuzaine@ulg.ac.be> Date: Thu, 27 Nov 2003 20:06:48 +0000 Subject: [PATCH] *** empty log message *** --- tutorial/t8.geo | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tutorial/t8.geo b/tutorial/t8.geo index 7e3ad422a6..8ca8229c52 100644 --- a/tutorial/t8.geo +++ b/tutorial/t8.geo @@ -120,13 +120,13 @@ For num In {1:255} // We could make a system call here to generate the mpeg animation // (uncomment the following if mpeg_encode is installed on your // computer): - // System "mpeg_encode t8.par" ; + // 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" ; + // 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 + // System "mencoder 'mf://*.jpg' -mf fps=5 -o t8.mpg -ovc lavc vcoldec=mpeg4:vhq"; EndIf EndFor -- GitLab