[GRASS-CVS] hamish: grass6 REQUIREMENTS.html,1.17,1.18

grass at intevation.de grass at intevation.de
Fri Nov 30 23:49:49 EST 2007


Author: hamish

Update of /grassrepository/grass6
In directory doto:/tmp/cvs-serv27674

Modified Files:
	REQUIREMENTS.html 
Log Message:
[From Bob Covill] 
Subject: Re: [GRASS-dev] OSX FFMPEG build instructions available
Date: Mon, 22 Oct 2007 20:02:57 -0300

I have attached a patch for gsd_img_mpeg.c (ogsf) which is based on the
later releases of ffmpeg (output_example.c). This uses a function
guess_format to guess the format based upon the file extension given. If
the format is unknown it reverts to mpeg1. With this patch you can save
to any (almost) format supported by ffmpeg. For example you can save to
asf, avi, flv, swf, etc. To use this with nviz the auto name extension
in panel_kanimator.tcl will have to be commented out ...

#       if { [string compare $fnameExt ".mpg"] != 0  &&
#               [string compare $fnameExt ".mpeg"] != 0 } then {
#           append keyanimBaseName ".mpg"
#       }

The patch needs testing, etc. 

Let me know if you have any questions.

--
Bob


Index: REQUIREMENTS.html
===================================================================
RCS file: /grassrepository/grass6/REQUIREMENTS.html,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- REQUIREMENTS.html	13 Dec 2006 14:21:35 -0000	1.17
+++ REQUIREMENTS.html	1 Dec 2007 04:49:47 -0000	1.18
@@ -101,7 +101,8 @@
 <li><B>LAPACK / BLAS</B> (libraries for numerical computing) for GMATH library (GRASS numerical lib)<br>
 [<a href="http://www.netlib.org/lapack/">http://www.netlib.org/lapack</a>] (usually available on Linux distros)
 <br>
-Note: the support is intended for future module implementations, no need to use it at time!
+<I>Note: LAPACK/BLAS support is intended for future module implementations, no need to
+use it at time!</I>
 
 
 <li><B>libpng</B> (for r.out.png and the PNG driver), usually already installed.<br>
@@ -148,10 +149,15 @@
 <li><B>FreeType2</B> (for TrueType font support and d.text.freetype)<br>
 <a href="http://www.freetype.org">http://www.freetype.org</a>
 
-<li><B>Python</B> <br>
+<li><B>Python</B> (for new wxPython GUI and SWIG interface)<br>
 <a href="http://www.python.org">http://www.python.org</a>
 
+<li><B>FFMPEG</B> (for direct rendering of animations from NVIZ),
+    including libavcodec, libavformat, libswscale <BR>
+<a href="http://ffmpeg.mplayerhq.hu/">http://ffmpeg.mplayerhq.hu</a><BR>
+
 </ul>
+
 
 <h3>Note:</h3>
 




More information about the grass-commit mailing list