Is it possible to make the ffmpegextractimages node output just a single image instead of the whole frame range?
I followed the example from the documentation (https://www.sidefx.com/docs/houdini/nodes/top/ffmpegextractimages.html), and if I change the Output File Pattern from frame%06d.jpg to frame.jpg, it actually works and saves one image. However, the node shows as failed in the TOP network, which is a bit annoying.
Is there a proper way to do this? Iām completely new to TOPs, so any guidance would be appreciated!