I just found a way to send the raw rendered frame images directly to FFmpeg for video encoding, without writing the images to disk, and without even encoding to PNG or JPEG first. Calling FFmpeg from VaM itself isn't possible due to VaM's security system, but I figured out that FFmpeg can...