0

I am currently using Gnash for its video conversion features - specifically being able to pass it FlashVars (SWF).

However it is old and slow. Is there a newer faster alternative that supports FlashVars?

Scott Paterson
  • 141
  • 3
  • 13

1 Answers1

0

Shumway is an HTML5 technology experiment that explores building a faithful and efficient renderer for the SWF file format without native code assistance.

Shumway

Zombo
  • 1
  • 62
  • 391
  • 407
  • How would this work though? Gnash can read a SWF file with passed flashvars and output it as a RAW file for later conversion. However it appears that Shumway is only a player. Does it have a command line tool for conversion? – Scott Paterson Nov 05 '14 at 20:28