search for: swftool

Displaying 8 results from an estimated 8 matches for "swftool".

Did you mean: swftools
2007 Aug 08
3
SWF animation method
...le in the usual sources regarding animation in R directly, and disliking the imagemagick method described here (http://tolstoy.newcastle.edu.au/R/help/05/10/13297.html), I discovered that if one exports the plots to a multipage pdf, it is relatively trivial to then use the pdf2swf command in SWFTools (http://www.swftools.org/download.html; mac install instructions here: http://9mmedia.com/blog/?p=7). pdf2swf seems to generate swf animations with a slow frame rate, but you can increase the framerate using 'swfcombine -r 30 --dummy myslow.swf -o myfast.swf', where the value pass...
2007 Sep 24
2
[Bug 9874] swfdec can't render swftools generated Flash files
http://bugs.freedesktop.org/show_bug.cgi?id=9874 eric at anholt.net changed: What |Removed |Added ---------------------------------------------------------------------------- AssignedTo|eric at anholt.net |swfdec at lists.freedesktop.org Status|ASSIGNED |NEW QAContact|
2009 Dec 23
1
animated R plots
...      Sys.sleep(interval)   }               } #####run animation Service()   #####save as flash oopt = ani.options(nmax = 6, interval = 1.0) saveSWF(Service(), interval = 2.0, swfname="place.swf", dev = "pdf", filename="Pplot", fmt = "%03d", outdir = getwd(), swftools="C:/Program Files/SWFTools") ani.options(oopt) [[alternative HTML version deleted]]
2008 Jul 07
11
[Bug 16634] New: swfdec-0.7. 2 not able to play audio in the following Flash file: http://randomfoo.net/ oscon/2002/lessig/free_culture.swf.
http://bugs.freedesktop.org/show_bug.cgi?id=16634 Summary: swfdec-0.7.2 not able to play audio in the following Flash file: http://randomfoo.net/oscon/2002/lessig/free_culture.swf. Product: swfdec Version: 0.7.x Platform: Other URL: http://randomfoo.net/oscon/2002/lessig/free_culture.swf
2010 Jul 18
0
Flash Extractor
Hi Audio / video is becoming a hobby of mine and, knowing nothing about Flash files, I started playing around with them with SWFTools. Being lazy as I am, I quickly tired of writing scripts and went ahead and wrote a gui wrapper for swfextract. Anyway, to make a long story short (to late) the application keeps growing and in my latest release I've embedded your player (very easy to implement, thank you.) I've named yo...
2011 Jan 04
0
Package animation update (v2.0-0)
...s the same ? ?o ani.options() gained a new option 'use.dev' to decide whether to ?use the graphics device provided in ani.options('ani.dev') when ?calling saveHTML(), saveLatex(), saveMovie() and saveSWF() ? ?o ani.options() has a couple of hidden options ('convert', ?'swftools', 'img.fmt') which can be useful too; see ?ani.options for ?details ? ?o a new function ani.pause(): it is a wrapper to ?Sys.sleep(interval) but it will not pause when called in a ?non-interactive graphics device (usually the off-screen devices); ?this is the recommended way to specif...
2011 Jan 04
0
Package animation update (v2.0-0)
...s the same ? ?o ani.options() gained a new option 'use.dev' to decide whether to ?use the graphics device provided in ani.options('ani.dev') when ?calling saveHTML(), saveLatex(), saveMovie() and saveSWF() ? ?o ani.options() has a couple of hidden options ('convert', ?'swftools', 'img.fmt') which can be useful too; see ?ani.options for ?details ? ?o a new function ani.pause(): it is a wrapper to ?Sys.sleep(interval) but it will not pause when called in a ?non-interactive graphics device (usually the off-screen devices); ?this is the recommended way to specif...
2007 Jun 18
0
Branch 'as' - 8 commits - libswfdec/swfdec_movie.c libswfdec/swfdec_sprite.c libswfdec/swfdec_sprite.h libswfdec/swfdec_sprite_movie.c libswfdec/swfdec_sprite_movie.h libswfdec/swfdec_swf_decoder.c libswfdec/swfdec_swf_decoder.h
...urceforge.net/SWFalexref.html diff --git a/libswfdec/swfdec_tag.h b/libswfdec/swfdec_tag.h index 6a4e155..ac7c2fa 100644 --- a/libswfdec/swfdec_tag.h +++ b/libswfdec/swfdec_tag.h @@ -1,22 +1,27 @@ -/* tags.h */ -/* Take from: */ -/* rfxswf.h - - Headers for rfxswf.c and modules - - Part of the swftools package. - - Copyright (c) 2000, 2001 Rainer B?hme <rfxswf at reflex-studio.de> - - This file is distributed under the GPL, see file COPYING for details - -*/ +/* Swfdec + * Copyright (C) 2003-2006 David Schleef <ds at schleef.org> + * 2005-2006 Eric Anholt <eric at anholt.n...