@magic-circle/recordings
TypeScript icon, indicating that this package has built-in type declarations

0.3.2 • Public • Published

@CreativeControls/Recordings

Enables the editor to record a movie out by taking a series of screenshots.

FFMPEG

To convert a sequence of png's to a movie FFMPEG can be used.
To install FFMPEG on OSX:

brew update
brew install ffmpeg

Settings

module.exports = {
  recordings: {
    fps: [12, 24, 25, 30, 60],
  },
};

Package Sidebar

Install

npm i @magic-circle/recordings

Weekly Downloads

49

Version

0.3.2

License

MIT

Unpacked Size

21.1 kB

Total Files

7

Last publish

Collaborators

  • dpwoert