Skip to content
Snippets Groups Projects
Commit 00b6532f authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

*** empty log message ***

parent d46459b5
No related branches found
No related tags found
No related merge requests found
...@@ -120,13 +120,13 @@ For num In {1:255} ...@@ -120,13 +120,13 @@ For num In {1:255}
// We could make a system call here to generate the mpeg animation // We could make a system call here to generate the mpeg animation
// (uncomment the following if mpeg_encode is installed on your // (uncomment the following if mpeg_encode is installed on your
// computer): // computer):
// System "mpeg_encode t8.par" ; // System "mpeg_encode t8.par";
// We could also call whirlgif to create an animated gif file: // 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: // 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 EndIf
EndFor EndFor
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment