RenderAnim_v2 Op
record, render an animation and save as webm video file or png image sequence
Summary (oneliner)
<p>good ffmpeg settings to create a mp4 from image sequence and music file:</p> <p><code>ffmpeg -framerate 30 -i fertile.png_%d.png -i fertile.mp3 -vcodec libx264 -crf 15 -acodec copy fertilesound9.mp4</code></p> <p>how to make a video work also on ios devices:</p> <p><code>ffmpeg -framerate 30 -i loopDfast.png_%d.png -vcodec libx264 -profile:v main -crf 15 -pix_fmt yuv420p -x264-params ref=4 loopDfastIos.mp4</code> How to download all images at once :</p> <p>Make sure to go to site settings and "allow" automatic downloads. This will allow you to download all of the image files in one go. Otherwise you'll be asked to confirm each files location.</p>
- Ops.Gl.RenderAnim_v2
- Core Op - Official cables op
- MIT
Documentation (markdown)
Issues
Example patch id
Youtube ids (comma seperated)
Op Licence
Caniuse query
Example Patch RenderAnim Example
INPUT PORTS
<i>integer</i>
)File
<i>boolean</i>
)<i>boolean</i>
)<i>integer</i>
)Timing
<i>integer</i>
)<i>integer</i>
)<p>Frames per second for render.</p>
<i>boolean</i>
)Size
<i>boolean</i>
)<i>integer</i>
)<i>integer</i>
)OUTPUT PORTS
<i>boolean</i>
Number)Patches using RenderAnim_v2
Changelog
created op | cables - 2019-11-16 12:06 | |
Ops.User.cables.Renderanim2 renamed to Ops.Gl.Renderanim2 | cables - 2019-11-17 13:26 | |
Ops.Gl.Renderanim2 renamed to Ops.Gl.Renderanim_v2 | pandur - 2020-04-20 07:51 | |
Ops.Gl.Renderanim_v2 renamed to Ops.Gl.RenderAnim_v2 | pandur - 2020-04-20 07:51 | |
added lib: jszip.js | cables - 2020-12-14 07:50 |