RenderAnim_v2 Op

RenderAnim

record, render an animation and save as webm video file or png image sequence


good ffmpeg settings to create a mp4 from image sequence and music file:

ffmpeg -framerate 30 -i fertile.png_%d.png -i fertile.mp3 -vcodec libx264 -crf 15 -acodec copy fertilesound9.mp4

how to make a video work also on ios devices:

ffmpeg -framerate 30 -i loopDfast.png_%d.png -vcodec libx264 -profile:v main -crf 15 -pix_fmt yuv420p -x264-params ref=4 loopDfastIos.mp4
How to download all images at once :

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 :(


Edit Documentation

Full Name
  • Ops.Gl.RenderAnim_v2
Visibility
  • Core Op - Official cables op
License
  • MIT
AuthorJavascript Libraries
  • Whammy (A real time javascript webm encoder)
  • jszip (js zip archive library)



 

INPUT PORTS


Render (Trigger)
File Type index (Number:integer )

File

ZIP multiple files (Number:boolean )
Download Files (Number:boolean )
Filename (String)
Quality (Number)
Duration Type index (Number:integer )

Timing

Duration (Number:integer )
FPS (Number:integer )

Frames per second for render.

Transparency (Number:boolean )

Size

Use Canvas Size (Number:boolean )
texture width (Number:integer )
texture height (Number:integer )
Start (Trigger)

OUTPUT PORTS


Next (Trigger)
Progress (Number)
Frame (Number)
Status (String)
Started (boolean Number)
Data URL (String)
Finished (Trigger)

Patches using RenderAnim_v2

  • Examples
  • Public
  • My Patches

Changelog


created opuser avatarcables - 2019-11-16 12:06
Ops.User.cables.Renderanim2 renamed to Ops.Gl.Renderanim2user avatarcables - 2019-11-17 13:26
Ops.Gl.Renderanim2 renamed to Ops.Gl.Renderanim_v2user avatarpandur - 2020-04-20 07:51
Ops.Gl.Renderanim_v2 renamed to Ops.Gl.RenderAnim_v2user avatarpandur - 2020-04-20 07:51
added lib: jszip.jsuser avatarcables - 2020-12-14 07:50