@magic-circle/recordings
v0.3.2
Published
Magic Circle screen recordings
Downloads
178
Maintainers
Readme
@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],
},
};