Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

dclext-anim

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

dclext-anim

  • 0.2.2
  • Rubygems
  • Socket score

Version published
Maintainers
1
Created
Source

= What's RubyDCLExt-Anim

RubyDCLExt-Anim is an extension for RubyDCL to output animation (movie) file. Currently, output file is MP4 file formated and h264 encoded .

= RubyDCLExt-Anim home-page

The URL of the RubyDCLExt-Anim home-page is: http://ruby.gfd-dennou.org/products/ruby-dclext-anim/

= Requires

= Install

gem install dclext-anim

= Copying

See the file LICENSE.txt.

= Usage

To output animation file, require "numru/dclext/anim" % ruby -r numru/dclext/anim your_dcl_script.rb

== Options

You can change some parameters with environmental variable or runtime option.

  • framerate: frame rate for the output movie (frame/sec)

    • environmental variable: DCLEXT_ANIM_FRAMERATE=(int)
    • runtime option: --dclext-anim-framerate=(int)
  • filename: name of the output file

    • environmental variable: DCLEXT_ANIM_FILENAME=(string)
    • runtime option: --dclext-anim-filename=(string)

= The Author

Feel free to send comments and bug reports to the author. The author's e-mail addess is

seiya@gfd-dennou.org

FAQs

Package last updated on 17 Feb 2012

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc