scenejs-render
scenejs-render copied to clipboard
🎬 Make a movie of CSS animation through scenejs.
``` cd examples render -S 0 -d 1 -f 25 # Processing finished ! render -S 1 -d 1 -f 25 # An error occurred: ffmpeg exited with code 1:...
I have next js project I want to render mp4 from my dynamic scene creator using scenejs. This is really an awesome library to use, is there any way to...
I want to render a video with a transparent background, to use it as an overlay on another video. I have tried setting all backgrounds of the scene to a...
I installed npm and node and ffmpeg, and all are added to path. But the render command is not recognized:  How to run this in windows? Thanks in advance!
I start rending with: render -i index.html --name scene -d 30 And I receive this message: Error: Evaluation failed: Start Rendering Error: Evaluation failed: TypeError: scene.getIterationCount is not a function...
1. render -i index.html --name scene Open Page: http://0.0.0.0:3033/index.html Start Rendering Open Server 3033 Error: net::ERR_ADDRESS_INVALID at http://0.0.0.0:3033/index.html at navigate (C:\Users\dell\AppData\Roaming\npm\node_modules\@scenejs\render\node_modules\puppeteer\lib\FrameManager.js:120:37) at processTicksAndRejections (internal/process/task_queues.js:93:5) at async FrameManager.navigateFrame (C:\Users\dell\AppData\Roaming\npm\node_modules\@scenejs\render\node_modules\puppeteer\lib\FrameManager.js:94:17) at async...
Running a render produces a video with skipped frames, where the video appears to be paused at intermittent frames within the duration of the video, and eventually resumes after a...
https://github.com/GoogleChrome/puppeteer/issues/2173 ``` > [email protected] install /usr/local/lib/node_modules/@scenejs/render/node_modules/puppeteer > node install.js ERROR: Failed to download Chromium r656675! Set "PUPPETEER_SKIP_CHROMIUM_DOWNLOAD" env variable to skip download. { Error: EACCES: permission denied, mkdir '/usr/local/lib/node_modules/@scenejs/render/node_modules/puppeteer/.local-chromium' --...
I'm sure `--ffmpeg-path %s` works in some use cases.. but I just spent 2 hours pulling my hair out because in my case it just wouldn't work no matter what...