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

explain how to create mpeg4 movies
parent 51b6654a
No related branches found
No related tags found
No related merge requests found
......@@ -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
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment