[GRASS-CVS] hamish: grass6/visualization/nviz/scripts panel_kanimator.tcl, 1.17, 1.18

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


Author: hamish

Update of /grassrepository/grass6/visualization/nviz/scripts
In directory doto:/tmp/cvs-serv27827

Modified Files:
	panel_kanimator.tcl 
Log Message:
comment out auto-extension so that FFMPEG guess_format() can write to asf, avi, flv, swf, etc.


Index: panel_kanimator.tcl
===================================================================
RCS file: /grassrepository/grass6/visualization/nviz/scripts/panel_kanimator.tcl,v
retrieving revision 1.17
retrieving revision 1.18
diff -u -d -r1.17 -r1.18
--- panel_kanimator.tcl	30 Mar 2007 19:14:28 -0000	1.17
+++ panel_kanimator.tcl	1 Dec 2007 04:53:38 -0000	1.18
@@ -1756,10 +1756,11 @@
 
     if {$IMG == 4} {
 	set fnameExt [file extension $keyanimBaseName]
-	if { [string compare $fnameExt ".mpg"] != 0  &&
-		[string compare $fnameExt ".mpeg"] != 0 } then {
-	    append keyanimBaseName ".mpg"
-	}
+#comment out auto-extension so that FFMPEG guess_format() can write to asf, avi, flv, swf, etc.
+#	if { [string compare $fnameExt ".mpg"] != 0  &&
+#		[string compare $fnameExt ".mpeg"] != 0 } then {
+#	    append keyanimBaseName ".mpg"
+#	}
 	Ninit_mpeg $keyanimBaseName
     }
 




More information about the grass-commit mailing list