Include Frame Counter in Render

   6997   3   4
User Avatar
Member
203 posts
Joined:
Offline
Is it possible to include the frame info that shows up in MPlay in the upper left in an exported image or video?

Attachments:
framecounter.png (1.7 KB)

Most of My Houdini Renders [flickr.com]
My System [evga.com]
User Avatar
Member
731 posts
Joined: Dec. 2006
Offline
You can parent a geo with a font sop in it to the camera, position it so it's visible in frame, then attach a constant shader to it, and use `$F` as the text (not the backticks, just next to the “1” key).
Sean Lewkiw
CG Supervisor
Machine FX - Cinesite MTL
User Avatar
Member
345 posts
Joined:
Offline
Or overlay a text in COPs to have always an option if you change mind.
User Avatar
Member
789 posts
Joined: April 2020
Offline
you could also use the watermark application in the post frame script:

for example:


unix hwatermark -x 4 10 -m “$WEDGE” `chs(“vm_picture”)` `chs(“vm_picture”)` $HFS/houdini/fonts_texture/Fixed-Bold.24


This example is from:
http://www.sidefx.com/docs/houdini11.0/nodes/out/wedge [sidefx.com]

Cheers,
Koen
  • Quick Links