From e8d7263ca6223152955cea8a4deea0de7a8f186d Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Sun, 16 Nov 2003 07:06:38 +0000
Subject: [PATCH] explain how to create mpeg4 movies

---
 tutorial/t8.geo | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/tutorial/t8.geo b/tutorial/t8.geo
index acd6370dd2..7e3ad422a6 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
-- 
GitLab